HEX: #676613
RGB: (103,102,19)
#676613 contains mainly red and green colors. Web safe color of #676613 is #666600 (or #660).
#676613 color RGB value is (103,102,19).
RGB: (103,102,19) (40%,40%,7%)
R 103 of 255 = 40%
G 102 of 255 = 40%
B 19 of 255 = 7%
R + G + B ~ 29%. #676613 is quite dark color.
R + G + B =
103 + 102 + 19 = 224 (100%)
R 103 of 224 ~ 45.98%
G 102 of 224 ~ 45.54%
B 19 of 224 ~ 8.48%
#676613 color CMYK value is (0,1,82,60).
CMYK: (0,1,82,60) C0M1Y82K60 (0%,1%,82%,60%) (0.00/0.01/0.82/0.60)
67 | 66 | 13 | |
---|---|---|---|
RGB | 103 | 102 | 19 |
HSL | 59° | 68.85% | 23.92% |
HSB/HSV | 59° | 81.55% | 40.39% |
CMYK | 0.00% | 0.97% | 81.55% |
59.61% |
HEX | 67 | 66 | 13 |
Decimal | 103 | 102 | 19 |
Binary | 1100111 | 1100110 | 10011 |
Octal | 147 | 146 | 23 |
Examples of css and html codes for elements with #676613 color. Also use rgb(103,102,19) instead hex code.
.myTextColor { color: #676613; }
<p style="color:#676613">This sample text font color is #676613.</p>
This text font color is #676613.
.myBgColor { background-color: #676613; }
<div style="background-color:#676613">Inner text</div>
This div background color is #676613.
.myBorderColor { border: 1px solid #676613; }
<div style="border:3px solid #676613">Div</div>
This div border color is #676613.
.myOpacity80 { color: #676613; opacity: 0.8; }
<p style="color:#676613;opacity:0.8;">80%</p>
Text with #676613 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #676613;}
<p style="text-shadow: 3px 3px 1px #676613">Text here.</p>
This text has shadow with #676613 color.
.textShadow {text-shadow: 3px 3px 1px #676613, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #676613, 5px 5px 20px red">Text here.</p>
This text has shadow with #676613 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#676613, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#676613, Direction=45, Strength=4)">Text</p>
This text has shadow with #676613 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #676613; -webkit-box-shadow: 1px 1px 3px 2px #676613; box-shadow: 1px 1px 3px 2px #676613; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #676613; -webkit-box-shadow: 1px 1px 3px 2px #676613; box-shadow:1px 1px 3px 2px #676613;">
Div content here</div>
This text has color #676613 on black background.
This text has color #676613 on white background.
This text has black color on #676613 background.
This text has white color on #676613 background.