COLOR #858D8D

HEX: #858D8D RGB: (133,141,141)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

133
141
141

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

Portions of RGB colors in percentages

R + G + B = 133 + 141 + 141 = 415 (100%)
R 133 of 415 ~ 32.05%
G 141 of 415 ~ 33.98%
B 141 of 415 ~ 33.98'%

%32.05
%33.98
%33.98

CMYK color model

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

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

CMYK: (6,0,0,45)
C6M0Y0K45 (6%, 0%, 0%, 45%)
(0.06 / 0.00 / 0.00 / 0.45)

CMYK percentages

%5.67
%0
%0
%44.71

Codes

Color #858D8D in popluar color models

85 8D 8D
RGB 133 141 141
HSL 180° 3.39% 53.73%
HSB/HSV 180° 5.67% 55.29%
CMYK 5.67% 0.00% 0.00%
44.71%

Color #858D8D in popluar number systems.

HEX 85 8D 8D
Decimal 133 141 141
Binary 10000101 10001101 10001101
Octal 205 215 215

Shades and tints

Shades of #858D8D

#858D8D
(133,141,141)
#798181
(121,129,129)
#6D7575
(109,117,117)
#616969
(97,105,105)
#555D5D
(85,93,93)
#495151
(73,81,81)
#3D4545
(61,69,69)
#313939
(49,57,57)
#252D2D
(37,45,45)
#192121
(25,33,33)
#0D1515
(13,21,21)
#000000
(0,0,0)

Tints of #858D8D

#858D8D
(133,141,141)
#909797
(144,151,151)
#9BA1A1
(155,161,161)
#A6ABAB
(166,171,171)
#B1B5B5
(177,181,181)
#BCBFBF
(188,191,191)
#C7C9C9
(199,201,201)
#D2D3D3
(210,211,211)
#DDDDDD
(221,221,221)
#E8E7E7
(232,231,231)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858D8D; }

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

This text font color is #858D8D.

Background Color

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

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

This div background color is #858D8D.

Border color

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

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

This div border color is #858D8D.

Opacity

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

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

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

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

This text has shadow with #858D8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #858D8D.

Preview

Color preview on black background

This text has color #858D8D on black background.


Color preview on white background

This text has color #858D8D on white background.


Black color preview on #858D8D background

This text has black color on #858D8D background.


White color preview on #858D8D background

This text has white color on #858D8D background.


Related colors

Complementary color

Complementary color for #hex is #7A7272.


I love getcolorcode.com