Rifle Green (#444C38)
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: 8.99:1 — vs black: 2.34:1
Color values
-
HEX
#444C38 -
RGB
rgb(68, 76, 56) -
HSL
hsl(84, 26%, 29%) -
CMYK
cmyk( 10.53, 0, 26.32, 70.2 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #444C38 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#444C38
Base
#40384C
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#444C38
Base
#4C4A38
#3A4C38
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#444C38
Base
#38444C
#4C3844
Two colors flanking the complement — high contrast with less tension than full complementary.
#444C38
Base
#383A4C
#4A384C
Four colors at 90° intervals — rich variety, best when one color dominates.
#444C38
Base
#384C4A
#40384C
#4C383A
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#444C38
Base
#0D0F0B
#1D2018
#2F3527
#596349
#6B7858
#92A07D
Darker shades and lighter tints of Rifle Green, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#0D0F0B
#181B14
#23271D
#2E3326
#39402F
#444C38
Base
#687556
#8C9A77
#AEB89F
#D0D6C8
#F3F4F0
Ready-to-use code snippets for #444C38. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #444C38;
}
/* Text */
.element {
color: #444C38;
}
/* Border */
.element {
border: 1px solid #444C38;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#444C38,
#483860
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#444C38,
#483860
);
}
// SCSS variable
$rifle-green: #444C38;
// With RGB channels (useful for rgba() usage)
$rifle-green-r: 68;
$rifle-green-g: 76;
$rifle-green-b: 56;
// Usage
.element {
background-color: $rifle-green;
color: rgba($rifle-green-r, $rifle-green-g, $rifle-green-b, 0.8);
}
How Rifle Green appears to people with different types of color vision deficiency.
#444C38
How the color appears with full color vision.
#4A4A38
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#4B4B38
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#474A4A
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#494949
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.