COLOR #85A282

HEX: #85A282
RGB: (133,162,130)

Color info

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

RGB color model

#85A282 color RGB value is (133,162,130).

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

RGB channels and saturation

R 133 of 255 = 52%
G 162 of 255 = 64%
B 130 of 255 = 51%

133
162
130

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

Portions of RGB colors in percentages

R + G + B =
133 + 162 + 130 = 425 (100%)
R 133 of 425 ~ 31.29%
G 162 of 425 ~ 38.12%
B 130 of 425 ~ 30.59%

%31.29
%38.12
%30.59

CMYK color model

#85A282 color CMYK value is (18,0,20,36).

  • cyan value is 17.90%
  • magenta value is 0.00%
  • yellow value is 19.75%
  • key color value is 36.47%
CMYK:
(18,0,20,36)
C18M0Y20K36 
(18%,0%,20%,36%)
(0.18/0.00/0.20/0.36)	

CMYK percentages

%17.9
%0
%19.75
%36.47

Codes

Color #85A282 in popluar color models

85A282
RGB133162130
HSL114°14.68%57.25%
HSB/HSV114°19.75%63.53%
CMYK17.90%0.00%19.75%
36.47%

Color #85A282 in popluar number systems.

HEX85A282
Decimal133162130
Binary100001011010001010000010
Octal205242202

Shades and tints

Shades of #85A282

#85A282
(133,162,130)
#799477
(121,148,119)
#6D866C
(109,134,108)
#617861
(97,120,97)
#556A56
(85,106,86)
#495C4B
(73,92,75)
#3D4E40
(61,78,64)
#314035
(49,64,53)
#25322A
(37,50,42)
#19241F
(25,36,31)
#0D1614
(13,22,20)
#000000
(0,0,0)

Tints of #85A282

#85A282
(133,162,130)
#90AA8D
(144,170,141)
#9BB298
(155,178,152)
#A6BAA3
(166,186,163)
#B1C2AE
(177,194,174)
#BCCAB9
(188,202,185)
#C7D2C4
(199,210,196)
#D2DACF
(210,218,207)
#DDE2DA
(221,226,218)
#E8EAE5
(232,234,229)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A282; }

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

This text font color is #85A282.


Background Color

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

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

This div background color is #85A282.


Border color

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

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

This div border color is #85A282.


Opacity

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

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

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

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

This text has shadow with #85A282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A282 on black background.


Color preview on white background

This text has color #85A282 on white background.



Black color preview on #85A282 background

This text has black color on #85A282 background.


White color preview on #85A282 background

This text has white color on #85A282 background.