COLOR #858A6C

HEX: #858A6C
RGB: (133,138,108)

Color info

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

RGB color model

#858A6C color RGB value is (133,138,108).

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

RGB channels and saturation

R 133 of 255 = 52%
G 138 of 255 = 54%
B 108 of 255 = 42%

133
138
108

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

Portions of RGB colors in percentages

R + G + B =
133 + 138 + 108 = 379 (100%)
R 133 of 379 ~ 35.09%
G 138 of 379 ~ 36.41%
B 108 of 379 ~ 28.5%

%35.09
%36.41
%28.5

CMYK color model

#858A6C color CMYK value is (4,0,22,46).

  • cyan value is 3.62%
  • magenta value is 0.00%
  • yellow value is 21.74%
  • key color value is 45.88%
CMYK:
(4,0,22,46)
C4M0Y22K46 
(4%,0%,22%,46%)
(0.04/0.00/0.22/0.46)	

CMYK percentages

%3.62
%0
%21.74
%45.88

Codes

Color #858A6C in popluar color models

858A6C
RGB133138108
HSL70°12.20%48.24%
HSB/HSV70°21.74%54.12%
CMYK3.62%0.00%21.74%
45.88%

Color #858A6C in popluar number systems.

HEX858A6C
Decimal133138108
Binary10000101100010101101100
Octal205212154

Shades and tints

Shades of #858A6C

#858A6C
(133,138,108)
#797E63
(121,126,99)
#6D725A
(109,114,90)
#616651
(97,102,81)
#555A48
(85,90,72)
#494E3F
(73,78,63)
#3D4236
(61,66,54)
#31362D
(49,54,45)
#252A24
(37,42,36)
#191E1B
(25,30,27)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #858A6C

#858A6C
(133,138,108)
#909479
(144,148,121)
#9B9E86
(155,158,134)
#A6A893
(166,168,147)
#B1B2A0
(177,178,160)
#BCBCAD
(188,188,173)
#C7C6BA
(199,198,186)
#D2D0C7
(210,208,199)
#DDDAD4
(221,218,212)
#E8E4E1
(232,228,225)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858A6C; }

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

This text font color is #858A6C.


Background Color

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

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

This div background color is #858A6C.


Border color

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

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

This div border color is #858A6C.


Opacity

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

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

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

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

This text has shadow with #858A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858A6C on black background.


Color preview on white background

This text has color #858A6C on white background.



Black color preview on #858A6C background

This text has black color on #858A6C background.


White color preview on #858A6C background

This text has white color on #858A6C background.