COLOR #858286

HEX: #858286 RGB: (133,130,134)

Color info

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

RGB color model

#858286 color RGB value is (133,130,134).

RGB: (133,130,134) (52%, 51%, 53%)

RGB channels and saturation

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

133
130
134

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

Portions of RGB colors in percentages

R + G + B = 133 + 130 + 134 = 397 (100%)
R 133 of 397 ~ 33.5%
G 130 of 397 ~ 32.75%
B 134 of 397 ~ 33.75'%

%33.5
%32.75
%33.75

CMYK color model

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

  • cyan value is 0.75%
  • magenta value is 2.99%
  • yellow value is 0.00%
  • key color value is 47.45%

CMYK: (1,3,0,47)
C1M3Y0K47 (1%, 3%, 0%, 47%)
(0.01 / 0.03 / 0.00 / 0.47)

CMYK percentages

%0.75
%2.99
%0
%47.45

Codes

Color #858286 in popluar color models

85 82 86
RGB 133 130 134
HSL 285° 1.63% 51.76%
HSB/HSV 285° 2.99% 52.55%
CMYK 0.75% 2.99% 0.00%
47.45%

Color #858286 in popluar number systems.

HEX 85 82 86
Decimal 133 130 134
Binary 10000101 10000010 10000110
Octal 205 202 206

Shades and tints

Shades of #858286

#858286
(133,130,134)
#79777A
(121,119,122)
#6D6C6E
(109,108,110)
#616162
(97,97,98)
#555656
(85,86,86)
#494B4A
(73,75,74)
#3D403E
(61,64,62)
#313532
(49,53,50)
#252A26
(37,42,38)
#191F1A
(25,31,26)
#0D140E
(13,20,14)
#000000
(0,0,0)

Tints of #858286

#858286
(133,130,134)
#908D91
(144,141,145)
#9B989C
(155,152,156)
#A6A3A7
(166,163,167)
#B1AEB2
(177,174,178)
#BCB9BD
(188,185,189)
#C7C4C8
(199,196,200)
#D2CFD3
(210,207,211)
#DDDADE
(221,218,222)
#E8E5E9
(232,229,233)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858286; }

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

This text font color is #858286.

Background Color

.myBgColor { background-color: #858286; }

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

This div background color is #858286.

Border color

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

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

This div border color is #858286.

Opacity

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

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

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

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

This text has shadow with #858286 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #858286.

Preview

Color preview on black background

This text has color #858286 on black background.


Color preview on white background

This text has color #858286 on white background.


Black color preview on #858286 background

This text has black color on #858286 background.


White color preview on #858286 background

This text has white color on #858286 background.


Related colors

Complementary color

Complementary color for #hex is #7A7D79.


I love getcolorcode.com

Triadic colors

1 #868582 and #828685 with #858286 are triadic colors.

2 #868285 and #828586 with #858286 are triadic colors.