COLOR #858B82

HEX: #858B82
RGB: (133,139,130)

Color info

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

RGB color model

#858B82 color RGB value is (133,139,130).

  • red value is 133;
  • green value is 139;
  • blue value is 130.
RGB:
(133,139,130)
(52%,55%,51%)

RGB channels and saturation

R 133 of 255 = 52%
G 139 of 255 = 55%
B 130 of 255 = 51%

133
139
130

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

Portions of RGB colors in percentages

R + G + B =
133 + 139 + 130 = 402 (100%)
R 133 of 402 ~ 33.08%
G 139 of 402 ~ 34.58%
B 130 of 402 ~ 32.34%

%33.08
%34.58
%32.34

CMYK color model

#858B82 color CMYK value is (4,0,6,45).

  • cyan value is 4.32%
  • magenta value is 0.00%
  • yellow value is 6.47%
  • key color value is 45.49%
CMYK:
(4,0,6,45)
C4M0Y6K45 
(4%,0%,6%,45%)
(0.04/0.00/0.06/0.45)	

CMYK percentages

%4.32
%0
%6.47
%45.49

Codes

Color #858B82 in popluar color models

858B82
RGB133139130
HSL100°3.73%52.75%
HSB/HSV100°6.47%54.51%
CMYK4.32%0.00%6.47%
45.49%

Color #858B82 in popluar number systems.

HEX858B82
Decimal133139130
Binary100001011000101110000010
Octal205213202

Shades and tints

Shades of #858B82

#858B82
(133,139,130)
#797F77
(121,127,119)
#6D736C
(109,115,108)
#616761
(97,103,97)
#555B56
(85,91,86)
#494F4B
(73,79,75)
#3D4340
(61,67,64)
#313735
(49,55,53)
#252B2A
(37,43,42)
#191F1F
(25,31,31)
#0D1314
(13,19,20)
#000000
(0,0,0)

Tints of #858B82

#858B82
(133,139,130)
#90958D
(144,149,141)
#9B9F98
(155,159,152)
#A6A9A3
(166,169,163)
#B1B3AE
(177,179,174)
#BCBDB9
(188,189,185)
#C7C7C4
(199,199,196)
#D2D1CF
(210,209,207)
#DDDBDA
(221,219,218)
#E8E5E5
(232,229,229)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858B82; }

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

This text font color is #858B82.


Background Color

.myBgColor { background-color: #858B82; }

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

This div background color is #858B82.


Border color

.myBorderColor { border: 1px solid #858B82; }

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

This div border color is #858B82.


Opacity

.myOpacity80 { color: #858B82; opacity: 0.8; }

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

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

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

This text has shadow with #858B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858B82 on black background.


Color preview on white background

This text has color #858B82 on white background.



Black color preview on #858B82 background

This text has black color on #858B82 background.


White color preview on #858B82 background

This text has white color on #858B82 background.