HEX: #685B4D
RGB: (104,91,77)
#685B4D contains red, green and blue colors in about the same proportion. Web safe color of #685B4D is #666633 (or #663).
#685B4D color RGB value is (104,91,77).
RGB: (104,91,77) (41%,36%,30%)
R 104 of 255 = 41%
G 91 of 255 = 36%
B 77 of 255 = 30%
R + G + B ~ 36%. #685B4D is quite dark color.
R + G + B =
104 + 91 + 77 = 272 (100%)
R 104 of 272 ~ 38.24%
G 91 of 272 ~ 33.46%
B 77 of 272 ~ 28.31%
#685B4D color CMYK value is (0,13,26,59).
CMYK: (0,13,26,59) C0M13Y26K59 (0%,13%,26%,59%) (0.00/0.13/0.26/0.59)
68 | 5B | 4D | |
---|---|---|---|
RGB | 104 | 91 | 77 |
HSL | 31° | 14.92% | 35.49% |
HSB/HSV | 31° | 25.96% | 40.78% |
CMYK | 0.00% | 12.50% | 25.96% |
59.22% |
HEX | 68 | 5B | 4D |
Decimal | 104 | 91 | 77 |
Binary | 1101000 | 1011011 | 1001101 |
Octal | 150 | 133 | 115 |
Examples of css and html codes for elements with #685B4D color. Also use rgb(104,91,77) instead hex code.
.myTextColor { color: #685B4D; }
<p style="color:#685B4D">This sample text font color is #685B4D.</p>
This text font color is #685B4D.
.myBgColor { background-color: #685B4D; }
<div style="background-color:#685B4D">Inner text</div>
This div background color is #685B4D.
.myBorderColor { border: 1px solid #685B4D; }
<div style="border:3px solid #685B4D">Div</div>
This div border color is #685B4D.
.myOpacity80 { color: #685B4D; opacity: 0.8; }
<p style="color:#685B4D;opacity:0.8;">80%</p>
Text with #685B4D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #685B4D;}
<p style="text-shadow: 3px 3px 1px #685B4D">Text here.</p>
This text has shadow with #685B4D color.
.textShadow {text-shadow: 3px 3px 1px #685B4D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #685B4D, 5px 5px 20px red">Text here.</p>
This text has shadow with #685B4D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#685B4D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#685B4D, Direction=45, Strength=4)">Text</p>
This text has shadow with #685B4D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #685B4D; -webkit-box-shadow: 1px 1px 3px 2px #685B4D; box-shadow: 1px 1px 3px 2px #685B4D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #685B4D; -webkit-box-shadow: 1px 1px 3px 2px #685B4D; box-shadow:1px 1px 3px 2px #685B4D;">
Div content here</div>
This text has color #685B4D on black background.
This text has color #685B4D on white background.
This text has black color on #685B4D background.
This text has white color on #685B4D background.