HEX: #85A35D
RGB: (133,163,93)
#85A35D contains mainly red and green colors. Web safe color of #85A35D is #999966 (or #996).
#85A35D color RGB value is (133,163,93).
RGB: (133,163,93)
(52%, 64%, 36%)
R 133 of 255 = 52%
G 163 of 255 = 64%
B 93 of 255 = 36%
R + G + B ~ 51%. #85A35D is middle color (not dark and not light).
R + G + B = 133 + 163 + 93 = 389 (100%)
R 133 of 389 ~ 34.19%
G 163 of 389 ~ 41.9%
B 93 of 389 ~ 23.91'%
#85A35D color CMYK value is (18,0,43,36).
CMYK: (18,0,43,36)
C18M0Y43K36 (18%, 0%, 43%, 36%)
(0.18 / 0.00 / 0.43 / 0.36)
Color #85A35D in popluar color models
85 | A3 | 5D | |
---|---|---|---|
RGB | 133 | 163 | 93 |
HSL | 86° | 27.56% | 50.20% |
HSB/HSV | 86° | 42.94% | 63.92% |
CMYK | 18.40% | 0.00% | 42.94% |
36.08% |
Color #85A35D in popluar number systems.
HEX | 85 | A3 | 5D |
Decimal | 133 | 163 | 93 |
Binary | 10000101 | 10100011 | 1011101 |
Octal | 205 | 243 | 135 |
Shades of #85A35D
Tints of #85A35D
Examples of css and html codes for elements with #85A35D color. Also use rgb(133,163,93) instead hex code.
.myTextColor { color: #85A35D; }
<p style="color:#85A35D">This sample text font color is #85A35D.</p>
This text font color is #85A35D.
.myBgColor { background-color: #85A35D; }
<div style="background-color:#85A35D">Inner text</div>
This div background color is #85A35D.
.myBorderColor { border: 1px solid #85A35D; }
<div style="border:3px solid #85A35D">Div</div>
This div border color is #85A35D.
.myOpacity80 { color: #85A35D; opacity: 0.8; }
<p style="color:#85A35D;opacity:0.8;">80%</p>
Text with #85A35D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #85A35D;}
<p style="text-shadow: 3px 3px 1px #85A35D">Text here.</p>
This text has shadow with #85A35D color.
.textShadow {text-shadow: 3px 3px 1px #85A35D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #85A35D, 5px 5px 20px red">Text here.</p>
This text has shadow with #85A35D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#85A35D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#85A35D, Direction=45, Strength=4)">Text</p>
This text has shadow with #85A35D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #85A35D;
-webkit-box-shadow: 1px 1px 3px 2px #85A35D;
box-shadow: 1px 1px 3px 2px #85A35D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #85A35D; -webkit-box-shadow: 1px 1px 3px 2px #85A35D; box-shadow:1px 1px 3px 2px #85A35D;">
Div content here
</div>
This text has color #85A35D on black background.
This text has color #85A35D on white background.
This text has black color on #85A35D background.
This text has white color on #85A35D background.
Complementary color for #hex is #7A5CA2.