COLOR #858E8C

HEX: #858E8C RGB: (133,142,140)

Color info

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

RGB color model

#858E8C color RGB value is (133,142,140).

RGB: (133,142,140) (52%, 56%, 55%)

RGB channels and saturation

R 133 of 255 = 52%
G 142 of 255 = 56%
B 140 of 255 = 55%

133
142
140

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

Portions of RGB colors in percentages

R + G + B = 133 + 142 + 140 = 415 (100%)
R 133 of 415 ~ 32.05%
G 142 of 415 ~ 34.22%
B 140 of 415 ~ 33.73'%

%32.05
%34.22
%33.73

CMYK color model

#858E8C color CMYK value is (6,0,1,44).

  • cyan value is 6.34%
  • magenta value is 0.00%
  • yellow value is 1.41%
  • key color value is 44.31%

CMYK: (6,0,1,44)
C6M0Y1K44 (6%, 0%, 1%, 44%)
(0.06 / 0.00 / 0.01 / 0.44)

CMYK percentages

%6.34
%0
%1.41
%44.31

Codes

Color #858E8C in popluar color models

85 8E 8C
RGB 133 142 140
HSL 167° 3.83% 53.92%
HSB/HSV 167° 6.34% 55.69%
CMYK 6.34% 0.00% 1.41%
44.31%

Color #858E8C in popluar number systems.

HEX 85 8E 8C
Decimal 133 142 140
Binary 10000101 10001110 10001100
Octal 205 216 214

Shades and tints

Shades of #858E8C

#858E8C
(133,142,140)
#798280
(121,130,128)
#6D7674
(109,118,116)
#616A68
(97,106,104)
#555E5C
(85,94,92)
#495250
(73,82,80)
#3D4644
(61,70,68)
#313A38
(49,58,56)
#252E2C
(37,46,44)
#192220
(25,34,32)
#0D1614
(13,22,20)
#000000
(0,0,0)

Tints of #858E8C

#858E8C
(133,142,140)
#909896
(144,152,150)
#9BA2A0
(155,162,160)
#A6ACAA
(166,172,170)
#B1B6B4
(177,182,180)
#BCC0BE
(188,192,190)
#C7CAC8
(199,202,200)
#D2D4D2
(210,212,210)
#DDDEDC
(221,222,220)
#E8E8E6
(232,232,230)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858E8C; }

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

This text font color is #858E8C.

Background Color

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

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

This div background color is #858E8C.

Border color

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

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

This div border color is #858E8C.

Opacity

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

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

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

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

This text has shadow with #858E8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #858E8C.

Preview

Color preview on black background

This text has color #858E8C on black background.


Color preview on white background

This text has color #858E8C on white background.


Black color preview on #858E8C background

This text has black color on #858E8C background.


White color preview on #858E8C background

This text has white color on #858E8C background.


Related colors

Complementary color

Complementary color for #hex is #7A7173.


I love getcolorcode.com

Triadic colors

1 #8C858E and #8E8C85 with #858E8C are triadic colors.

2 #8C8E85 and #8E858C with #858E8C are triadic colors.