COLOR #858C8E

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

133
140
142

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

Portions of RGB colors in percentages

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

%32.05
%33.73
%34.22

CMYK color model

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

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

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

CMYK percentages

%6.34
%1.41
%0
%44.31

Codes

Color #858C8E in popluar color models

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

Color #858C8E in popluar number systems.

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

Shades and tints

Shades of #858C8E

#858C8E
(133,140,142)
#798082
(121,128,130)
#6D7476
(109,116,118)
#61686A
(97,104,106)
#555C5E
(85,92,94)
#495052
(73,80,82)
#3D4446
(61,68,70)
#31383A
(49,56,58)
#252C2E
(37,44,46)
#192022
(25,32,34)
#0D1416
(13,20,22)
#000000
(0,0,0)

Tints of #858C8E

#858C8E
(133,140,142)
#909698
(144,150,152)
#9BA0A2
(155,160,162)
#A6AAAC
(166,170,172)
#B1B4B6
(177,180,182)
#BCBEC0
(188,190,192)
#C7C8CA
(199,200,202)
#D2D2D4
(210,210,212)
#DDDCDE
(221,220,222)
#E8E6E8
(232,230,232)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858C8E; }

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

This text font color is #858C8E.

Background Color

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

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

This div background color is #858C8E.

Border color

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

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

This div border color is #858C8E.

Opacity

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

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

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

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

This text has shadow with #858C8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #858C8E.

Preview

Color preview on black background

This text has color #858C8E on black background.


Color preview on white background

This text has color #858C8E on white background.


Black color preview on #858C8E background

This text has black color on #858C8E background.


White color preview on #858C8E background

This text has white color on #858C8E background.


Related colors

Complementary color

Complementary color for #hex is #7A7371.


I love getcolorcode.com

Triadic colors

1 #8E858C and #8C8E85 with #858C8E are triadic colors.

2 #8E8C85 and #8C858E with #858C8E are triadic colors.