HEX: #856375
RGB: (133,99,117)
#856375 contains red, green and blue colors in about the same proportion. Web safe color of #856375 is #996666 (or #966).
#856375 color RGB value is (133,99,117).
RGB: (133,99,117) (52%,39%,46%)
R 133 of 255 = 52%
G 99 of 255 = 39%
B 117 of 255 = 46%
R + G + B ~ 46%. #856375 is middle color (not dark and not light).
R + G + B =
133 + 99 + 117 = 349 (100%)
R 133 of 349 ~ 38.11%
G 99 of 349 ~ 28.37%
B 117 of 349 ~ 33.52%
#856375 color CMYK value is (0,26,12,48).
CMYK: (0,26,12,48) C0M26Y12K48 (0%,26%,12%,48%) (0.00/0.26/0.12/0.48)
85 | 63 | 75 | |
---|---|---|---|
RGB | 133 | 99 | 117 |
HSL | 328° | 14.66% | 45.49% |
HSB/HSV | 328° | 25.56% | 52.16% |
CMYK | 0.00% | 25.56% | 12.03% |
47.84% |
HEX | 85 | 63 | 75 |
Decimal | 133 | 99 | 117 |
Binary | 10000101 | 1100011 | 1110101 |
Octal | 205 | 143 | 165 |
Examples of css and html codes for elements with #856375 color. Also use rgb(133,99,117) instead hex code.
.myTextColor { color: #856375; }
<p style="color:#856375">This sample text font color is #856375.</p>
This text font color is #856375.
.myBgColor { background-color: #856375; }
<div style="background-color:#856375">Inner text</div>
This div background color is #856375.
.myBorderColor { border: 1px solid #856375; }
<div style="border:3px solid #856375">Div</div>
This div border color is #856375.
.myOpacity80 { color: #856375; opacity: 0.8; }
<p style="color:#856375;opacity:0.8;">80%</p>
Text with #856375 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #856375;}
<p style="text-shadow: 3px 3px 1px #856375">Text here.</p>
This text has shadow with #856375 color.
.textShadow {text-shadow: 3px 3px 1px #856375, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #856375, 5px 5px 20px red">Text here.</p>
This text has shadow with #856375 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#856375, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#856375, Direction=45, Strength=4)">Text</p>
This text has shadow with #856375 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #856375; -webkit-box-shadow: 1px 1px 3px 2px #856375; box-shadow: 1px 1px 3px 2px #856375; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #856375; -webkit-box-shadow: 1px 1px 3px 2px #856375; box-shadow:1px 1px 3px 2px #856375;">
Div content here</div>
This text has color #856375 on black background.
This text has color #856375 on white background.
This text has black color on #856375 background.
This text has white color on #856375 background.