HEX: #857858
RGB: (133,120,88)
#857858 contains red, green and blue colors in about the same proportion. Web safe color of #857858 is #996666 (or #966).
#857858 color RGB value is (133,120,88).
RGB: (133,120,88) (52%,47%,35%)
R 133 of 255 = 52%
G 120 of 255 = 47%
B 88 of 255 = 35%
R + G + B ~ 45%. #857858 is middle color (not dark and not light).
R + G + B =
133 + 120 + 88 = 341 (100%)
R 133 of 341 ~ 39%
G 120 of 341 ~ 35.19%
B 88 of 341 ~ 25.81%
#857858 color CMYK value is (0,10,34,48).
CMYK: (0,10,34,48) C0M10Y34K48 (0%,10%,34%,48%) (0.00/0.10/0.34/0.48)
85 | 78 | 58 | |
---|---|---|---|
RGB | 133 | 120 | 88 |
HSL | 43° | 20.36% | 43.33% |
HSB/HSV | 43° | 33.83% | 52.16% |
CMYK | 0.00% | 9.77% | 33.83% |
47.84% |
HEX | 85 | 78 | 58 |
Decimal | 133 | 120 | 88 |
Binary | 10000101 | 1111000 | 1011000 |
Octal | 205 | 170 | 130 |
Examples of css and html codes for elements with #857858 color. Also use rgb(133,120,88) instead hex code.
.myTextColor { color: #857858; }
<p style="color:#857858">This sample text font color is #857858.</p>
This text font color is #857858.
.myBgColor { background-color: #857858; }
<div style="background-color:#857858">Inner text</div>
This div background color is #857858.
.myBorderColor { border: 1px solid #857858; }
<div style="border:3px solid #857858">Div</div>
This div border color is #857858.
.myOpacity80 { color: #857858; opacity: 0.8; }
<p style="color:#857858;opacity:0.8;">80%</p>
Text with #857858 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #857858;}
<p style="text-shadow: 3px 3px 1px #857858">Text here.</p>
This text has shadow with #857858 color.
.textShadow {text-shadow: 3px 3px 1px #857858, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #857858, 5px 5px 20px red">Text here.</p>
This text has shadow with #857858 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#857858, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#857858, Direction=45, Strength=4)">Text</p>
This text has shadow with #857858 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #857858; -webkit-box-shadow: 1px 1px 3px 2px #857858; box-shadow: 1px 1px 3px 2px #857858; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #857858; -webkit-box-shadow: 1px 1px 3px 2px #857858; box-shadow:1px 1px 3px 2px #857858;">
Div content here</div>
This text has color #857858 on black background.
This text has color #857858 on white background.
This text has black color on #857858 background.
This text has white color on #857858 background.