COLOR #85A587

HEX: #85A587
RGB: (133,165,135)

Color info

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

RGB color model

#85A587 color RGB value is (133,165,135).

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

RGB channels and saturation

R 133 of 255 = 52%
G 165 of 255 = 65%
B 135 of 255 = 53%

133
165
135

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

Portions of RGB colors in percentages

R + G + B =
133 + 165 + 135 = 433 (100%)
R 133 of 433 ~ 30.72%
G 165 of 433 ~ 38.11%
B 135 of 433 ~ 31.18%

%30.72
%38.11
%31.18

CMYK color model

#85A587 color CMYK value is (19,0,18,35).

  • cyan value is 19.39%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 35.29%
CMYK:
(19,0,18,35)
C19M0Y18K35 
(19%,0%,18%,35%)
(0.19/0.00/0.18/0.35)	

CMYK percentages

%19.39
%0
%18.18
%35.29

Codes

Color #85A587 in popluar color models

85A587
RGB133165135
HSL124°15.09%58.43%
HSB/HSV124°19.39%64.71%
CMYK19.39%0.00%18.18%
35.29%

Color #85A587 in popluar number systems.

HEX85A587
Decimal133165135
Binary100001011010010110000111
Octal205245207

Shades and tints

Shades of #85A587

#85A587
(133,165,135)
#79967B
(121,150,123)
#6D876F
(109,135,111)
#617863
(97,120,99)
#556957
(85,105,87)
#495A4B
(73,90,75)
#3D4B3F
(61,75,63)
#313C33
(49,60,51)
#252D27
(37,45,39)
#191E1B
(25,30,27)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #85A587

#85A587
(133,165,135)
#90AD91
(144,173,145)
#9BB59B
(155,181,155)
#A6BDA5
(166,189,165)
#B1C5AF
(177,197,175)
#BCCDB9
(188,205,185)
#C7D5C3
(199,213,195)
#D2DDCD
(210,221,205)
#DDE5D7
(221,229,215)
#E8EDE1
(232,237,225)
#F3F5EB
(243,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A587; }

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

This text font color is #85A587.


Background Color

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

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

This div background color is #85A587.


Border color

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

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

This div border color is #85A587.


Opacity

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

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

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

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

This text has shadow with #85A587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A587 on black background.


Color preview on white background

This text has color #85A587 on white background.



Black color preview on #85A587 background

This text has black color on #85A587 background.


White color preview on #85A587 background

This text has white color on #85A587 background.