null Skip to main content

Orajet 3165 - 4 Mil Calendered Gloss White, Grey Perm. Adhesive

Item#Item NameRegular PriceSale PriceQty

A versatile digital print media designed for a multitude of indoor and outdoor vibrant full-color graphic applications. The ORAJET® 3165 utilizes a thicker 4 mil blended-PVC construction with a dependable solvent-based adhesive - proving it can hold up to the elements on its own or by adding additional UV and graphic abrasion protection with ORAGUARD® 210 or 215 over-laminate. Compatible with today’s most popular ink systems: solvent, eco-solvent, latex, and UV curable -users can experience the ORAJET® printability advantage with consistent, high-quality digital print production! ORAJET® 3165 is included in the ORAFOL® (OCS) ORALIFE™ Component System Warranty!

Applications
  • Flat, short – to medium-term applications
    • medium-term outdoor general signage
    • window graphics
    • long-term indoor general signage
    • permanent wall graphics and murals
    • floor graphics (pair with ORAGUARD® 250AS)
    • stickers & decals
  • Not designed for vehicle or trailer wrapping
Thickness
  • 4 mil
Durability
  • 5 years (unprinted)
    • Up to 4 years (when paired with ORAGUARD® 210)
    • Up to 5 years (when paired with ORAGUARD® 215)
Release Liner
  • 88# PE-coated silicone paper
Adhesive
  • Grey, solvent-based, permanent adhesive
Colors & Finish
  • Available in white with a gloss or matte surface
Print Compatibility
  • Latex
  • Solvent
  • Eco-Solvent
  • UV Curable
  • UV-Gel
// Uses React's native (unpatched) value setter + a real dispatched event, // so the app's own onChange / validation / append logic fires correctly. // build the visible field the user will actually type into // copy the real field's classes + computed styles so it looks identical // preload with existing value (formatted) if the real field already has one // hide the real field visually but keep it in the DOM and functional, // so your app's own validation / append event still works as before // place the visible field right where the real one used to be // send only the plain digits to the real field — this matches what // the numeric field type expects, so no "invalid phone number" error // keep focus/blur events flowing to the real field too, in case your // app's validation triggers specifically on those