COLOR #85988D

HEX: #85988D
RGB: (133,152,141)

Color info

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

RGB color model

#85988D color RGB value is (133,152,141).

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

RGB channels and saturation

R 133 of 255 = 52%
G 152 of 255 = 60%
B 141 of 255 = 55%

133
152
141

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

Portions of RGB colors in percentages

R + G + B =
133 + 152 + 141 = 426 (100%)
R 133 of 426 ~ 31.22%
G 152 of 426 ~ 35.68%
B 141 of 426 ~ 33.1%

%31.22
%35.68
%33.1

CMYK color model

#85988D color CMYK value is (13,0,7,40).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 7.24%
  • key color value is 40.39%
CMYK:
(13,0,7,40)
C13M0Y7K40 
(13%,0%,7%,40%)
(0.13/0.00/0.07/0.40)	

CMYK percentages

%12.5
%0
%7.24
%40.39

Codes

Color #85988D in popluar color models

85988D
RGB133152141
HSL145°8.44%55.88%
HSB/HSV145°12.50%59.61%
CMYK12.50%0.00%7.24%
40.39%

Color #85988D in popluar number systems.

HEX85988D
Decimal133152141
Binary100001011001100010001101
Octal205230215

Shades and tints

Shades of #85988D

#85988D
(133,152,141)
#798B81
(121,139,129)
#6D7E75
(109,126,117)
#617169
(97,113,105)
#55645D
(85,100,93)
#495751
(73,87,81)
#3D4A45
(61,74,69)
#313D39
(49,61,57)
#25302D
(37,48,45)
#192321
(25,35,33)
#0D1615
(13,22,21)
#000000
(0,0,0)

Tints of #85988D

#85988D
(133,152,141)
#90A197
(144,161,151)
#9BAAA1
(155,170,161)
#A6B3AB
(166,179,171)
#B1BCB5
(177,188,181)
#BCC5BF
(188,197,191)
#C7CEC9
(199,206,201)
#D2D7D3
(210,215,211)
#DDE0DD
(221,224,221)
#E8E9E7
(232,233,231)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85988D color. Also use rgb(133,152,141) instead hex code.

Text Font Color

.myTextColor { color: #85988D; }

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

This text font color is #85988D.


Background Color

.myBgColor { background-color: #85988D; }

<div style="background-color:#85988D">Inner text</div>

This div background color is #85988D.


Border color

.myBorderColor { border: 1px solid #85988D; }

<div style="border:3px solid #85988D">Div</div>

This div border color is #85988D.


Opacity

.myOpacity80 { color: #85988D; opacity: 0.8; }

<p style="color:#85988D;opacity:0.8;">80%</p>

Text with #85988D 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 #85988D;}

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

This text has shadow with #85988D color.

.textShadow {text-shadow: 3px 3px 1px #85988D, 3px 3px 1px red;}

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

This text has shadow with #85988D primary color and red secondary color.


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

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

This text has shadow with #85988D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85988D on black background.


Color preview on white background

This text has color #85988D on white background.



Black color preview on #85988D background

This text has black color on #85988D background.


White color preview on #85988D background

This text has white color on #85988D background.