COLOR #858787

HEX: #858787
RGB: (133,135,135)

Color info

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

RGB color model

#858787 color RGB value is (133,135,135).

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

RGB channels and saturation

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

133
135
135

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

Portions of RGB colors in percentages

R + G + B =
133 + 135 + 135 = 403 (100%)
R 133 of 403 ~ 33%
G 135 of 403 ~ 33.5%
B 135 of 403 ~ 33.5%

%33
%33.5
%33.5

CMYK color model

#858787 color CMYK value is (1,0,0,47).

  • cyan value is 1.48%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(1,0,0,47)
C1M0Y0K47 
(1%,0%,0%,47%)
(0.01/0.00/0.00/0.47)	

CMYK percentages

%1.48
%0
%0
%47.06

Codes

Color #858787 in popluar color models

858787
RGB133135135
HSL180°0.83%52.55%
HSB/HSV180°1.48%52.94%
CMYK1.48%0.00%0.00%
47.06%

Color #858787 in popluar number systems.

HEX858787
Decimal133135135
Binary100001011000011110000111
Octal205207207

Shades and tints

Shades of #858787

#858787
(133,135,135)
#797B7B
(121,123,123)
#6D6F6F
(109,111,111)
#616363
(97,99,99)
#555757
(85,87,87)
#494B4B
(73,75,75)
#3D3F3F
(61,63,63)
#313333
(49,51,51)
#252727
(37,39,39)
#191B1B
(25,27,27)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #858787

#858787
(133,135,135)
#909191
(144,145,145)
#9B9B9B
(155,155,155)
#A6A5A5
(166,165,165)
#B1AFAF
(177,175,175)
#BCB9B9
(188,185,185)
#C7C3C3
(199,195,195)
#D2CDCD
(210,205,205)
#DDD7D7
(221,215,215)
#E8E1E1
(232,225,225)
#F3EBEB
(243,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858787; }

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

This text font color is #858787.


Background Color

.myBgColor { background-color: #858787; }

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

This div background color is #858787.


Border color

.myBorderColor { border: 1px solid #858787; }

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

This div border color is #858787.


Opacity

.myOpacity80 { color: #858787; opacity: 0.8; }

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

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

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

This text has shadow with #858787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858787 on black background.


Color preview on white background

This text has color #858787 on white background.



Black color preview on #858787 background

This text has black color on #858787 background.


White color preview on #858787 background

This text has white color on #858787 background.