COLOR #858B5C

HEX: #858B5C RGB: (133,139,92)

Color info

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

RGB color model

#858B5C color RGB value is (133,139,92).

RGB: (133,139,92) (52%, 55%, 36%)

RGB channels and saturation

R 133 of 255 = 52%
G 139 of 255 = 55%
B 92 of 255 = 36%

133
139
92

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

Portions of RGB colors in percentages

R + G + B = 133 + 139 + 92 = 364 (100%)
R 133 of 364 ~ 36.54%
G 139 of 364 ~ 38.19%
B 92 of 364 ~ 25.27'%

%36.54
%38.19
%25.27

CMYK color model

#858B5C color CMYK value is (4,0,34,45).

  • cyan value is 4.32%
  • magenta value is 0.00%
  • yellow value is 33.81%
  • key color value is 45.49%

CMYK: (4,0,34,45)
C4M0Y34K45 (4%, 0%, 34%, 45%)
(0.04 / 0.00 / 0.34 / 0.45)

CMYK percentages

%4.32
%0
%33.81
%45.49

Codes

Color #858B5C in popluar color models

85 8B 5C
RGB 133 139 92
HSL 68° 20.35% 45.29%
HSB/HSV 68° 33.81% 54.51%
CMYK 4.32% 0.00% 33.81%
45.49%

Color #858B5C in popluar number systems.

HEX 85 8B 5C
Decimal 133 139 92
Binary 10000101 10001011 1011100
Octal 205 213 134

Shades and tints

Shades of #858B5C

#858B5C
(133,139,92)
#797F54
(121,127,84)
#6D734C
(109,115,76)
#616744
(97,103,68)
#555B3C
(85,91,60)
#494F34
(73,79,52)
#3D432C
(61,67,44)
#313724
(49,55,36)
#252B1C
(37,43,28)
#191F14
(25,31,20)
#0D130C
(13,19,12)
#000000
(0,0,0)

Tints of #858B5C

#858B5C
(133,139,92)
#90956A
(144,149,106)
#9B9F78
(155,159,120)
#A6A986
(166,169,134)
#B1B394
(177,179,148)
#BCBDA2
(188,189,162)
#C7C7B0
(199,199,176)
#D2D1BE
(210,209,190)
#DDDBCC
(221,219,204)
#E8E5DA
(232,229,218)
#F3EFE8
(243,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858B5C; }

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

This text font color is #858B5C.

Background Color

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

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

This div background color is #858B5C.

Border color

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

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

This div border color is #858B5C.

Opacity

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

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

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

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

This text has shadow with #858B5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #858B5C.

Preview

Color preview on black background

This text has color #858B5C on black background.


Color preview on white background

This text has color #858B5C on white background.


Black color preview on #858B5C background

This text has black color on #858B5C background.


White color preview on #858B5C background

This text has white color on #858B5C background.


Related colors

Complementary color

Complementary color for #hex is #7A74A3.


I love getcolorcode.com

Triadic colors

1 #5C858B and #8B5C85 with #858B5C are triadic colors.

2 #5C8B85 and #8B855C with #858B5C are triadic colors.