COLOR #858186

HEX: #858186
RGB: (133,129,134)

Color info

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

RGB color model

#858186 color RGB value is (133,129,134).

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

RGB channels and saturation

R 133 of 255 = 52%
G 129 of 255 = 51%
B 134 of 255 = 53%

133
129
134

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

Portions of RGB colors in percentages

R + G + B =
133 + 129 + 134 = 396 (100%)
R 133 of 396 ~ 33.59%
G 129 of 396 ~ 32.58%
B 134 of 396 ~ 33.84%

%33.59
%32.58
%33.84

CMYK color model

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

  • cyan value is 0.75%
  • magenta value is 3.73%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(1,4,0,47)
C1M4Y0K47 
(1%,4%,0%,47%)
(0.01/0.04/0.00/0.47)	

CMYK percentages

%0.75
%3.73
%0
%47.45

Codes

Color #858186 in popluar color models

858186
RGB133129134
HSL288°2.02%51.57%
HSB/HSV288°3.73%52.55%
CMYK0.75%3.73%0.00%
47.45%

Color #858186 in popluar number systems.

HEX858186
Decimal133129134
Binary100001011000000110000110
Octal205201206

Shades and tints

Shades of #858186

#858186
(133,129,134)
#79767A
(121,118,122)
#6D6B6E
(109,107,110)
#616062
(97,96,98)
#555556
(85,85,86)
#494A4A
(73,74,74)
#3D3F3E
(61,63,62)
#313432
(49,52,50)
#252926
(37,41,38)
#191E1A
(25,30,26)
#0D130E
(13,19,14)
#000000
(0,0,0)

Tints of #858186

#858186
(133,129,134)
#908C91
(144,140,145)
#9B979C
(155,151,156)
#A6A2A7
(166,162,167)
#B1ADB2
(177,173,178)
#BCB8BD
(188,184,189)
#C7C3C8
(199,195,200)
#D2CED3
(210,206,211)
#DDD9DE
(221,217,222)
#E8E4E9
(232,228,233)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858186; }

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

This text font color is #858186.


Background Color

.myBgColor { background-color: #858186; }

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

This div background color is #858186.


Border color

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

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

This div border color is #858186.


Opacity

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

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

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

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

This text has shadow with #858186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858186 on black background.


Color preview on white background

This text has color #858186 on white background.



Black color preview on #858186 background

This text has black color on #858186 background.


White color preview on #858186 background

This text has white color on #858186 background.