COLOR #858993

HEX: #858993 RGB: (133,137,147)

Color info

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

RGB color model

#858993 color RGB value is (133,137,147).

RGB: (133,137,147) (52%, 54%, 58%)

RGB channels and saturation

R 133 of 255 = 52%
G 137 of 255 = 54%
B 147 of 255 = 58%

133
137
147

R + G + B ~ 55%. #858993 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 137 + 147 = 417 (100%)
R 133 of 417 ~ 31.89%
G 137 of 417 ~ 32.85%
B 147 of 417 ~ 35.25'%

%31.89
%32.85
%35.25

CMYK color model

#858993 color CMYK value is (10,7,0,42).

  • cyan value is 9.52%
  • magenta value is 6.80%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (10,7,0,42)
C10M7Y0K42 (10%, 7%, 0%, 42%)
(0.10 / 0.07 / 0.00 / 0.42)

CMYK percentages

%9.52
%6.8
%0
%42.35

Codes

Color #858993 in popluar color models

85 89 93
RGB 133 137 147
HSL 223° 6.09% 54.90%
HSB/HSV 223° 9.52% 57.65%
CMYK 9.52% 6.80% 0.00%
42.35%

Color #858993 in popluar number systems.

HEX 85 89 93
Decimal 133 137 147
Binary 10000101 10001001 10010011
Octal 205 211 223

Shades and tints

Shades of #858993

#858993
(133,137,147)
#797D86
(121,125,134)
#6D7179
(109,113,121)
#61656C
(97,101,108)
#55595F
(85,89,95)
#494D52
(73,77,82)
#3D4145
(61,65,69)
#313538
(49,53,56)
#25292B
(37,41,43)
#191D1E
(25,29,30)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #858993

#858993
(133,137,147)
#90939C
(144,147,156)
#9B9DA5
(155,157,165)
#A6A7AE
(166,167,174)
#B1B1B7
(177,177,183)
#BCBBC0
(188,187,192)
#C7C5C9
(199,197,201)
#D2CFD2
(210,207,210)
#DDD9DB
(221,217,219)
#E8E3E4
(232,227,228)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858993 color. Also use rgb(133,137,147) instead hex code.

Text Font Color

.myTextColor { color: #858993; }

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

This text font color is #858993.

Background Color

.myBgColor { background-color: #858993; }

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

This div background color is #858993.

Border color

.myBorderColor { border: 1px solid #858993; }

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

This div border color is #858993.

Opacity

.myOpacity80 { color: #858993; opacity: 0.8; }

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

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

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

This text has shadow with #858993 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #858993.

Preview

Color preview on black background

This text has color #858993 on black background.


Color preview on white background

This text has color #858993 on white background.


Black color preview on #858993 background

This text has black color on #858993 background.


White color preview on #858993 background

This text has white color on #858993 background.


Related colors

Complementary color

Complementary color for #hex is #7A766C.


I love getcolorcode.com

Triadic colors

1 #938589 and #899385 with #858993 are triadic colors.

2 #938985 and #898593 with #858993 are triadic colors.