#3A4207
A very dark, vivid yellow closely aligning with Darkolivegreen.
About #3A4207
At its core, #3A4207 is a very dark and vivid hue. Designers often compare it to the standard color Darkolivegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 66, and 7.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 12% cyan, 0% magenta, 89% yellow, and 74% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3A4207
RGB58, 66, 7
HSL68.1°, 80.8%, 14.3%
CMYK12%, 0%, 89%, 74%
HSV68.1°, 89.4%, 25.9%
LAB26.2, -11.9, 31.8
XYZ3.7, 4.8, 0.9
Decimal3817991
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.70:1
Text on #FFFFFF
AAA
1.96:1
Text on #000000
FAIL
10.23:1
Text on #F8FAFC
AAA
1.67:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A4207;
}
.text-color {
color: #3A4207;
}
.border-color {
border: 2px solid #3A4207;
}