COLOR #85A36B

HEX: #85A36B RGB: (133,163,107)

Color info

#85A36B contains red, green and blue colors in about the same proportion. Web safe color of #85A36B is #999966 (or #996).

RGB color model

#85A36B color RGB value is (133,163,107).

RGB: (133,163,107) (52%, 64%, 42%)

RGB channels and saturation

R 133 of 255 = 52%
G 163 of 255 = 64%
B 107 of 255 = 42%

133
163
107

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

Portions of RGB colors in percentages

R + G + B = 133 + 163 + 107 = 403 (100%)
R 133 of 403 ~ 33%
G 163 of 403 ~ 40.45%
B 107 of 403 ~ 26.55'%

%33
%40.45
%26.55

CMYK color model

#85A36B color CMYK value is (18,0,34,36).

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

CMYK: (18,0,34,36)
C18M0Y34K36 (18%, 0%, 34%, 36%)
(0.18 / 0.00 / 0.34 / 0.36)

CMYK percentages

%18.4
%0
%34.36
%36.08

Codes

Color #85A36B in popluar color models

85 A3 6B
RGB 133 163 107
HSL 92° 23.33% 52.94%
HSB/HSV 92° 34.36% 63.92%
CMYK 18.40% 0.00% 34.36%
36.08%

Color #85A36B in popluar number systems.

HEX 85 A3 6B
Decimal 133 163 107
Binary 10000101 10100011 1101011
Octal 205 243 153

Shades and tints

Shades of #85A36B

#85A36B
(133,163,107)
#799562
(121,149,98)
#6D8759
(109,135,89)
#617950
(97,121,80)
#556B47
(85,107,71)
#495D3E
(73,93,62)
#3D4F35
(61,79,53)
#31412C
(49,65,44)
#253323
(37,51,35)
#19251A
(25,37,26)
#0D1711
(13,23,17)
#000000
(0,0,0)

Tints of #85A36B

#85A36B
(133,163,107)
#90AB78
(144,171,120)
#9BB385
(155,179,133)
#A6BB92
(166,187,146)
#B1C39F
(177,195,159)
#BCCBAC
(188,203,172)
#C7D3B9
(199,211,185)
#D2DBC6
(210,219,198)
#DDE3D3
(221,227,211)
#E8EBE0
(232,235,224)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A36B; }

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

This text font color is #85A36B.

Background Color

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

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

This div background color is #85A36B.

Border color

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

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

This div border color is #85A36B.

Opacity

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

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

Text with #85A36B 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 #85A36B;}

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

This text has shadow with #85A36B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85A36B.

Preview

Color preview on black background

This text has color #85A36B on black background.


Color preview on white background

This text has color #85A36B on white background.


Black color preview on #85A36B background

This text has black color on #85A36B background.


White color preview on #85A36B background

This text has white color on #85A36B background.


Related colors

Complementary color

Complementary color for #hex is #7A5C94.


I love getcolorcode.com

Triadic colors

1 #6B85A3 and #A36B85 with #85A36B are triadic colors.

2 #6BA385 and #A3856B with #85A36B are triadic colors.