ForMatter/Materials/paint/Enamel Paint (Humbrol / Testors Model Enamel)
mat_enamel_paint_modeling

Enamel Paint (Humbrol / Testors Model Enamel)

alkyd / oil-based pigmented coating, model and craft use · enamel paint, Humbrol, Testors, model paint enamel, alkyd enamel, oil-based enamel

The little tinlet jars on the model-shop wall — Humbrol (the British canon since 1935), Testors (the American canon since 1929), Tamiya (the Japanese canon for plastic-model painting). Enamel paint is an alkyd-resin or oil-based pigmented coating that brushes on smooth, levels (the brush marks flow out as the paint dries), cures to a hard glossy or matte finish over hours, and bonds to plastic / metal / wood / paper / fabric without primer in most cases. The model-shop, craft-shop, and historic-restoration paint of choice — slower drying than acrylic but better leveling, harder cured film, more colors in the historic palette. Solvent-thinned (mineral spirits, white spirit, turpentine substitute), so brushes clean in solvent rather than water. Buy from Dick Blick for craft, model-shop chains for hobby, hardware stores for the broader Humbrol / Rust-Oleum line.

Solvent-borne pigmented coating, binder typically alkyd resin (chemically modified plant-oil polyester) or modified oil; pigment 30-50 percent by weight; solvent (mineral spirits, white spirit) 30-45 percent. Drying mechanism: oxidative crosslinking (the alkyd cures by reaction with atmospheric oxygen via unsaturated fatty-acid sites in the resin) plus solvent evaporation. Dry-to-touch 4-8 hours; fully cured (workable / tape-mask) 24-48 hours; full hardness 7-14 days. Film thickness 20-40 µm dry per coat. Levels excellently — the slow drying allows surface tension to flow brush marks out, producing a glass-smooth finish that water-based acrylic paints rarely match. Hard cured film (Persoz hardness 200+ after full cure), more chemical-resistant than acrylic, more abrasion-resistant. Color range exceptional — the model-paint manufacturers maintain color libraries of 200+ shades calibrated to historic / military / aircraft references (Humbrol's Authentic Colors, Testors's Model Master line, Tamiya's plastic-model colors). VOC content moderate-to-high (200-400 g/L) — under regulatory pressure for general-architectural use, less so for hobby / craft volumes. Cleans up with mineral spirits or paint thinner (water cleanup not possible — the alkyd is hydrophobic). Brushes, sprays (with thinner adjustment), and airbrushes (further thinned).

mechanical

  • wet_film_thickness_micron60
  • dry_film_thickness_micron30
  • drying_time_hours_touch6
  • drying_time_hours_full_cure24
  • voc_content_g_l350
source: Humbrol / Hornby technical data; Testors product specifications; ASTM D3960 (VOC content)

Sustainability

  • embodied carbon kg co2e per kg4.0
  • sourceEditorial estimate from ICE / Granta CES EduPack class data for solvent-borne paints, cradle-to-gate. Plant-oil-based alkyd has lower per-kg carbon than synthetic-resin alternatives.
  • recyclabilitylow — solvent-borne paint residue is hazardous waste; empty containers are scrap metal after dry-out
  • biodegradableFalse
  • certificationsCARB ATCM 94509 (VOC limits), ASTM D3960 (VOC content), REACH compliant
  • localityglobal production by Humbrol/Hornby (UK), Testors/Rust-Oleum (US), Tamiya (Japan), Mr Hobby Color/GSI Creos (Japan); designer-quantity via Dick Blick, model-shop chains, hardware stores
visual
wide range from matte through satin to high gloss; the cured glossy film reads as a deep enameled surface; matte film reads dead-flat with no highlight
tactile
hard smooth film when fully cured; the canonical hard-paint finish under fingertips
weight perception
the small tinlet (14 ml typical) reads as a dense little jar; the dried film is essentially weightless
acoustic
the small tin can rattles slightly when shaken — the tinlet is the model-shop iconic packaging form

PBR starter values

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

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

# finish:                   glossy
albedo                      #7a3838
metallic                    0.00
roughness                   0.25
ior                         1.45
transmission                0.00
clearcoat                   0.40
sheen                       0.00
anisotropic                 0.00
copy as JSON
{
  "albedo": "#7a3838",
  "metallic": 0.0,
  "roughness": 0.25,
  "ior": 1.45,
  "transmission": 0.0,
  "clearcoat": 0.4,
  "sheen": 0.0,
  "anisotropic": 0.0
}
Blender 4.x Python
# Blender 4.x — Principled BSDF
# Enamel Paint (Humbrol / Testors Model Enamel) · finish: glossy
import bpy
mat = bpy.data.materials.new(name="mat_enamel_paint_modeling")
mat.use_nodes = True
bsdf = mat.node_tree.nodes["Principled BSDF"]
bsdf.inputs["Base Color"].default_value         = (0.1946, 0.0395, 0.0395, 1.0)
bsdf.inputs["Metallic"].default_value           = 0.000
bsdf.inputs["Roughness"].default_value          = 0.250
bsdf.inputs["IOR"].default_value                = 1.450
bsdf.inputs["Transmission Weight"].default_value = 0.000
bsdf.inputs["Coat Weight"].default_value        = 0.400
bsdf.inputs["Sheen Weight"].default_value       = 0.000
bsdf.inputs["Anisotropic"].default_value        = 0.000
KeyShot Python (lux)
# KeyShot 11+ — lux Python API, Generic material
# Enamel Paint (Humbrol / Testors Model Enamel) · finish: glossy
# Run from Window → Scripting Console
import lux
mat = lux.createMaterial(name="mat_enamel_paint_modeling", materialType="Generic")
mat.setProperty("diffuse",      (122, 56, 56))   # 8-bit sRGB
mat.setProperty("metallic",     0.000)
mat.setProperty("roughness",    0.250)
mat.setProperty("indexOfRefraction", 1.450)
mat.setProperty("transparency", 0.000)
mat.setProperty("coatingWeight", 0.400)
Substance pbrMetalRough
{
  "_format": "Substance Designer / Painter \u2014 pbrMetalRough constants",
  "_about": "Enamel Paint (Humbrol / Testors Model Enamel) \u00b7 finish: glossy",
  "baseColor": {
    "r": 0.1946,
    "g": 0.0395,
    "b": 0.0395
  },
  "metallic": 0.0,
  "roughness": 0.25,
  "ior": 1.45,
  "opacity": 1.0,
  "anisotropyLevel": 0.0,
  "_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_enamel_paint_modeling",
      "pbrMetallicRoughness": {
        "baseColorFactor": [
          0.1946,
          0.0395,
          0.0395,
          1.0
        ],
        "metallicFactor": 0.0,
        "roughnessFactor": 0.25
      },
      "extensions": {
        "KHR_materials_ior": {
          "ior": 1.45
        },
        "KHR_materials_clearcoat": {
          "clearcoatFactor": 0.4
        }
      }
    }
  ]
}
USD Preview Surface
# USD Preview Surface — UsdShade.MaterialLook prim attributes
# Enamel Paint (Humbrol / Testors Model Enamel) · finish: glossy
def Material "mat_enamel_paint_modeling" {
    token outputs:surface.connect = </mat_enamel_paint_modeling/PreviewSurface.outputs:surface>

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

Second life

repairabilitymoderate — modeler tradition is to thin with mineral spirits and re-coat; clean-up before paint hardens.
recyclabilityvery low — solvent-based paint contaminates streams.
disposal pathhazardous-waste handling; cured paint general waste.
typical longevity50 years (typical)
failure modes
  • UV chalking (the canonical model-paint outdoor failure)
  • yellowing of clear over-coats
  • brittleness with age

Tamiya / Testors / Humbrol modeling-enamel technical bulletins.