#5F5749
A dark, muted orange closely aligning with Dimgray.
About #5F5749
Visually, #5F5749 is defined as a muted orange. Its closest recognized web color is Dimgray. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 87, and 73.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 8% Magenta, 23% Yellow, and 63% Black. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F5749
RGB95, 87, 73
HSL38.2°, 13.1%, 32.9%
CMYK0%, 8%, 23%, 63%
HSV38.2°, 23.2%, 37.3%
LAB37.4, 0.7, 9.3
XYZ9.3, 9.7, 7.7
Decimal6248265
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.13:1
Text on #FFFFFF
AAA
2.95:1
Text on #000000
FAIL
6.81:1
Text on #F8FAFC
AA
2.50:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F5749;
}
.text-color {
color: #5F5749;
}
.border-color {
border: 2px solid #5F5749;
}