COLOR #858682

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

133
134
130

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

Portions of RGB colors in percentages

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

%33.5
%33.75
%32.75

CMYK color model

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

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

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

CMYK percentages

%0.75
%0
%2.99
%47.45

Codes

Color #858682 in popluar color models

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

Color #858682 in popluar number systems.

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

Shades and tints

Shades of #858682

#858682
(133,134,130)
#797A77
(121,122,119)
#6D6E6C
(109,110,108)
#616261
(97,98,97)
#555656
(85,86,86)
#494A4B
(73,74,75)
#3D3E40
(61,62,64)
#313235
(49,50,53)
#25262A
(37,38,42)
#191A1F
(25,26,31)
#0D0E14
(13,14,20)
#000000
(0,0,0)

Tints of #858682

#858682
(133,134,130)
#90918D
(144,145,141)
#9B9C98
(155,156,152)
#A6A7A3
(166,167,163)
#B1B2AE
(177,178,174)
#BCBDB9
(188,189,185)
#C7C8C4
(199,200,196)
#D2D3CF
(210,211,207)
#DDDEDA
(221,222,218)
#E8E9E5
(232,233,229)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858682; }

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

This text font color is #858682.

Background Color

.myBgColor { background-color: #858682; }

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

This div background color is #858682.

Border color

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

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

This div border color is #858682.

Opacity

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

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

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

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

This text has shadow with #858682 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #858682.

Preview

Color preview on black background

This text has color #858682 on black background.


Color preview on white background

This text has color #858682 on white background.


Black color preview on #858682 background

This text has black color on #858682 background.


White color preview on #858682 background

This text has white color on #858682 background.


Related colors

Complementary color

Complementary color for #hex is #7A797D.


I love getcolorcode.com

Triadic colors

1 #828586 and #868285 with #858682 are triadic colors.

2 #828685 and #868582 with #858682 are triadic colors.