#3A421D
A very dark, moderate yellow closely aligning with Darkolivegreen.
About #3A421D
At its core, #3A421D is a very dark and moderate hue. Its closest recognized web color is Darkolivegreen. Its digital footprint relies on 58 parts red, 66 parts green, and 29 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 12% C, 0% M, 56% Y, and 74% K. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A421D
RGB58, 66, 29
HSL73.0°, 38.9%, 18.6%
CMYK12%, 0%, 56%, 74%
HSV73.0°, 56.1%, 25.9%
LAB26.4, -10.1, 21.2
XYZ3.9, 4.9, 1.9
Decimal3818013
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.62:1
Text on #FFFFFF
AAA
1.98:1
Text on #000000
FAIL
10.15:1
Text on #F8FAFC
AAA
1.68:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A421D;
}
.text-color {
color: #3A421D;
}
.border-color {
border: 2px solid #3A421D;
}