HEX: #85835E
RGB: (133,131,94)
#85835E contains red, green and blue colors in about the same proportion. Web safe color of #85835E is #999966 (or #996).
#85835E color RGB value is (133,131,94).
RGB: (133,131,94)
(52%, 51%, 37%)
R 133 of 255 = 52%
G 131 of 255 = 51%
B 94 of 255 = 37%
R + G + B ~ 47%. #85835E is middle color (not dark and not light).
R + G + B = 133 + 131 + 94 = 358 (100%)
R 133 of 358 ~ 37.15%
G 131 of 358 ~ 36.59%
B 94 of 358 ~ 26.26'%
#85835E color CMYK value is (0,2,29,48).
CMYK: (0,2,29,48)
C0M2Y29K48 (0%, 2%, 29%, 48%)
(0.00 / 0.02 / 0.29 / 0.48)
Color #85835E in popluar color models
85 | 83 | 5E | |
---|---|---|---|
RGB | 133 | 131 | 94 |
HSL | 57° | 17.18% | 44.51% |
HSB/HSV | 57° | 29.32% | 52.16% |
CMYK | 0.00% | 1.50% | 29.32% |
47.84% |
Color #85835E in popluar number systems.
HEX | 85 | 83 | 5E |
Decimal | 133 | 131 | 94 |
Binary | 10000101 | 10000011 | 1011110 |
Octal | 205 | 203 | 136 |
Shades of #85835E
Tints of #85835E
Examples of css and html codes for elements with #85835E color. Also use rgb(133,131,94) instead hex code.
.myTextColor { color: #85835E; }
<p style="color:#85835E">This sample text font color is #85835E.</p>
This text font color is #85835E.
.myBgColor { background-color: #85835E; }
<div style="background-color:#85835E">Inner text</div>
This div background color is #85835E.
.myBorderColor { border: 1px solid #85835E; }
<div style="border:3px solid #85835E">Div</div>
This div border color is #85835E.
.myOpacity80 { color: #85835E; opacity: 0.8; }
<p style="color:#85835E;opacity:0.8;">80%</p>
Text with #85835E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #85835E;}
<p style="text-shadow: 3px 3px 1px #85835E">Text here.</p>
This text has shadow with #85835E color.
.textShadow {text-shadow: 3px 3px 1px #85835E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #85835E, 5px 5px 20px red">Text here.</p>
This text has shadow with #85835E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#85835E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#85835E, Direction=45, Strength=4)">Text</p>
This text has shadow with #85835E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #85835E;
-webkit-box-shadow: 1px 1px 3px 2px #85835E;
box-shadow: 1px 1px 3px 2px #85835E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #85835E; -webkit-box-shadow: 1px 1px 3px 2px #85835E; box-shadow:1px 1px 3px 2px #85835E;">
Div content here
</div>
This text has color #85835E on black background.
This text has color #85835E on white background.
This text has black color on #85835E background.
This text has white color on #85835E background.
Complementary color for #hex is #7A7CA1.