COLOR #85987A

HEX: #85987A RGB: (133,152,122)

Color info

#85987A contains red, green and blue colors in about the same proportion. Web safe color of #85987A is #999966 (or #996).

RGB color model

#85987A color RGB value is (133,152,122).

RGB: (133,152,122) (52%, 60%, 48%)

RGB channels and saturation

R 133 of 255 = 52%
G 152 of 255 = 60%
B 122 of 255 = 48%

133
152
122

R + G + B ~ 53%. #85987A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 152 + 122 = 407 (100%)
R 133 of 407 ~ 32.68%
G 152 of 407 ~ 37.35%
B 122 of 407 ~ 29.98'%

%32.68
%37.35
%29.98

CMYK color model

#85987A color CMYK value is (13,0,20,40).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 19.74%
  • key color value is 40.39%
CMYK: (13,0,20,40) C13M0Y20K40 (13%,0%,20%,40%) (0.13/0.00/0.20/0.40) 

CMYK percentages

%12.5
%0
%19.74
%40.39

Codes

Color #85987A in popluar color models

85 98 7A
RGB 133 152 122
HSL 98° 12.71% 53.73%
HSB/HSV 98° 19.74% 59.61%
CMYK 12.50% 0.00% 19.74%
40.39%

Color #85987A in popluar number systems.

HEX 85 98 7A
Decimal 133 152 122
Binary 10000101 10011000 1111010
Octal 205 230 172

Shades and tints

Shades of #85987A

#85987A
(133,152,122)
#798B6F
(121,139,111)
#6D7E64
(109,126,100)
#617159
(97,113,89)
#55644E
(85,100,78)
#495743
(73,87,67)
#3D4A38
(61,74,56)
#313D2D
(49,61,45)
#253022
(37,48,34)
#192317
(25,35,23)
#0D160C
(13,22,12)
#000000
(0,0,0)

Tints of #85987A

#85987A
(133,152,122)
#90A186
(144,161,134)
#9BAA92
(155,170,146)
#A6B39E
(166,179,158)
#B1BCAA
(177,188,170)
#BCC5B6
(188,197,182)
#C7CEC2
(199,206,194)
#D2D7CE
(210,215,206)
#DDE0DA
(221,224,218)
#E8E9E6
(232,233,230)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85987A color. Also use rgb(133,152,122) instead hex code.

Text Font Color

.myTextColor { color: #85987A; }

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

This text font color is #85987A.

Background Color

.myBgColor { background-color: #85987A; }

<div style="background-color:#85987A">Inner text</div>

This div background color is #85987A.

Border color

.myBorderColor { border: 1px solid #85987A; }

<div style="border:3px solid #85987A">Div</div>

This div border color is #85987A.

Opacity

.myOpacity80 { color: #85987A; opacity: 0.8; }

<p style="color:#85987A;opacity:0.8;">80%</p>

Text with #85987A 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 #85987A;}

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

This text has shadow with #85987A color.


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

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

This text has shadow with #85987A primary color and red secondary color.


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

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

This text has shadow with #85987A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #85987A.

Preview

Color preview on black background

This text has color #85987A on black background.


Color preview on white background

This text has color #85987A on white background.


Black color preview on #85987A background

This text has black color on #85987A background.


White color preview on #85987A background

This text has white color on #85987A background.


Related colors

Complementary color

Complementary color for #hex is #7A6785.


I love getcolorcode.com

Triadic colors

1 #7A8598 and #987A85 with #85987A are triadic colors.

2 #7A9885 and #98857A with #85987A are triadic colors.