COLOR #858586

HEX: #858586
RGB: (133,133,134)

Color info

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

RGB color model

#858586 color RGB value is (133,133,134).

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

RGB channels and saturation

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

133
133
134

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

Portions of RGB colors in percentages

R + G + B =
133 + 133 + 134 = 400 (100%)
R 133 of 400 ~ 33.25%
G 133 of 400 ~ 33.25%
B 134 of 400 ~ 33.5%

%33.25
%33.25
%33.5

CMYK color model

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

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

CMYK percentages

%0.75
%0.75
%0
%47.45

Codes

Color #858586 in popluar color models

858586
RGB133133134
HSL240°0.41%52.35%
HSB/HSV240°0.75%52.55%
CMYK0.75%0.75%0.00%
47.45%

Color #858586 in popluar number systems.

HEX858586
Decimal133133134
Binary100001011000010110000110
Octal205205206

Shades and tints

Shades of #858586

#858586
(133,133,134)
#79797A
(121,121,122)
#6D6D6E
(109,109,110)
#616162
(97,97,98)
#555556
(85,85,86)
#49494A
(73,73,74)
#3D3D3E
(61,61,62)
#313132
(49,49,50)
#252526
(37,37,38)
#19191A
(25,25,26)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #858586

#858586
(133,133,134)
#909091
(144,144,145)
#9B9B9C
(155,155,156)
#A6A6A7
(166,166,167)
#B1B1B2
(177,177,178)
#BCBCBD
(188,188,189)
#C7C7C8
(199,199,200)
#D2D2D3
(210,210,211)
#DDDDDE
(221,221,222)
#E8E8E9
(232,232,233)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858586; }

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

This text font color is #858586.


Background Color

.myBgColor { background-color: #858586; }

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

This div background color is #858586.


Border color

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

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

This div border color is #858586.


Opacity

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

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

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

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

This text has shadow with #858586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858586 on black background.


Color preview on white background

This text has color #858586 on white background.



Black color preview on #858586 background

This text has black color on #858586 background.


White color preview on #858586 background

This text has white color on #858586 background.