COLOR #858D81

HEX: #858D81
RGB: (133,141,129)

Color info

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

RGB color model

#858D81 color RGB value is (133,141,129).

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

RGB channels and saturation

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

133
141
129

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

Portions of RGB colors in percentages

R + G + B =
133 + 141 + 129 = 403 (100%)
R 133 of 403 ~ 33%
G 141 of 403 ~ 34.99%
B 129 of 403 ~ 32.01%

%33
%34.99
%32.01

CMYK color model

#858D81 color CMYK value is (6,0,9,45).

  • cyan value is 5.67%
  • magenta value is 0.00%
  • yellow value is 8.51%
  • key color value is 44.71%
CMYK:
(6,0,9,45)
C6M0Y9K45 
(6%,0%,9%,45%)
(0.06/0.00/0.09/0.45)	

CMYK percentages

%5.67
%0
%8.51
%44.71

Codes

Color #858D81 in popluar color models

858D81
RGB133141129
HSL100°5.00%52.94%
HSB/HSV100°8.51%55.29%
CMYK5.67%0.00%8.51%
44.71%

Color #858D81 in popluar number systems.

HEX858D81
Decimal133141129
Binary100001011000110110000001
Octal205215201

Shades and tints

Shades of #858D81

#858D81
(133,141,129)
#798176
(121,129,118)
#6D756B
(109,117,107)
#616960
(97,105,96)
#555D55
(85,93,85)
#49514A
(73,81,74)
#3D453F
(61,69,63)
#313934
(49,57,52)
#252D29
(37,45,41)
#19211E
(25,33,30)
#0D1513
(13,21,19)
#000000
(0,0,0)

Tints of #858D81

#858D81
(133,141,129)
#90978C
(144,151,140)
#9BA197
(155,161,151)
#A6ABA2
(166,171,162)
#B1B5AD
(177,181,173)
#BCBFB8
(188,191,184)
#C7C9C3
(199,201,195)
#D2D3CE
(210,211,206)
#DDDDD9
(221,221,217)
#E8E7E4
(232,231,228)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858D81; }

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

This text font color is #858D81.


Background Color

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

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

This div background color is #858D81.


Border color

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

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

This div border color is #858D81.


Opacity

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

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

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

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

This text has shadow with #858D81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858D81 on black background.


Color preview on white background

This text has color #858D81 on white background.



Black color preview on #858D81 background

This text has black color on #858D81 background.


White color preview on #858D81 background

This text has white color on #858D81 background.