COLOR #85878C

HEX: #85878C
RGB: (133,135,140)

Color info

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

RGB color model

#85878C color RGB value is (133,135,140).

  • red value is 133;
  • green value is 135;
  • blue value is 140.
RGB:
(133,135,140)
(52%,53%,55%)

RGB channels and saturation

R 133 of 255 = 52%
G 135 of 255 = 53%
B 140 of 255 = 55%

133
135
140

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

Portions of RGB colors in percentages

R + G + B =
133 + 135 + 140 = 408 (100%)
R 133 of 408 ~ 32.6%
G 135 of 408 ~ 33.09%
B 140 of 408 ~ 34.31%

%32.6
%33.09
%34.31

CMYK color model

#85878C color CMYK value is (5,4,0,45).

  • cyan value is 5.00%
  • magenta value is 3.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(5,4,0,45)
C5M4Y0K45 
(5%,4%,0%,45%)
(0.05/0.04/0.00/0.45)	

CMYK percentages

%5
%3.57
%0
%45.1

Codes

Color #85878C in popluar color models

85878C
RGB133135140
HSL223°2.95%53.53%
HSB/HSV223°5.00%54.90%
CMYK5.00%3.57%0.00%
45.10%

Color #85878C in popluar number systems.

HEX85878C
Decimal133135140
Binary100001011000011110001100
Octal205207214

Shades and tints

Shades of #85878C

#85878C
(133,135,140)
#797B80
(121,123,128)
#6D6F74
(109,111,116)
#616368
(97,99,104)
#55575C
(85,87,92)
#494B50
(73,75,80)
#3D3F44
(61,63,68)
#313338
(49,51,56)
#25272C
(37,39,44)
#191B20
(25,27,32)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #85878C

#85878C
(133,135,140)
#909196
(144,145,150)
#9B9BA0
(155,155,160)
#A6A5AA
(166,165,170)
#B1AFB4
(177,175,180)
#BCB9BE
(188,185,190)
#C7C3C8
(199,195,200)
#D2CDD2
(210,205,210)
#DDD7DC
(221,215,220)
#E8E1E6
(232,225,230)
#F3EBF0
(243,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85878C color. Also use rgb(133,135,140) instead hex code.

Text Font Color

.myTextColor { color: #85878C; }

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

This text font color is #85878C.


Background Color

.myBgColor { background-color: #85878C; }

<div style="background-color:#85878C">Inner text</div>

This div background color is #85878C.


Border color

.myBorderColor { border: 1px solid #85878C; }

<div style="border:3px solid #85878C">Div</div>

This div border color is #85878C.


Opacity

.myOpacity80 { color: #85878C; opacity: 0.8; }

<p style="color:#85878C;opacity:0.8;">80%</p>

Text with #85878C 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 #85878C;}

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

This text has shadow with #85878C color.

.textShadow {text-shadow: 3px 3px 1px #85878C, 3px 3px 1px red;}

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

This text has shadow with #85878C primary color and red secondary color.


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

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

This text has shadow with #85878C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85878C on black background.


Color preview on white background

This text has color #85878C on white background.



Black color preview on #85878C background

This text has black color on #85878C background.


White color preview on #85878C background

This text has white color on #85878C background.