COLOR #858D6D

HEX: #858D6D
RGB: (133,141,109)

Color info

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

RGB color model

#858D6D color RGB value is (133,141,109).

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

RGB channels and saturation

R 133 of 255 = 52%
G 141 of 255 = 55%
B 109 of 255 = 43%

133
141
109

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

Portions of RGB colors in percentages

R + G + B =
133 + 141 + 109 = 383 (100%)
R 133 of 383 ~ 34.73%
G 141 of 383 ~ 36.81%
B 109 of 383 ~ 28.46%

%34.73
%36.81
%28.46

CMYK color model

#858D6D color CMYK value is (6,0,23,45).

  • cyan value is 5.67%
  • magenta value is 0.00%
  • yellow value is 22.70%
  • key color value is 44.71%
CMYK:
(6,0,23,45)
C6M0Y23K45 
(6%,0%,23%,45%)
(0.06/0.00/0.23/0.45)	

CMYK percentages

%5.67
%0
%22.7
%44.71

Codes

Color #858D6D in popluar color models

858D6D
RGB133141109
HSL75°12.80%49.02%
HSB/HSV75°22.70%55.29%
CMYK5.67%0.00%22.70%
44.71%

Color #858D6D in popluar number systems.

HEX858D6D
Decimal133141109
Binary10000101100011011101101
Octal205215155

Shades and tints

Shades of #858D6D

#858D6D
(133,141,109)
#798164
(121,129,100)
#6D755B
(109,117,91)
#616952
(97,105,82)
#555D49
(85,93,73)
#495140
(73,81,64)
#3D4537
(61,69,55)
#31392E
(49,57,46)
#252D25
(37,45,37)
#19211C
(25,33,28)
#0D1513
(13,21,19)
#000000
(0,0,0)

Tints of #858D6D

#858D6D
(133,141,109)
#90977A
(144,151,122)
#9BA187
(155,161,135)
#A6AB94
(166,171,148)
#B1B5A1
(177,181,161)
#BCBFAE
(188,191,174)
#C7C9BB
(199,201,187)
#D2D3C8
(210,211,200)
#DDDDD5
(221,221,213)
#E8E7E2
(232,231,226)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858D6D; }

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

This text font color is #858D6D.


Background Color

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

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

This div background color is #858D6D.


Border color

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

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

This div border color is #858D6D.


Opacity

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

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

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

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

This text has shadow with #858D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858D6D on black background.


Color preview on white background

This text has color #858D6D on white background.



Black color preview on #858D6D background

This text has black color on #858D6D background.


White color preview on #858D6D background

This text has white color on #858D6D background.