HEX: #688311
RGB: (104,131,17)
#688311 contains mainly red and green colors. Web safe color of #688311 is #669900 (or #690).
#688311 color RGB value is (104,131,17).
RGB: (104,131,17) (41%,51%,7%)
R 104 of 255 = 41%
G 131 of 255 = 51%
B 17 of 255 = 7%
R + G + B ~ 33%. #688311 is quite dark color.
R + G + B =
104 + 131 + 17 = 252 (100%)
R 104 of 252 ~ 41.27%
G 131 of 252 ~ 51.98%
B 17 of 252 ~ 6.75%
#688311 color CMYK value is (21,0,87,49).
CMYK: (21,0,87,49) C21M0Y87K49 (21%,0%,87%,49%) (0.21/0.00/0.87/0.49)
68 | 83 | 11 | |
---|---|---|---|
RGB | 104 | 131 | 17 |
HSL | 74° | 77.03% | 29.02% |
HSB/HSV | 74° | 87.02% | 51.37% |
CMYK | 20.61% | 0.00% | 87.02% |
48.63% |
HEX | 68 | 83 | 11 |
Decimal | 104 | 131 | 17 |
Binary | 1101000 | 10000011 | 10001 |
Octal | 150 | 203 | 21 |
Examples of css and html codes for elements with #688311 color. Also use rgb(104,131,17) instead hex code.
.myTextColor { color: #688311; }
<p style="color:#688311">This sample text font color is #688311.</p>
This text font color is #688311.
.myBgColor { background-color: #688311; }
<div style="background-color:#688311">Inner text</div>
This div background color is #688311.
.myBorderColor { border: 1px solid #688311; }
<div style="border:3px solid #688311">Div</div>
This div border color is #688311.
.myOpacity80 { color: #688311; opacity: 0.8; }
<p style="color:#688311;opacity:0.8;">80%</p>
Text with #688311 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #688311;}
<p style="text-shadow: 3px 3px 1px #688311">Text here.</p>
This text has shadow with #688311 color.
.textShadow {text-shadow: 3px 3px 1px #688311, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #688311, 5px 5px 20px red">Text here.</p>
This text has shadow with #688311 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#688311, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#688311, Direction=45, Strength=4)">Text</p>
This text has shadow with #688311 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #688311; -webkit-box-shadow: 1px 1px 3px 2px #688311; box-shadow: 1px 1px 3px 2px #688311; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #688311; -webkit-box-shadow: 1px 1px 3px 2px #688311; box-shadow:1px 1px 3px 2px #688311;">
Div content here</div>
This text has color #688311 on black background.
This text has color #688311 on white background.
This text has black color on #688311 background.
This text has white color on #688311 background.