HEX: #667335
RGB: (102,115,53)
#667335 contains mainly red and green colors. Web safe color of #667335 is #666633 (or #663).
#667335 color RGB value is (102,115,53).
RGB: (102,115,53) (40%,45%,21%)
R 102 of 255 = 40%
G 115 of 255 = 45%
B 53 of 255 = 21%
R + G + B ~ 35%. #667335 is quite dark color.
R + G + B =
102 + 115 + 53 = 270 (100%)
R 102 of 270 ~ 37.78%
G 115 of 270 ~ 42.59%
B 53 of 270 ~ 19.63%
#667335 color CMYK value is (11,0,54,55).
CMYK: (11,0,54,55) C11M0Y54K55 (11%,0%,54%,55%) (0.11/0.00/0.54/0.55)
66 | 73 | 35 | |
---|---|---|---|
RGB | 102 | 115 | 53 |
HSL | 73° | 36.90% | 32.94% |
HSB/HSV | 73° | 53.91% | 45.10% |
CMYK | 11.30% | 0.00% | 53.91% |
54.90% |
HEX | 66 | 73 | 35 |
Decimal | 102 | 115 | 53 |
Binary | 1100110 | 1110011 | 110101 |
Octal | 146 | 163 | 65 |
Examples of css and html codes for elements with #667335 color. Also use rgb(102,115,53) instead hex code.
.myTextColor { color: #667335; }
<p style="color:#667335">This sample text font color is #667335.</p>
This text font color is #667335.
.myBgColor { background-color: #667335; }
<div style="background-color:#667335">Inner text</div>
This div background color is #667335.
.myBorderColor { border: 1px solid #667335; }
<div style="border:3px solid #667335">Div</div>
This div border color is #667335.
.myOpacity80 { color: #667335; opacity: 0.8; }
<p style="color:#667335;opacity:0.8;">80%</p>
Text with #667335 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #667335;}
<p style="text-shadow: 3px 3px 1px #667335">Text here.</p>
This text has shadow with #667335 color.
.textShadow {text-shadow: 3px 3px 1px #667335, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #667335, 5px 5px 20px red">Text here.</p>
This text has shadow with #667335 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#667335, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#667335, Direction=45, Strength=4)">Text</p>
This text has shadow with #667335 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #667335; -webkit-box-shadow: 1px 1px 3px 2px #667335; box-shadow: 1px 1px 3px 2px #667335; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #667335; -webkit-box-shadow: 1px 1px 3px 2px #667335; box-shadow:1px 1px 3px 2px #667335;">
Div content here</div>
This text has color #667335 on black background.
This text has color #667335 on white background.
This text has black color on #667335 background.
This text has white color on #667335 background.