HEX: #685221
RGB: (104,82,33)
#685221 contains mainly red and green colors. Web safe color of #685221 is #666633 (or #663).
#685221 color RGB value is (104,82,33).
RGB: (104,82,33) (41%,32%,13%)
R 104 of 255 = 41%
G 82 of 255 = 32%
B 33 of 255 = 13%
R + G + B ~ 29%. #685221 is quite dark color.
R + G + B =
104 + 82 + 33 = 219 (100%)
R 104 of 219 ~ 47.49%
G 82 of 219 ~ 37.44%
B 33 of 219 ~ 15.07%
#685221 color CMYK value is (0,21,68,59).
CMYK: (0,21,68,59) C0M21Y68K59 (0%,21%,68%,59%) (0.00/0.21/0.68/0.59)
68 | 52 | 21 | |
---|---|---|---|
RGB | 104 | 82 | 33 |
HSL | 41° | 51.82% | 26.86% |
HSB/HSV | 41° | 68.27% | 40.78% |
CMYK | 0.00% | 21.15% | 68.27% |
59.22% |
HEX | 68 | 52 | 21 |
Decimal | 104 | 82 | 33 |
Binary | 1101000 | 1010010 | 100001 |
Octal | 150 | 122 | 41 |
Examples of css and html codes for elements with #685221 color. Also use rgb(104,82,33) instead hex code.
.myTextColor { color: #685221; }
<p style="color:#685221">This sample text font color is #685221.</p>
This text font color is #685221.
.myBgColor { background-color: #685221; }
<div style="background-color:#685221">Inner text</div>
This div background color is #685221.
.myBorderColor { border: 1px solid #685221; }
<div style="border:3px solid #685221">Div</div>
This div border color is #685221.
.myOpacity80 { color: #685221; opacity: 0.8; }
<p style="color:#685221;opacity:0.8;">80%</p>
Text with #685221 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #685221;}
<p style="text-shadow: 3px 3px 1px #685221">Text here.</p>
This text has shadow with #685221 color.
.textShadow {text-shadow: 3px 3px 1px #685221, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #685221, 5px 5px 20px red">Text here.</p>
This text has shadow with #685221 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#685221, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#685221, Direction=45, Strength=4)">Text</p>
This text has shadow with #685221 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #685221; -webkit-box-shadow: 1px 1px 3px 2px #685221; box-shadow: 1px 1px 3px 2px #685221; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #685221; -webkit-box-shadow: 1px 1px 3px 2px #685221; box-shadow:1px 1px 3px 2px #685221;">
Div content here</div>
This text has color #685221 on black background.
This text has color #685221 on white background.
This text has black color on #685221 background.
This text has white color on #685221 background.