ForMatter/Materials/textile/Ripstop Nylon (70 Denier, Silicone-Coated)
mat_ripstop_nylon_70d

Ripstop Nylon (70 Denier, Silicone-Coated)

synthetic woven, plain weave with reinforcement grid, polymer-coated · ripstop, 70D ripstop, silnylon, silicone-impregnated nylon, tent fly fabric, kite fabric, ultralight nylon

Light, strong nylon woven with a reinforcement grid every few millimeters — extra-thick threads in both directions form little squares that stop a small tear from running across the whole fabric. Silicone-coated on both sides for waterproofing and a slightly slick hand. The default fabric for ultralight tents, hammocks, stuff sacks, kites, parachutes, and packable wind shells. Cuts and sews readily, hot-cuts to seal the edge, weighs almost nothing, packs tiny. The fabric ultralight backpackers measure their gear in grams of.

Plain-weave nylon 6 or 6,6 (70 denier yarn typical, with reinforcement yarns every 5–10 mm) coated with silicone elastomer on both sides at 20–35 g/m² per side. Total fabric weight ~33–40 g/yd² (~1.1–1.3 oz/yd²). Tear strength benefits from the ripstop grid — a small slit propagates only to the next reinforcement yarn, where it stops. Tear strength 35–80 N (warp/weft); tensile strength 35–55 lbf/in. Silicone coat is more flexible and lower-stretch than polyurethane (PU) coatings, but cannot be seam-taped — silnylon shelters need liquid seam sealer (silicone-mineral-spirits paste). Hydrostatic head 1500–3000 mm (water column). UV degrades the nylon over years of exposure; the silicone protects somewhat. Hot-cuts cleanly with a soldering iron or hot-knife — the cut edge fuses and resists fraying.

mechanical

  • weight_g_m236
  • tensile_strength_n250
  • tear_strength_n50
  • hydrostatic_head_mm2000
source: Ripstop By The Roll product specifications; manufacturer data for 70D silicone-coated ripstop nylon

Sustainability

  • embodied carbon kg co2e per kg7.0
  • sourceEditorial estimate from ICE / Granta CES EduPack class databases — industry mean, with cradle-to-gate boundary unless otherwise noted. Nylon 6,6 carries the embodied load of caprolactam synthesis; recycled-content nylon (Aquafil ECONYL from fishing nets) significantly reduces this. Silicone coating adds modest additional load.
  • recyclabilitylow — silicone coating bonds to the nylon and complicates fiber recovery; mechanical downcycling possible
  • biodegradableFalse
  • certificationsbluesign-approved variants available, OEKO-TEX Standard 100
  • localityprimary nylon producers in Asia (Korea, Taiwan); silicone-coating finishing in US, Europe, Asia; vendor distribution in US is RBTR + Quest Outfitters
visual
subtle grid pattern from reinforcement yarns visible at oblique angles; takes dye saturation cleanly; satin sheen from the silicone coating; available in dozens of colors
tactile
slick from the silicone; rustles with a high-pitched papery sound; cool to the touch; pliable but holds a crease
weight perception
extraordinarily light — a square yard weighs about as much as a slice of bread
acoustic
the unmistakable rustle of a tent fly in wind

PBR starter values

finish · fibrous — open for table, JSON, host snippets, downloads

Principled BSDF defaults derived from the sphere fibrous finish. Reasonable seed for Blender, Substance, Keyshot, Rhino — tune per material. Or grab the whole library at once: ForMaterials library →

# finish:                   fibrous
albedo                      #5a8c66
metallic                    0.00
roughness                   0.70
ior                         1.45
transmission                0.00
clearcoat                   0.00
sheen                       0.70
anisotropic                 0.50
copy as JSON
{
  "albedo": "#5a8c66",
  "metallic": 0.0,
  "roughness": 0.7,
  "ior": 1.45,
  "transmission": 0.0,
  "clearcoat": 0.0,
  "sheen": 0.7,
  "anisotropic": 0.5
}
Blender 4.x Python
# Blender 4.x — Principled BSDF
# Ripstop Nylon (70 Denier, Silicone-Coated) · finish: fibrous
import bpy
mat = bpy.data.materials.new(name="mat_ripstop_nylon_70d")
mat.use_nodes = True
bsdf = mat.node_tree.nodes["Principled BSDF"]
bsdf.inputs["Base Color"].default_value         = (0.1022, 0.2623, 0.1329, 1.0)
bsdf.inputs["Metallic"].default_value           = 0.000
bsdf.inputs["Roughness"].default_value          = 0.700
bsdf.inputs["IOR"].default_value                = 1.450
bsdf.inputs["Transmission Weight"].default_value = 0.000
bsdf.inputs["Coat Weight"].default_value        = 0.000
bsdf.inputs["Sheen Weight"].default_value       = 0.700
bsdf.inputs["Anisotropic"].default_value        = 0.500
KeyShot Python (lux)
# KeyShot 11+ — lux Python API, Generic material
# Ripstop Nylon (70 Denier, Silicone-Coated) · finish: fibrous
# Run from Window → Scripting Console
import lux
mat = lux.createMaterial(name="mat_ripstop_nylon_70d", materialType="Generic")
mat.setProperty("diffuse",      (90, 140, 102))   # 8-bit sRGB
mat.setProperty("metallic",     0.000)
mat.setProperty("roughness",    0.700)
mat.setProperty("indexOfRefraction", 1.450)
mat.setProperty("transparency", 0.000)
mat.setProperty("coatingWeight", 0.000)
Substance pbrMetalRough
{
  "_format": "Substance Designer / Painter \u2014 pbrMetalRough constants",
  "_about": "Ripstop Nylon (70 Denier, Silicone-Coated) \u00b7 finish: fibrous",
  "baseColor": {
    "r": 0.1022,
    "g": 0.2623,
    "b": 0.1329
  },
  "metallic": 0.0,
  "roughness": 0.7,
  "ior": 1.45,
  "opacity": 1.0,
  "anisotropyLevel": 0.5,
  "_notes": "Channels listed are the standard Substance pbrMetalRough output. Drop into a Uniform Color node per channel, or as the constant input on a layered stack."
}
glTF 2.0 Metallic-Roughness
{
  "asset": {
    "version": "2.0",
    "generator": "ForMatter"
  },
  "materials": [
    {
      "name": "mat_ripstop_nylon_70d",
      "pbrMetallicRoughness": {
        "baseColorFactor": [
          0.1022,
          0.2623,
          0.1329,
          1.0
        ],
        "metallicFactor": 0.0,
        "roughnessFactor": 0.7
      },
      "extensions": {
        "KHR_materials_ior": {
          "ior": 1.45
        },
        "KHR_materials_sheen": {
          "sheenColorFactor": [
            1.0,
            1.0,
            1.0
          ],
          "sheenRoughnessFactor": 0.7
        }
      }
    }
  ]
}
USD Preview Surface
# USD Preview Surface — UsdShade.MaterialLook prim attributes
# Ripstop Nylon (70 Denier, Silicone-Coated) · finish: fibrous
def Material "mat_ripstop_nylon_70d" {
    token outputs:surface.connect = </mat_ripstop_nylon_70d/PreviewSurface.outputs:surface>

    def Shader "PreviewSurface" {
        uniform token info:id = "UsdPreviewSurface"
        color3f inputs:diffuseColor = (0.1022, 0.2623, 0.1329)
        float   inputs:metallic     = 0.000
        float   inputs:roughness    = 0.700
        float   inputs:ior          = 1.450
        float   inputs:opacity      = 1.000
        float   inputs:clearcoat    = 0.000
        token   outputs:surface
    }
}
↓ download glTF material

Second life

repairabilityvery high — ripstop's engineered grid limits tear-propagation; patches with nylon thread or Tenacious Tape are bench-routine.
recyclabilitylow — same as nylon 6,6.
disposal pathresale → general waste; specialty.
typical longevity15 years (typical)
failure modes
  • UV embrittlement
  • PU / silicone coating delamination on coated grades
  • abrasion

INVISTA / Brookwood ripstop technical literature.