COLOR #85A584

HEX: #85A584 RGB: (133,165,132)

Color info

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

RGB color model

#85A584 color RGB value is (133,165,132).

RGB: (133,165,132) (52%, 65%, 52%)

RGB channels and saturation

R 133 of 255 = 52%
G 165 of 255 = 65%
B 132 of 255 = 52%

133
165
132

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

Portions of RGB colors in percentages

R + G + B = 133 + 165 + 132 = 430 (100%)
R 133 of 430 ~ 30.93%
G 165 of 430 ~ 38.37%
B 132 of 430 ~ 30.7'%

%30.93
%38.37
%30.7

CMYK color model

#85A584 color CMYK value is (19,0,20,35).

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

CMYK: (19,0,20,35)
C19M0Y20K35 (19%, 0%, 20%, 35%)
(0.19 / 0.00 / 0.20 / 0.35)

CMYK percentages

%19.39
%0
%20
%35.29

Codes

Color #85A584 in popluar color models

85 A5 84
RGB 133 165 132
HSL 118° 15.49% 58.24%
HSB/HSV 118° 20.00% 64.71%
CMYK 19.39% 0.00% 20.00%
35.29%

Color #85A584 in popluar number systems.

HEX 85 A5 84
Decimal 133 165 132
Binary 10000101 10100101 10000100
Octal 205 245 204

Shades and tints

Shades of #85A584

#85A584
(133,165,132)
#799678
(121,150,120)
#6D876C
(109,135,108)
#617860
(97,120,96)
#556954
(85,105,84)
#495A48
(73,90,72)
#3D4B3C
(61,75,60)
#313C30
(49,60,48)
#252D24
(37,45,36)
#191E18
(25,30,24)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #85A584

#85A584
(133,165,132)
#90AD8F
(144,173,143)
#9BB59A
(155,181,154)
#A6BDA5
(166,189,165)
#B1C5B0
(177,197,176)
#BCCDBB
(188,205,187)
#C7D5C6
(199,213,198)
#D2DDD1
(210,221,209)
#DDE5DC
(221,229,220)
#E8EDE7
(232,237,231)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A584; }

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

This text font color is #85A584.

Background Color

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

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

This div background color is #85A584.

Border color

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

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

This div border color is #85A584.

Opacity

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

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

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

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

This text has shadow with #85A584 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85A584.

Preview

Color preview on black background

This text has color #85A584 on black background.


Color preview on white background

This text has color #85A584 on white background.


Black color preview on #85A584 background

This text has black color on #85A584 background.


White color preview on #85A584 background

This text has white color on #85A584 background.


Related colors

Complementary color

Complementary color for #hex is #7A5A7B.


I love getcolorcode.com

Triadic colors

1 #8485A5 and #A58485 with #85A584 are triadic colors.

2 #84A585 and #A58584 with #85A584 are triadic colors.