COLOR #85A59A

HEX: #85A59A
RGB: (133,165,154)

Color info

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

RGB color model

#85A59A color RGB value is (133,165,154).

  • red value is 133;
  • green value is 165;
  • blue value is 154.
RGB:
(133,165,154)
(52%,65%,60%)

RGB channels and saturation

R 133 of 255 = 52%
G 165 of 255 = 65%
B 154 of 255 = 60%

133
165
154

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

Portions of RGB colors in percentages

R + G + B =
133 + 165 + 154 = 452 (100%)
R 133 of 452 ~ 29.42%
G 165 of 452 ~ 36.5%
B 154 of 452 ~ 34.07%

%29.42
%36.5
%34.07

CMYK color model

#85A59A color CMYK value is (19,0,7,35).

  • cyan value is 19.39%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 35.29%
CMYK:
(19,0,7,35)
C19M0Y7K35 
(19%,0%,7%,35%)
(0.19/0.00/0.07/0.35)	

CMYK percentages

%19.39
%0
%6.67
%35.29

Codes

Color #85A59A in popluar color models

85A59A
RGB133165154
HSL159°15.09%58.43%
HSB/HSV159°19.39%64.71%
CMYK19.39%0.00%6.67%
35.29%

Color #85A59A in popluar number systems.

HEX85A59A
Decimal133165154
Binary100001011010010110011010
Octal205245232

Shades and tints

Shades of #85A59A

#85A59A
(133,165,154)
#79968C
(121,150,140)
#6D877E
(109,135,126)
#617870
(97,120,112)
#556962
(85,105,98)
#495A54
(73,90,84)
#3D4B46
(61,75,70)
#313C38
(49,60,56)
#252D2A
(37,45,42)
#191E1C
(25,30,28)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #85A59A

#85A59A
(133,165,154)
#90ADA3
(144,173,163)
#9BB5AC
(155,181,172)
#A6BDB5
(166,189,181)
#B1C5BE
(177,197,190)
#BCCDC7
(188,205,199)
#C7D5D0
(199,213,208)
#D2DDD9
(210,221,217)
#DDE5E2
(221,229,226)
#E8EDEB
(232,237,235)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A59A color. Also use rgb(133,165,154) instead hex code.

Text Font Color

.myTextColor { color: #85A59A; }

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

This text font color is #85A59A.


Background Color

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

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

This div background color is #85A59A.


Border color

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

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

This div border color is #85A59A.


Opacity

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

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

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

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

This text has shadow with #85A59A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A59A on black background.


Color preview on white background

This text has color #85A59A on white background.



Black color preview on #85A59A background

This text has black color on #85A59A background.


White color preview on #85A59A background

This text has white color on #85A59A background.