COLOR #858A8D

HEX: #858A8D RGB: (133,138,141)

Color info

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

RGB color model

#858A8D color RGB value is (133,138,141).

RGB: (133,138,141) (52%, 54%, 55%)

RGB channels and saturation

R 133 of 255 = 52%
G 138 of 255 = 54%
B 141 of 255 = 55%

133
138
141

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

Portions of RGB colors in percentages

R + G + B = 133 + 138 + 141 = 412 (100%)
R 133 of 412 ~ 32.28%
G 138 of 412 ~ 33.5%
B 141 of 412 ~ 34.22'%

%32.28
%33.5
%34.22

CMYK color model

#858A8D color CMYK value is (6,2,0,45).

  • cyan value is 5.67%
  • magenta value is 2.13%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (6,2,0,45)
C6M2Y0K45 (6%, 2%, 0%, 45%)
(0.06 / 0.02 / 0.00 / 0.45)

CMYK percentages

%5.67
%2.13
%0
%44.71

Codes

Color #858A8D in popluar color models

85 8A 8D
RGB 133 138 141
HSL 203° 3.39% 53.73%
HSB/HSV 203° 5.67% 55.29%
CMYK 5.67% 2.13% 0.00%
44.71%

Color #858A8D in popluar number systems.

HEX 85 8A 8D
Decimal 133 138 141
Binary 10000101 10001010 10001101
Octal 205 212 215

Shades and tints

Shades of #858A8D

#858A8D
(133,138,141)
#797E81
(121,126,129)
#6D7275
(109,114,117)
#616669
(97,102,105)
#555A5D
(85,90,93)
#494E51
(73,78,81)
#3D4245
(61,66,69)
#313639
(49,54,57)
#252A2D
(37,42,45)
#191E21
(25,30,33)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #858A8D

#858A8D
(133,138,141)
#909497
(144,148,151)
#9B9EA1
(155,158,161)
#A6A8AB
(166,168,171)
#B1B2B5
(177,178,181)
#BCBCBF
(188,188,191)
#C7C6C9
(199,198,201)
#D2D0D3
(210,208,211)
#DDDADD
(221,218,221)
#E8E4E7
(232,228,231)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858A8D; }

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

This text font color is #858A8D.

Background Color

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

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

This div background color is #858A8D.

Border color

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

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

This div border color is #858A8D.

Opacity

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

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

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

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

This text has shadow with #858A8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #858A8D.

Preview

Color preview on black background

This text has color #858A8D on black background.


Color preview on white background

This text has color #858A8D on white background.


Black color preview on #858A8D background

This text has black color on #858A8D background.


White color preview on #858A8D background

This text has white color on #858A8D background.


Related colors

Complementary color

Complementary color for #hex is #7A7572.


I love getcolorcode.com

Triadic colors

1 #8D858A and #8A8D85 with #858A8D are triadic colors.

2 #8D8A85 and #8A858D with #858A8D are triadic colors.