Feldgrau (#4D5D53)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 6.99:1 — vs black: 3.01:1
Color values
-
HEX
#4D5D53 -
RGB
rgb(77, 93, 83) -
HSL
hsl(142, 17%, 36%) -
CMYK
cmyk( 17.2, 0, 10.75, 63.53 ) -
Websafe
#666666
Tags
Mood
Style
Use case
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #4D5D53 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#4D5D53
Base
#5D4D57
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#4D5D53
Base
#4F5D4D
#4D5D5B
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#4D5D53
Base
#534D5D
#5D534D
Two colors flanking the complement — high contrast with less tension than full complementary.
#4D5D53
Base
#5B4D5D
#5D4D4F
Four colors at 90° intervals — rich variety, best when one color dominates.
#4D5D53
Base
#4D4F5D
#5D4D57
#5D5B4D
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#4D5D53
Base
#0C0E0C
#2A332E
#3B473F
#5F7367
#708778
#99AA9F
Darker shades and lighter tints of Feldgrau, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#0C0E0C
#191E1B
#262E29
#333D37
#404D45
#4D5D53
Base
#697F72
#8A9E91
#ACBAB2
#CFD7D2
#F1F3F2
Ready-to-use code snippets for #4D5D53. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #4D5D53;
}
/* Text */
.element {
color: #4D5D53;
}
/* Border */
.element {
border: 1px solid #4D5D53;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#4D5D53,
#6D4D61
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#4D5D53,
#6D4D61
);
}
// SCSS variable
$feldgrau: #4D5D53;
// With RGB channels (useful for rgba() usage)
$feldgrau-r: 77;
$feldgrau-g: 93;
$feldgrau-b: 83;
// Usage
.element {
background-color: $feldgrau;
color: rgba($feldgrau-r, $feldgrau-g, $feldgrau-b, 0.8);
}
How Feldgrau appears to people with different types of color vision deficiency.
#4D5D53
How the color appears with full color vision.
#595953
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#5B5B53
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#4F5C5C
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#595959
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.