COLOR #858A87

HEX: #858A87
RGB: (133,138,135)

Color info

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

RGB color model

#858A87 color RGB value is (133,138,135).

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

RGB channels and saturation

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

133
138
135

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

Portions of RGB colors in percentages

R + G + B =
133 + 138 + 135 = 406 (100%)
R 133 of 406 ~ 32.76%
G 138 of 406 ~ 33.99%
B 135 of 406 ~ 33.25%

%32.76
%33.99
%33.25

CMYK color model

#858A87 color CMYK value is (4,0,2,46).

  • cyan value is 3.62%
  • magenta value is 0.00%
  • yellow value is 2.17%
  • key color value is 45.88%
CMYK:
(4,0,2,46)
C4M0Y2K46 
(4%,0%,2%,46%)
(0.04/0.00/0.02/0.46)	

CMYK percentages

%3.62
%0
%2.17
%45.88

Codes

Color #858A87 in popluar color models

858A87
RGB133138135
HSL144°2.09%53.14%
HSB/HSV144°3.62%54.12%
CMYK3.62%0.00%2.17%
45.88%

Color #858A87 in popluar number systems.

HEX858A87
Decimal133138135
Binary100001011000101010000111
Octal205212207

Shades and tints

Shades of #858A87

#858A87
(133,138,135)
#797E7B
(121,126,123)
#6D726F
(109,114,111)
#616663
(97,102,99)
#555A57
(85,90,87)
#494E4B
(73,78,75)
#3D423F
(61,66,63)
#313633
(49,54,51)
#252A27
(37,42,39)
#191E1B
(25,30,27)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #858A87

#858A87
(133,138,135)
#909491
(144,148,145)
#9B9E9B
(155,158,155)
#A6A8A5
(166,168,165)
#B1B2AF
(177,178,175)
#BCBCB9
(188,188,185)
#C7C6C3
(199,198,195)
#D2D0CD
(210,208,205)
#DDDAD7
(221,218,215)
#E8E4E1
(232,228,225)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858A87; }

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

This text font color is #858A87.


Background Color

.myBgColor { background-color: #858A87; }

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

This div background color is #858A87.


Border color

.myBorderColor { border: 1px solid #858A87; }

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

This div border color is #858A87.


Opacity

.myOpacity80 { color: #858A87; opacity: 0.8; }

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

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

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

This text has shadow with #858A87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858A87 on black background.


Color preview on white background

This text has color #858A87 on white background.



Black color preview on #858A87 background

This text has black color on #858A87 background.


White color preview on #858A87 background

This text has white color on #858A87 background.