COLOR #85A590

HEX: #85A590 RGB: (133,165,144)

Color info

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

RGB color model

#85A590 color RGB value is (133,165,144).

RGB: (133,165,144) (52%, 65%, 56%)

RGB channels and saturation

R 133 of 255 = 52%
G 165 of 255 = 65%
B 144 of 255 = 56%

133
165
144

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

Portions of RGB colors in percentages

R + G + B = 133 + 165 + 144 = 442 (100%)
R 133 of 442 ~ 30.09%
G 165 of 442 ~ 37.33%
B 144 of 442 ~ 32.58'%

%30.09
%37.33
%32.58

CMYK color model

#85A590 color CMYK value is (19,0,13,35).

  • cyan value is 19.39%
  • magenta value is 0.00%
  • yellow value is 12.73%
  • key color value is 35.29%

CMYK: (19,0,13,35)
C19M0Y13K35 (19%, 0%, 13%, 35%)
(0.19 / 0.00 / 0.13 / 0.35)

CMYK percentages

%19.39
%0
%12.73
%35.29

Codes

Color #85A590 in popluar color models

85 A5 90
RGB 133 165 144
HSL 141° 15.09% 58.43%
HSB/HSV 141° 19.39% 64.71%
CMYK 19.39% 0.00% 12.73%
35.29%

Color #85A590 in popluar number systems.

HEX 85 A5 90
Decimal 133 165 144
Binary 10000101 10100101 10010000
Octal 205 245 220

Shades and tints

Shades of #85A590

#85A590
(133,165,144)
#799683
(121,150,131)
#6D8776
(109,135,118)
#617869
(97,120,105)
#55695C
(85,105,92)
#495A4F
(73,90,79)
#3D4B42
(61,75,66)
#313C35
(49,60,53)
#252D28
(37,45,40)
#191E1B
(25,30,27)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #85A590

#85A590
(133,165,144)
#90AD9A
(144,173,154)
#9BB5A4
(155,181,164)
#A6BDAE
(166,189,174)
#B1C5B8
(177,197,184)
#BCCDC2
(188,205,194)
#C7D5CC
(199,213,204)
#D2DDD6
(210,221,214)
#DDE5E0
(221,229,224)
#E8EDEA
(232,237,234)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A590; }

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

This text font color is #85A590.

Background Color

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

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

This div background color is #85A590.

Border color

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

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

This div border color is #85A590.

Opacity

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

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

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

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

This text has shadow with #85A590 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85A590.

Preview

Color preview on black background

This text has color #85A590 on black background.


Color preview on white background

This text has color #85A590 on white background.


Black color preview on #85A590 background

This text has black color on #85A590 background.


White color preview on #85A590 background

This text has white color on #85A590 background.


Related colors

Complementary color

Complementary color for #hex is #7A5A6F.


I love getcolorcode.com

Triadic colors

1 #9085A5 and #A59085 with #85A590 are triadic colors.

2 #90A585 and #A58590 with #85A590 are triadic colors.