#3A3A1D
A very dark, moderate yellow closely aligning with Darkslategray.
About #3A3A1D
When working with digital screens, the color #3A3A1D is rendered by mixing light. Its closest recognized web color is Darkslategray. Its digital footprint relies on 58 parts red, 58 parts green, and 29 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 0% M, 50% Y, and 77% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A3A1D
RGB58, 58, 29
HSL60.0°, 33.3%, 17.1%
CMYK0%, 0%, 50%, 77%
HSV60.0°, 50.0%, 22.7%
LAB23.7, -5.2, 18.0
XYZ3.5, 4.0, 1.8
Decimal3815965
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.65:1
Text on #FFFFFF
AAA
1.80:1
Text on #000000
FAIL
11.13:1
Text on #F8FAFC
AAA
1.53:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A3A1D;
}
.text-color {
color: #3A3A1D;
}
.border-color {
border: 2px solid #3A3A1D;
}