COLOR #858A95

HEX: #858A95 RGB: (133,138,149)

Color info

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

RGB color model

#858A95 color RGB value is (133,138,149).

RGB: (133,138,149) (52%, 54%, 58%)

RGB channels and saturation

R 133 of 255 = 52%
G 138 of 255 = 54%
B 149 of 255 = 58%

133
138
149

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

Portions of RGB colors in percentages

R + G + B = 133 + 138 + 149 = 420 (100%)
R 133 of 420 ~ 31.67%
G 138 of 420 ~ 32.86%
B 149 of 420 ~ 35.48'%

%31.67
%32.86
%35.48

CMYK color model

#858A95 color CMYK value is (11,7,0,42).

  • cyan value is 10.74%
  • magenta value is 7.38%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK: (11,7,0,42) C11M7Y0K42 (11%,7%,0%,42%) (0.11/0.07/0.00/0.42) 

CMYK percentages

%10.74
%7.38
%0
%41.57

Codes

Color #858A95 in popluar color models

85 8A 95
RGB 133 138 149
HSL 221° 7.02% 55.29%
HSB/HSV 221° 10.74% 58.43%
CMYK 10.74% 7.38% 0.00%
41.57%

Color #858A95 in popluar number systems.

HEX 85 8A 95
Decimal 133 138 149
Binary 10000101 10001010 10010101
Octal 205 212 225

Shades and tints

Shades of #858A95

#858A95
(133,138,149)
#797E88
(121,126,136)
#6D727B
(109,114,123)
#61666E
(97,102,110)
#555A61
(85,90,97)
#494E54
(73,78,84)
#3D4247
(61,66,71)
#31363A
(49,54,58)
#252A2D
(37,42,45)
#191E20
(25,30,32)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #858A95

#858A95
(133,138,149)
#90949E
(144,148,158)
#9B9EA7
(155,158,167)
#A6A8B0
(166,168,176)
#B1B2B9
(177,178,185)
#BCBCC2
(188,188,194)
#C7C6CB
(199,198,203)
#D2D0D4
(210,208,212)
#DDDADD
(221,218,221)
#E8E4E6
(232,228,230)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858A95 color. Also use rgb(133,138,149) instead hex code.

Text Font Color

.myTextColor { color: #858A95; }

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

This text font color is #858A95.

Background Color

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

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

This div background color is #858A95.

Border color

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

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

This div border color is #858A95.

Opacity

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

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

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

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

This text has shadow with #858A95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #858A95.

Preview

Color preview on black background

This text has color #858A95 on black background.


Color preview on white background

This text has color #858A95 on white background.


Black color preview on #858A95 background

This text has black color on #858A95 background.


White color preview on #858A95 background

This text has white color on #858A95 background.


Related colors

Complementary color

Complementary color for #hex is #7A756A.


I love getcolorcode.com

Triadic colors

1 #95858A and #8A9585 with #858A95 are triadic colors.

2 #958A85 and #8A8595 with #858A95 are triadic colors.