COLOR #85A35E

HEX: #85A35E RGB: (133,163,94)

Color info

#85A35E contains mainly red and green colors. Web safe color of #85A35E is #999966 (or #996).

RGB color model

#85A35E color RGB value is (133,163,94).

RGB: (133,163,94) (52%, 64%, 37%)

RGB channels and saturation

R 133 of 255 = 52%
G 163 of 255 = 64%
B 94 of 255 = 37%

133
163
94

R + G + B ~ 51%. #85A35E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 163 + 94 = 390 (100%)
R 133 of 390 ~ 34.1%
G 163 of 390 ~ 41.79%
B 94 of 390 ~ 24.1'%

%34.1
%41.79
%24.1

CMYK color model

#85A35E color CMYK value is (18,0,42,36).

  • cyan value is 18.40%
  • magenta value is 0.00%
  • yellow value is 42.33%
  • key color value is 36.08%

CMYK: (18,0,42,36)
C18M0Y42K36 (18%, 0%, 42%, 36%)
(0.18 / 0.00 / 0.42 / 0.36)

CMYK percentages

%18.4
%0
%42.33
%36.08

Codes

Color #85A35E in popluar color models

85 A3 5E
RGB 133 163 94
HSL 86° 27.27% 50.39%
HSB/HSV 86° 42.33% 63.92%
CMYK 18.40% 0.00% 42.33%
36.08%

Color #85A35E in popluar number systems.

HEX 85 A3 5E
Decimal 133 163 94
Binary 10000101 10100011 1011110
Octal 205 243 136

Shades and tints

Shades of #85A35E

#85A35E
(133,163,94)
#799556
(121,149,86)
#6D874E
(109,135,78)
#617946
(97,121,70)
#556B3E
(85,107,62)
#495D36
(73,93,54)
#3D4F2E
(61,79,46)
#314126
(49,65,38)
#25331E
(37,51,30)
#192516
(25,37,22)
#0D170E
(13,23,14)
#000000
(0,0,0)

Tints of #85A35E

#85A35E
(133,163,94)
#90AB6C
(144,171,108)
#9BB37A
(155,179,122)
#A6BB88
(166,187,136)
#B1C396
(177,195,150)
#BCCBA4
(188,203,164)
#C7D3B2
(199,211,178)
#D2DBC0
(210,219,192)
#DDE3CE
(221,227,206)
#E8EBDC
(232,235,220)
#F3F3EA
(243,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A35E color. Also use rgb(133,163,94) instead hex code.

Text Font Color

.myTextColor { color: #85A35E; }

<p style="color:#85A35E">This sample text font color is #85A35E.</p>

This text font color is #85A35E.

Background Color

.myBgColor { background-color: #85A35E; }

<div style="background-color:#85A35E">Inner text</div>

This div background color is #85A35E.

Border color

.myBorderColor { border: 1px solid #85A35E; }

<div style="border:3px solid #85A35E">Div</div>

This div border color is #85A35E.

Opacity

.myOpacity80 { color: #85A35E; opacity: 0.8; }

<p style="color:#85A35E;opacity:0.8;">80%</p>

Text with #85A35E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #85A35E;}

<p style="text-shadow: 3px 3px 1px #85A35E">Text here.</p>

This text has shadow with #85A35E color.


.textShadow {text-shadow: 3px 3px 1px #85A35E', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #85A35E, 5px 5px 20px red">Text here.</p>

This text has shadow with #85A35E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#85A35E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#85A35E, Direction=45, Strength=4)">Text</p>

This text has shadow with #85A35E and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #85A35E;
-webkit-box-shadow: 1px 1px 3px 2px #85A35E;
box-shadow: 1px 1px 3px 2px #85A35E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #85A35E; -webkit-box-shadow: 1px 1px 3px 2px #85A35E; box-shadow:1px 1px 3px 2px #85A35E;">
Div content here
</div>

This div box has shadow with color #85A35E.

Preview

Color preview on black background

This text has color #85A35E on black background.


Color preview on white background

This text has color #85A35E on white background.


Black color preview on #85A35E background

This text has black color on #85A35E background.


White color preview on #85A35E background

This text has white color on #85A35E background.


Related colors

Complementary color

Complementary color for #hex is #7A5CA1.


I love getcolorcode.com

Triadic colors

1 #5E85A3 and #A35E85 with #85A35E are triadic colors.

2 #5EA385 and #A3855E with #85A35E are triadic colors.