HEX: #857D3E
RGB: (133,125,62)
#857D3E contains mainly red and green colors. Web safe color of #857D3E is #996633 (or #963).
#857D3E color RGB value is (133,125,62).
RGB: (133,125,62) (52%,49%,24%)
R 133 of 255 = 52%
G 125 of 255 = 49%
B 62 of 255 = 24%
R + G + B ~ 42%. #857D3E is middle color (not dark and not light).
R + G + B =
133 + 125 + 62 = 320 (100%)
R 133 of 320 ~ 41.56%
G 125 of 320 ~ 39.06%
B 62 of 320 ~ 19.38%
#857D3E color CMYK value is (0,6,53,48).
CMYK: (0,6,53,48) C0M6Y53K48 (0%,6%,53%,48%) (0.00/0.06/0.53/0.48)
85 | 7D | 3E | |
---|---|---|---|
RGB | 133 | 125 | 62 |
HSL | 53° | 36.41% | 38.24% |
HSB/HSV | 53° | 53.38% | 52.16% |
CMYK | 0.00% | 6.02% | 53.38% |
47.84% |
HEX | 85 | 7D | 3E |
Decimal | 133 | 125 | 62 |
Binary | 10000101 | 1111101 | 111110 |
Octal | 205 | 175 | 76 |
Examples of css and html codes for elements with #857D3E color. Also use rgb(133,125,62) instead hex code.
.myTextColor { color: #857D3E; }
<p style="color:#857D3E">This sample text font color is #857D3E.</p>
This text font color is #857D3E.
.myBgColor { background-color: #857D3E; }
<div style="background-color:#857D3E">Inner text</div>
This div background color is #857D3E.
.myBorderColor { border: 1px solid #857D3E; }
<div style="border:3px solid #857D3E">Div</div>
This div border color is #857D3E.
.myOpacity80 { color: #857D3E; opacity: 0.8; }
<p style="color:#857D3E;opacity:0.8;">80%</p>
Text with #857D3E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #857D3E;}
<p style="text-shadow: 3px 3px 1px #857D3E">Text here.</p>
This text has shadow with #857D3E color.
.textShadow {text-shadow: 3px 3px 1px #857D3E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #857D3E, 5px 5px 20px red">Text here.</p>
This text has shadow with #857D3E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#857D3E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#857D3E, Direction=45, Strength=4)">Text</p>
This text has shadow with #857D3E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #857D3E; -webkit-box-shadow: 1px 1px 3px 2px #857D3E; box-shadow: 1px 1px 3px 2px #857D3E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #857D3E; -webkit-box-shadow: 1px 1px 3px 2px #857D3E; box-shadow:1px 1px 3px 2px #857D3E;">
Div content here</div>
This text has color #857D3E on black background.
This text has color #857D3E on white background.
This text has black color on #857D3E background.
This text has white color on #857D3E background.