COLOR #858D6B

HEX: #858D6B
RGB: (133,141,107)

Color info

#858D6B contains red, green and blue colors in about the same proportion. Web safe color of #858D6B is #999966 (or #996).

RGB color model

#858D6B color RGB value is (133,141,107).

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

RGB channels and saturation

R 133 of 255 = 52%
G 141 of 255 = 55%
B 107 of 255 = 42%

133
141
107

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

Portions of RGB colors in percentages

R + G + B =
133 + 141 + 107 = 381 (100%)
R 133 of 381 ~ 34.91%
G 141 of 381 ~ 37.01%
B 107 of 381 ~ 28.08%

%34.91
%37.01
%28.08

CMYK color model

#858D6B color CMYK value is (6,0,24,45).

  • cyan value is 5.67%
  • magenta value is 0.00%
  • yellow value is 24.11%
  • key color value is 44.71%
CMYK:
(6,0,24,45)
C6M0Y24K45 
(6%,0%,24%,45%)
(0.06/0.00/0.24/0.45)	

CMYK percentages

%5.67
%0
%24.11
%44.71

Codes

Color #858D6B in popluar color models

858D6B
RGB133141107
HSL74°13.71%48.63%
HSB/HSV74°24.11%55.29%
CMYK5.67%0.00%24.11%
44.71%

Color #858D6B in popluar number systems.

HEX858D6B
Decimal133141107
Binary10000101100011011101011
Octal205215153

Shades and tints

Shades of #858D6B

#858D6B
(133,141,107)
#798162
(121,129,98)
#6D7559
(109,117,89)
#616950
(97,105,80)
#555D47
(85,93,71)
#49513E
(73,81,62)
#3D4535
(61,69,53)
#31392C
(49,57,44)
#252D23
(37,45,35)
#19211A
(25,33,26)
#0D1511
(13,21,17)
#000000
(0,0,0)

Tints of #858D6B

#858D6B
(133,141,107)
#909778
(144,151,120)
#9BA185
(155,161,133)
#A6AB92
(166,171,146)
#B1B59F
(177,181,159)
#BCBFAC
(188,191,172)
#C7C9B9
(199,201,185)
#D2D3C6
(210,211,198)
#DDDDD3
(221,221,211)
#E8E7E0
(232,231,224)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858D6B; }

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

This text font color is #858D6B.


Background Color

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

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

This div background color is #858D6B.


Border color

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

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

This div border color is #858D6B.


Opacity

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

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

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

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

This text has shadow with #858D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858D6B on black background.


Color preview on white background

This text has color #858D6B on white background.



Black color preview on #858D6B background

This text has black color on #858D6B background.


White color preview on #858D6B background

This text has white color on #858D6B background.