COLOR #85AA82

HEX: #85AA82
RGB: (133,170,130)

Color info

#85AA82 contains red, green and blue colors in about the same proportion. Web safe color of #85AA82 is #999999 (or #999).

RGB color model

#85AA82 color RGB value is (133,170,130).

  • red value is 133;
  • green value is 170;
  • blue value is 130.
RGB:
(133,170,130)
(52%,67%,51%)

RGB channels and saturation

R 133 of 255 = 52%
G 170 of 255 = 67%
B 130 of 255 = 51%

133
170
130

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

Portions of RGB colors in percentages

R + G + B =
133 + 170 + 130 = 433 (100%)
R 133 of 433 ~ 30.72%
G 170 of 433 ~ 39.26%
B 130 of 433 ~ 30.02%

%30.72
%39.26
%30.02

CMYK color model

#85AA82 color CMYK value is (22,0,24,33).

  • cyan value is 21.76%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 33.33%
CMYK:
(22,0,24,33)
C22M0Y24K33 
(22%,0%,24%,33%)
(0.22/0.00/0.24/0.33)	

CMYK percentages

%21.76
%0
%23.53
%33.33

Codes

Color #85AA82 in popluar color models

85AA82
RGB133170130
HSL116°19.05%58.82%
HSB/HSV116°23.53%66.67%
CMYK21.76%0.00%23.53%
33.33%

Color #85AA82 in popluar number systems.

HEX85AA82
Decimal133170130
Binary100001011010101010000010
Octal205252202

Shades and tints

Shades of #85AA82

#85AA82
(133,170,130)
#799B77
(121,155,119)
#6D8C6C
(109,140,108)
#617D61
(97,125,97)
#556E56
(85,110,86)
#495F4B
(73,95,75)
#3D5040
(61,80,64)
#314135
(49,65,53)
#25322A
(37,50,42)
#19231F
(25,35,31)
#0D1414
(13,20,20)
#000000
(0,0,0)

Tints of #85AA82

#85AA82
(133,170,130)
#90B18D
(144,177,141)
#9BB898
(155,184,152)
#A6BFA3
(166,191,163)
#B1C6AE
(177,198,174)
#BCCDB9
(188,205,185)
#C7D4C4
(199,212,196)
#D2DBCF
(210,219,207)
#DDE2DA
(221,226,218)
#E8E9E5
(232,233,229)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85AA82 color. Also use rgb(133,170,130) instead hex code.

Text Font Color

.myTextColor { color: #85AA82; }

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

This text font color is #85AA82.


Background Color

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

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

This div background color is #85AA82.


Border color

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

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

This div border color is #85AA82.


Opacity

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

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

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

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

This text has shadow with #85AA82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AA82 on black background.


Color preview on white background

This text has color #85AA82 on white background.



Black color preview on #85AA82 background

This text has black color on #85AA82 background.


White color preview on #85AA82 background

This text has white color on #85AA82 background.