HEX: #686331
RGB: (104,99,49)
#686331 contains red, green and blue colors in about the same proportion. Web safe color of #686331 is #666633 (or #663).
#686331 color RGB value is (104,99,49).
RGB: (104,99,49) (41%,39%,19%)
R 104 of 255 = 41%
G 99 of 255 = 39%
B 49 of 255 = 19%
R + G + B ~ 33%. #686331 is quite dark color.
R + G + B =
104 + 99 + 49 = 252 (100%)
R 104 of 252 ~ 41.27%
G 99 of 252 ~ 39.29%
B 49 of 252 ~ 19.44%
#686331 color CMYK value is (0,5,53,59).
CMYK: (0,5,53,59) C0M5Y53K59 (0%,5%,53%,59%) (0.00/0.05/0.53/0.59)
68 | 63 | 31 | |
---|---|---|---|
RGB | 104 | 99 | 49 |
HSL | 55° | 35.95% | 30.00% |
HSB/HSV | 55° | 52.88% | 40.78% |
CMYK | 0.00% | 4.81% | 52.88% |
59.22% |
HEX | 68 | 63 | 31 |
Decimal | 104 | 99 | 49 |
Binary | 1101000 | 1100011 | 110001 |
Octal | 150 | 143 | 61 |
Examples of css and html codes for elements with #686331 color. Also use rgb(104,99,49) instead hex code.
.myTextColor { color: #686331; }
<p style="color:#686331">This sample text font color is #686331.</p>
This text font color is #686331.
.myBgColor { background-color: #686331; }
<div style="background-color:#686331">Inner text</div>
This div background color is #686331.
.myBorderColor { border: 1px solid #686331; }
<div style="border:3px solid #686331">Div</div>
This div border color is #686331.
.myOpacity80 { color: #686331; opacity: 0.8; }
<p style="color:#686331;opacity:0.8;">80%</p>
Text with #686331 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #686331;}
<p style="text-shadow: 3px 3px 1px #686331">Text here.</p>
This text has shadow with #686331 color.
.textShadow {text-shadow: 3px 3px 1px #686331, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #686331, 5px 5px 20px red">Text here.</p>
This text has shadow with #686331 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#686331, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#686331, Direction=45, Strength=4)">Text</p>
This text has shadow with #686331 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #686331; -webkit-box-shadow: 1px 1px 3px 2px #686331; box-shadow: 1px 1px 3px 2px #686331; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #686331; -webkit-box-shadow: 1px 1px 3px 2px #686331; box-shadow:1px 1px 3px 2px #686331;">
Div content here</div>
This text has color #686331 on black background.
This text has color #686331 on white background.
This text has black color on #686331 background.
This text has white color on #686331 background.