COLOR #858E84

HEX: #858E84
RGB: (133,142,132)

Color info

#858E84 contains red, green and blue colors in about the same proportion. Web safe color of #858E84 is #999999 (or #999).

RGB color model

#858E84 color RGB value is (133,142,132).

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

RGB channels and saturation

R 133 of 255 = 52%
G 142 of 255 = 56%
B 132 of 255 = 52%

133
142
132

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

Portions of RGB colors in percentages

R + G + B =
133 + 142 + 132 = 407 (100%)
R 133 of 407 ~ 32.68%
G 142 of 407 ~ 34.89%
B 132 of 407 ~ 32.43%

%32.68
%34.89
%32.43

CMYK color model

#858E84 color CMYK value is (6,0,7,44).

  • cyan value is 6.34%
  • magenta value is 0.00%
  • yellow value is 7.04%
  • key color value is 44.31%
CMYK:
(6,0,7,44)
C6M0Y7K44 
(6%,0%,7%,44%)
(0.06/0.00/0.07/0.44)	

CMYK percentages

%6.34
%0
%7.04
%44.31

Codes

Color #858E84 in popluar color models

858E84
RGB133142132
HSL114°4.24%53.73%
HSB/HSV114°7.04%55.69%
CMYK6.34%0.00%7.04%
44.31%

Color #858E84 in popluar number systems.

HEX858E84
Decimal133142132
Binary100001011000111010000100
Octal205216204

Shades and tints

Shades of #858E84

#858E84
(133,142,132)
#798278
(121,130,120)
#6D766C
(109,118,108)
#616A60
(97,106,96)
#555E54
(85,94,84)
#495248
(73,82,72)
#3D463C
(61,70,60)
#313A30
(49,58,48)
#252E24
(37,46,36)
#192218
(25,34,24)
#0D160C
(13,22,12)
#000000
(0,0,0)

Tints of #858E84

#858E84
(133,142,132)
#90988F
(144,152,143)
#9BA29A
(155,162,154)
#A6ACA5
(166,172,165)
#B1B6B0
(177,182,176)
#BCC0BB
(188,192,187)
#C7CAC6
(199,202,198)
#D2D4D1
(210,212,209)
#DDDEDC
(221,222,220)
#E8E8E7
(232,232,231)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858E84; }

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

This text font color is #858E84.


Background Color

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

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

This div background color is #858E84.


Border color

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

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

This div border color is #858E84.


Opacity

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

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

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

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

This text has shadow with #858E84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858E84 on black background.


Color preview on white background

This text has color #858E84 on white background.



Black color preview on #858E84 background

This text has black color on #858E84 background.


White color preview on #858E84 background

This text has white color on #858E84 background.