COLOR #858B6F

HEX: #858B6F
RGB: (133,139,111)

Color info

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

RGB color model

#858B6F color RGB value is (133,139,111).

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

RGB channels and saturation

R 133 of 255 = 52%
G 139 of 255 = 55%
B 111 of 255 = 44%

133
139
111

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

Portions of RGB colors in percentages

R + G + B =
133 + 139 + 111 = 383 (100%)
R 133 of 383 ~ 34.73%
G 139 of 383 ~ 36.29%
B 111 of 383 ~ 28.98%

%34.73
%36.29
%28.98

CMYK color model

#858B6F color CMYK value is (4,0,20,45).

  • cyan value is 4.32%
  • magenta value is 0.00%
  • yellow value is 20.14%
  • key color value is 45.49%
CMYK:
(4,0,20,45)
C4M0Y20K45 
(4%,0%,20%,45%)
(0.04/0.00/0.20/0.45)	

CMYK percentages

%4.32
%0
%20.14
%45.49

Codes

Color #858B6F in popluar color models

858B6F
RGB133139111
HSL73°11.20%49.02%
HSB/HSV73°20.14%54.51%
CMYK4.32%0.00%20.14%
45.49%

Color #858B6F in popluar number systems.

HEX858B6F
Decimal133139111
Binary10000101100010111101111
Octal205213157

Shades and tints

Shades of #858B6F

#858B6F
(133,139,111)
#797F65
(121,127,101)
#6D735B
(109,115,91)
#616751
(97,103,81)
#555B47
(85,91,71)
#494F3D
(73,79,61)
#3D4333
(61,67,51)
#313729
(49,55,41)
#252B1F
(37,43,31)
#191F15
(25,31,21)
#0D130B
(13,19,11)
#000000
(0,0,0)

Tints of #858B6F

#858B6F
(133,139,111)
#90957C
(144,149,124)
#9B9F89
(155,159,137)
#A6A996
(166,169,150)
#B1B3A3
(177,179,163)
#BCBDB0
(188,189,176)
#C7C7BD
(199,199,189)
#D2D1CA
(210,209,202)
#DDDBD7
(221,219,215)
#E8E5E4
(232,229,228)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858B6F; }

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

This text font color is #858B6F.


Background Color

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

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

This div background color is #858B6F.


Border color

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

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

This div border color is #858B6F.


Opacity

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

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

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

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

This text has shadow with #858B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858B6F on black background.


Color preview on white background

This text has color #858B6F on white background.



Black color preview on #858B6F background

This text has black color on #858B6F background.


White color preview on #858B6F background

This text has white color on #858B6F background.