COLOR #858786

HEX: #858786
RGB: (133,135,134)

Color info

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

RGB color model

#858786 color RGB value is (133,135,134).

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

RGB channels and saturation

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

133
135
134

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

Portions of RGB colors in percentages

R + G + B =
133 + 135 + 134 = 402 (100%)
R 133 of 402 ~ 33.08%
G 135 of 402 ~ 33.58%
B 134 of 402 ~ 33.33%

%33.08
%33.58
%33.33

CMYK color model

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

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

CMYK percentages

%1.48
%0
%0.74
%47.06

Codes

Color #858786 in popluar color models

858786
RGB133135134
HSL150°0.83%52.55%
HSB/HSV150°1.48%52.94%
CMYK1.48%0.00%0.74%
47.06%

Color #858786 in popluar number systems.

HEX858786
Decimal133135134
Binary100001011000011110000110
Octal205207206

Shades and tints

Shades of #858786

#858786
(133,135,134)
#797B7A
(121,123,122)
#6D6F6E
(109,111,110)
#616362
(97,99,98)
#555756
(85,87,86)
#494B4A
(73,75,74)
#3D3F3E
(61,63,62)
#313332
(49,51,50)
#252726
(37,39,38)
#191B1A
(25,27,26)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #858786

#858786
(133,135,134)
#909191
(144,145,145)
#9B9B9C
(155,155,156)
#A6A5A7
(166,165,167)
#B1AFB2
(177,175,178)
#BCB9BD
(188,185,189)
#C7C3C8
(199,195,200)
#D2CDD3
(210,205,211)
#DDD7DE
(221,215,222)
#E8E1E9
(232,225,233)
#F3EBF4
(243,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858786; }

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

This text font color is #858786.


Background Color

.myBgColor { background-color: #858786; }

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

This div background color is #858786.


Border color

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

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

This div border color is #858786.


Opacity

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

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

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

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

This text has shadow with #858786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858786 on black background.


Color preview on white background

This text has color #858786 on white background.



Black color preview on #858786 background

This text has black color on #858786 background.


White color preview on #858786 background

This text has white color on #858786 background.