COLOR #858E6C

HEX: #858E6C
RGB: (133,142,108)

Color info

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

RGB color model

#858E6C color RGB value is (133,142,108).

  • red value is 133;
  • green value is 142;
  • blue value is 108.
RGB:
(133,142,108)
(52%,56%,42%)

RGB channels and saturation

R 133 of 255 = 52%
G 142 of 255 = 56%
B 108 of 255 = 42%

133
142
108

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

Portions of RGB colors in percentages

R + G + B =
133 + 142 + 108 = 383 (100%)
R 133 of 383 ~ 34.73%
G 142 of 383 ~ 37.08%
B 108 of 383 ~ 28.2%

%34.73
%37.08
%28.2

CMYK color model

#858E6C color CMYK value is (6,0,24,44).

  • cyan value is 6.34%
  • magenta value is 0.00%
  • yellow value is 23.94%
  • key color value is 44.31%
CMYK:
(6,0,24,44)
C6M0Y24K44 
(6%,0%,24%,44%)
(0.06/0.00/0.24/0.44)	

CMYK percentages

%6.34
%0
%23.94
%44.31

Codes

Color #858E6C in popluar color models

858E6C
RGB133142108
HSL76°13.60%49.02%
HSB/HSV76°23.94%55.69%
CMYK6.34%0.00%23.94%
44.31%

Color #858E6C in popluar number systems.

HEX858E6C
Decimal133142108
Binary10000101100011101101100
Octal205216154

Shades and tints

Shades of #858E6C

#858E6C
(133,142,108)
#798263
(121,130,99)
#6D765A
(109,118,90)
#616A51
(97,106,81)
#555E48
(85,94,72)
#49523F
(73,82,63)
#3D4636
(61,70,54)
#313A2D
(49,58,45)
#252E24
(37,46,36)
#19221B
(25,34,27)
#0D1612
(13,22,18)
#000000
(0,0,0)

Tints of #858E6C

#858E6C
(133,142,108)
#909879
(144,152,121)
#9BA286
(155,162,134)
#A6AC93
(166,172,147)
#B1B6A0
(177,182,160)
#BCC0AD
(188,192,173)
#C7CABA
(199,202,186)
#D2D4C7
(210,212,199)
#DDDED4
(221,222,212)
#E8E8E1
(232,232,225)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858E6C color. Also use rgb(133,142,108) instead hex code.

Text Font Color

.myTextColor { color: #858E6C; }

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

This text font color is #858E6C.


Background Color

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

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

This div background color is #858E6C.


Border color

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

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

This div border color is #858E6C.


Opacity

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

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

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

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

This text has shadow with #858E6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858E6C on black background.


Color preview on white background

This text has color #858E6C on white background.



Black color preview on #858E6C background

This text has black color on #858E6C background.


White color preview on #858E6C background

This text has white color on #858E6C background.