COLOR #858886

HEX: #858886
RGB: (133,136,134)

Color info

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

RGB color model

#858886 color RGB value is (133,136,134).

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

RGB channels and saturation

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

133
136
134

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

Portions of RGB colors in percentages

R + G + B =
133 + 136 + 134 = 403 (100%)
R 133 of 403 ~ 33%
G 136 of 403 ~ 33.75%
B 134 of 403 ~ 33.25%

%33
%33.75
%33.25

CMYK color model

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

  • cyan value is 2.21%
  • magenta value is 0.00%
  • yellow value is 1.47%
  • key color value is 46.67%
CMYK:
(2,0,1,47)
C2M0Y1K47 
(2%,0%,1%,47%)
(0.02/0.00/0.01/0.47)	

CMYK percentages

%2.21
%0
%1.47
%46.67

Codes

Color #858886 in popluar color models

858886
RGB133136134
HSL140°1.24%52.75%
HSB/HSV140°2.21%53.33%
CMYK2.21%0.00%1.47%
46.67%

Color #858886 in popluar number systems.

HEX858886
Decimal133136134
Binary100001011000100010000110
Octal205210206

Shades and tints

Shades of #858886

#858886
(133,136,134)
#797C7A
(121,124,122)
#6D706E
(109,112,110)
#616462
(97,100,98)
#555856
(85,88,86)
#494C4A
(73,76,74)
#3D403E
(61,64,62)
#313432
(49,52,50)
#252826
(37,40,38)
#191C1A
(25,28,26)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #858886

#858886
(133,136,134)
#909291
(144,146,145)
#9B9C9C
(155,156,156)
#A6A6A7
(166,166,167)
#B1B0B2
(177,176,178)
#BCBABD
(188,186,189)
#C7C4C8
(199,196,200)
#D2CED3
(210,206,211)
#DDD8DE
(221,216,222)
#E8E2E9
(232,226,233)
#F3ECF4
(243,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858886; }

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

This text font color is #858886.


Background Color

.myBgColor { background-color: #858886; }

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

This div background color is #858886.


Border color

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

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

This div border color is #858886.


Opacity

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

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

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

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

This text has shadow with #858886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858886 on black background.


Color preview on white background

This text has color #858886 on white background.



Black color preview on #858886 background

This text has black color on #858886 background.


White color preview on #858886 background

This text has white color on #858886 background.