HEX: #667313
RGB: (102,115,19)
#667313 contains mainly red and green colors. Web safe color of #667313 is #666600 (or #660).
#667313 color RGB value is (102,115,19).
RGB: (102,115,19) (40%,45%,7%)
R 102 of 255 = 40%
G 115 of 255 = 45%
B 19 of 255 = 7%
R + G + B ~ 31%. #667313 is quite dark color.
R + G + B =
102 + 115 + 19 = 236 (100%)
R 102 of 236 ~ 43.22%
G 115 of 236 ~ 48.73%
B 19 of 236 ~ 8.05%
#667313 color CMYK value is (11,0,83,55).
CMYK: (11,0,83,55) C11M0Y83K55 (11%,0%,83%,55%) (0.11/0.00/0.83/0.55)
66 | 73 | 13 | |
---|---|---|---|
RGB | 102 | 115 | 19 |
HSL | 68° | 71.64% | 26.27% |
HSB/HSV | 68° | 83.48% | 45.10% |
CMYK | 11.30% | 0.00% | 83.48% |
54.90% |
HEX | 66 | 73 | 13 |
Decimal | 102 | 115 | 19 |
Binary | 1100110 | 1110011 | 10011 |
Octal | 146 | 163 | 23 |
Examples of css and html codes for elements with #667313 color. Also use rgb(102,115,19) instead hex code.
.myTextColor { color: #667313; }
<p style="color:#667313">This sample text font color is #667313.</p>
This text font color is #667313.
.myBgColor { background-color: #667313; }
<div style="background-color:#667313">Inner text</div>
This div background color is #667313.
.myBorderColor { border: 1px solid #667313; }
<div style="border:3px solid #667313">Div</div>
This div border color is #667313.
.myOpacity80 { color: #667313; opacity: 0.8; }
<p style="color:#667313;opacity:0.8;">80%</p>
Text with #667313 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #667313;}
<p style="text-shadow: 3px 3px 1px #667313">Text here.</p>
This text has shadow with #667313 color.
.textShadow {text-shadow: 3px 3px 1px #667313, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #667313, 5px 5px 20px red">Text here.</p>
This text has shadow with #667313 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#667313, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#667313, Direction=45, Strength=4)">Text</p>
This text has shadow with #667313 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #667313; -webkit-box-shadow: 1px 1px 3px 2px #667313; box-shadow: 1px 1px 3px 2px #667313; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #667313; -webkit-box-shadow: 1px 1px 3px 2px #667313; box-shadow:1px 1px 3px 2px #667313;">
Div content here</div>
This text has color #667313 on black background.
This text has color #667313 on white background.
This text has black color on #667313 background.
This text has white color on #667313 background.