HEX: #667B4F
RGB: (102,123,79)
#667B4F contains red, green and blue colors in about the same proportion. Web safe color of #667B4F is #666666 (or #666).
#667B4F color RGB value is (102,123,79).
RGB: (102,123,79)
(40%, 48%, 31%)
R 102 of 255 = 40%
G 123 of 255 = 48%
B 79 of 255 = 31%
R + G + B ~ 40%. #667B4F is middle color (not dark and not light).
R + G + B = 102 + 123 + 79 = 304 (100%)
R 102 of 304 ~ 33.55%
G 123 of 304 ~ 40.46%
B 79 of 304 ~ 25.99'%
#667B4F color CMYK value is (17,0,36,52).
CMYK: (17,0,36,52)
C17M0Y36K52 (17%, 0%, 36%, 52%)
(0.17 / 0.00 / 0.36 / 0.52)
Color #667B4F in popluar color models
66 | 7B | 4F | |
---|---|---|---|
RGB | 102 | 123 | 79 |
HSL | 89° | 21.78% | 39.61% |
HSB/HSV | 89° | 35.77% | 48.24% |
CMYK | 17.07% | 0.00% | 35.77% |
51.76% |
Color #667B4F in popluar number systems.
HEX | 66 | 7B | 4F |
Decimal | 102 | 123 | 79 |
Binary | 1100110 | 1111011 | 1001111 |
Octal | 146 | 173 | 117 |
Shades of #667B4F
Tints of #667B4F
Examples of css and html codes for elements with #667B4F color. Also use rgb(102,123,79) instead hex code.
.myTextColor { color: #667B4F; }
<p style="color:#667B4F">This sample text font color is #667B4F.</p>
This text font color is #667B4F.
.myBgColor { background-color: #667B4F; }
<div style="background-color:#667B4F">Inner text</div>
This div background color is #667B4F.
.myBorderColor { border: 1px solid #667B4F; }
<div style="border:3px solid #667B4F">Div</div>
This div border color is #667B4F.
.myOpacity80 { color: #667B4F; opacity: 0.8; }
<p style="color:#667B4F;opacity:0.8;">80%</p>
Text with #667B4F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #667B4F;}
<p style="text-shadow: 3px 3px 1px #667B4F">Text here.</p>
This text has shadow with #667B4F color.
.textShadow {text-shadow: 3px 3px 1px #667B4F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #667B4F, 5px 5px 20px red">Text here.</p>
This text has shadow with #667B4F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#667B4F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#667B4F, Direction=45, Strength=4)">Text</p>
This text has shadow with #667B4F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #667B4F;
-webkit-box-shadow: 1px 1px 3px 2px #667B4F;
box-shadow: 1px 1px 3px 2px #667B4F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #667B4F; -webkit-box-shadow: 1px 1px 3px 2px #667B4F; box-shadow:1px 1px 3px 2px #667B4F;">
Div content here
</div>
This text has color #667B4F on black background.
This text has color #667B4F on white background.
This text has black color on #667B4F background.
This text has white color on #667B4F background.
Complementary color for #hex is #9984B0.