COLOR #858B81

HEX: #858B81
RGB: (133,139,129)

Color info

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

RGB color model

#858B81 color RGB value is (133,139,129).

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

RGB channels and saturation

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

133
139
129

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

Portions of RGB colors in percentages

R + G + B =
133 + 139 + 129 = 401 (100%)
R 133 of 401 ~ 33.17%
G 139 of 401 ~ 34.66%
B 129 of 401 ~ 32.17%

%33.17
%34.66
%32.17

CMYK color model

#858B81 color CMYK value is (4,0,7,45).

  • cyan value is 4.32%
  • magenta value is 0.00%
  • yellow value is 7.19%
  • key color value is 45.49%
CMYK:
(4,0,7,45)
C4M0Y7K45 
(4%,0%,7%,45%)
(0.04/0.00/0.07/0.45)	

CMYK percentages

%4.32
%0
%7.19
%45.49

Codes

Color #858B81 in popluar color models

858B81
RGB133139129
HSL96°4.13%52.55%
HSB/HSV96°7.19%54.51%
CMYK4.32%0.00%7.19%
45.49%

Color #858B81 in popluar number systems.

HEX858B81
Decimal133139129
Binary100001011000101110000001
Octal205213201

Shades and tints

Shades of #858B81

#858B81
(133,139,129)
#797F76
(121,127,118)
#6D736B
(109,115,107)
#616760
(97,103,96)
#555B55
(85,91,85)
#494F4A
(73,79,74)
#3D433F
(61,67,63)
#313734
(49,55,52)
#252B29
(37,43,41)
#191F1E
(25,31,30)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #858B81

#858B81
(133,139,129)
#90958C
(144,149,140)
#9B9F97
(155,159,151)
#A6A9A2
(166,169,162)
#B1B3AD
(177,179,173)
#BCBDB8
(188,189,184)
#C7C7C3
(199,199,195)
#D2D1CE
(210,209,206)
#DDDBD9
(221,219,217)
#E8E5E4
(232,229,228)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858B81; }

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

This text font color is #858B81.


Background Color

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

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

This div background color is #858B81.


Border color

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

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

This div border color is #858B81.


Opacity

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

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

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

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

This text has shadow with #858B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858B81 on black background.


Color preview on white background

This text has color #858B81 on white background.



Black color preview on #858B81 background

This text has black color on #858B81 background.


White color preview on #858B81 background

This text has white color on #858B81 background.