HEX: #685311
RGB: (104,83,17)
#685311 contains mainly red and green colors. Web safe color of #685311 is #666600 (or #660).
#685311 color RGB value is (104,83,17).
RGB: (104,83,17) (41%,33%,7%)
R 104 of 255 = 41%
G 83 of 255 = 33%
B 17 of 255 = 7%
R + G + B ~ 27%. #685311 is quite dark color.
R + G + B =
104 + 83 + 17 = 204 (100%)
R 104 of 204 ~ 50.98%
G 83 of 204 ~ 40.69%
B 17 of 204 ~ 8.33%
#685311 color CMYK value is (0,20,84,59).
CMYK: (0,20,84,59) C0M20Y84K59 (0%,20%,84%,59%) (0.00/0.20/0.84/0.59)
68 | 53 | 11 | |
---|---|---|---|
RGB | 104 | 83 | 17 |
HSL | 46° | 71.90% | 23.73% |
HSB/HSV | 46° | 83.65% | 40.78% |
CMYK | 0.00% | 20.19% | 83.65% |
59.22% |
HEX | 68 | 53 | 11 |
Decimal | 104 | 83 | 17 |
Binary | 1101000 | 1010011 | 10001 |
Octal | 150 | 123 | 21 |
Examples of css and html codes for elements with #685311 color. Also use rgb(104,83,17) instead hex code.
.myTextColor { color: #685311; }
<p style="color:#685311">This sample text font color is #685311.</p>
This text font color is #685311.
.myBgColor { background-color: #685311; }
<div style="background-color:#685311">Inner text</div>
This div background color is #685311.
.myBorderColor { border: 1px solid #685311; }
<div style="border:3px solid #685311">Div</div>
This div border color is #685311.
.myOpacity80 { color: #685311; opacity: 0.8; }
<p style="color:#685311;opacity:0.8;">80%</p>
Text with #685311 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #685311;}
<p style="text-shadow: 3px 3px 1px #685311">Text here.</p>
This text has shadow with #685311 color.
.textShadow {text-shadow: 3px 3px 1px #685311, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #685311, 5px 5px 20px red">Text here.</p>
This text has shadow with #685311 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#685311, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#685311, Direction=45, Strength=4)">Text</p>
This text has shadow with #685311 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #685311; -webkit-box-shadow: 1px 1px 3px 2px #685311; box-shadow: 1px 1px 3px 2px #685311; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #685311; -webkit-box-shadow: 1px 1px 3px 2px #685311; box-shadow:1px 1px 3px 2px #685311;">
Div content here</div>
This text has color #685311 on black background.
This text has color #685311 on white background.
This text has black color on #685311 background.
This text has white color on #685311 background.