COLOR #85987B

HEX: #85987B
RGB: (133,152,123)

Color info

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

RGB color model

#85987B color RGB value is (133,152,123).

  • red value is 133;
  • green value is 152;
  • blue value is 123.
RGB:
(133,152,123)
(52%,60%,48%)

RGB channels and saturation

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

133
152
123

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

Portions of RGB colors in percentages

R + G + B =
133 + 152 + 123 = 408 (100%)
R 133 of 408 ~ 32.6%
G 152 of 408 ~ 37.25%
B 123 of 408 ~ 30.15%

%32.6
%37.25
%30.15

CMYK color model

#85987B color CMYK value is (13,0,19,40).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 19.08%
  • key color value is 40.39%
CMYK:
(13,0,19,40)
C13M0Y19K40 
(13%,0%,19%,40%)
(0.13/0.00/0.19/0.40)	

CMYK percentages

%12.5
%0
%19.08
%40.39

Codes

Color #85987B in popluar color models

85987B
RGB133152123
HSL99°12.34%53.92%
HSB/HSV99°19.08%59.61%
CMYK12.50%0.00%19.08%
40.39%

Color #85987B in popluar number systems.

HEX85987B
Decimal133152123
Binary10000101100110001111011
Octal205230173

Shades and tints

Shades of #85987B

#85987B
(133,152,123)
#798B70
(121,139,112)
#6D7E65
(109,126,101)
#61715A
(97,113,90)
#55644F
(85,100,79)
#495744
(73,87,68)
#3D4A39
(61,74,57)
#313D2E
(49,61,46)
#253023
(37,48,35)
#192318
(25,35,24)
#0D160D
(13,22,13)
#000000
(0,0,0)

Tints of #85987B

#85987B
(133,152,123)
#90A187
(144,161,135)
#9BAA93
(155,170,147)
#A6B39F
(166,179,159)
#B1BCAB
(177,188,171)
#BCC5B7
(188,197,183)
#C7CEC3
(199,206,195)
#D2D7CF
(210,215,207)
#DDE0DB
(221,224,219)
#E8E9E7
(232,233,231)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85987B; }

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

This text font color is #85987B.


Background Color

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

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

This div background color is #85987B.


Border color

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

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

This div border color is #85987B.


Opacity

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

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

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

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

This text has shadow with #85987B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85987B on black background.


Color preview on white background

This text has color #85987B on white background.



Black color preview on #85987B background

This text has black color on #85987B background.


White color preview on #85987B background

This text has white color on #85987B background.