COLOR #858C90

HEX: #858C90 RGB: (133,140,144)

Color info

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

RGB color model

#858C90 color RGB value is (133,140,144).

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

RGB channels and saturation

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

133
140
144

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

Portions of RGB colors in percentages

R + G + B = 133 + 140 + 144 = 417 (100%)
R 133 of 417 ~ 31.89%
G 140 of 417 ~ 33.57%
B 144 of 417 ~ 34.53'%

%31.89
%33.57
%34.53

CMYK color model

#858C90 color CMYK value is (8,3,0,44).

  • cyan value is 7.64%
  • magenta value is 2.78%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (8,3,0,44)
C8M3Y0K44 (8%, 3%, 0%, 44%)
(0.08 / 0.03 / 0.00 / 0.44)

CMYK percentages

%7.64
%2.78
%0
%43.53

Codes

Color #858C90 in popluar color models

85 8C 90
RGB 133 140 144
HSL 202° 4.72% 54.31%
HSB/HSV 202° 7.64% 56.47%
CMYK 7.64% 2.78% 0.00%
43.53%

Color #858C90 in popluar number systems.

HEX 85 8C 90
Decimal 133 140 144
Binary 10000101 10001100 10010000
Octal 205 214 220

Shades and tints

Shades of #858C90

#858C90
(133,140,144)
#798083
(121,128,131)
#6D7476
(109,116,118)
#616869
(97,104,105)
#555C5C
(85,92,92)
#49504F
(73,80,79)
#3D4442
(61,68,66)
#313835
(49,56,53)
#252C28
(37,44,40)
#19201B
(25,32,27)
#0D140E
(13,20,14)
#000000
(0,0,0)

Tints of #858C90

#858C90
(133,140,144)
#90969A
(144,150,154)
#9BA0A4
(155,160,164)
#A6AAAE
(166,170,174)
#B1B4B8
(177,180,184)
#BCBEC2
(188,190,194)
#C7C8CC
(199,200,204)
#D2D2D6
(210,210,214)
#DDDCE0
(221,220,224)
#E8E6EA
(232,230,234)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858C90; }

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

This text font color is #858C90.

Background Color

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

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

This div background color is #858C90.

Border color

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

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

This div border color is #858C90.

Opacity

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

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

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

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

This text has shadow with #858C90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #858C90.

Preview

Color preview on black background

This text has color #858C90 on black background.


Color preview on white background

This text has color #858C90 on white background.


Black color preview on #858C90 background

This text has black color on #858C90 background.


White color preview on #858C90 background

This text has white color on #858C90 background.


Related colors

Complementary color

Complementary color for #hex is #7A736F.


I love getcolorcode.com

Triadic colors

1 #90858C and #8C9085 with #858C90 are triadic colors.

2 #908C85 and #8C8590 with #858C90 are triadic colors.