COLOR #858D9D

HEX: #858D9D
RGB: (133,141,157)

Color info

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

RGB color model

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

  • red value is 133;
  • green value is 141;
  • blue value is 157.
RGB:
(133,141,157)
(52%,55%,62%)

RGB channels and saturation

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

133
141
157

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

Portions of RGB colors in percentages

R + G + B =
133 + 141 + 157 = 431 (100%)
R 133 of 431 ~ 30.86%
G 141 of 431 ~ 32.71%
B 157 of 431 ~ 36.43%

%30.86
%32.71
%36.43

CMYK color model

#858D9D color CMYK value is (15,10,0,38).

  • cyan value is 15.29%
  • magenta value is 10.19%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(15,10,0,38)
C15M10Y0K38 
(15%,10%,0%,38%)
(0.15/0.10/0.00/0.38)	

CMYK percentages

%15.29
%10.19
%0
%38.43

Codes

Color #858D9D in popluar color models

858D9D
RGB133141157
HSL220°10.91%56.86%
HSB/HSV220°15.29%61.57%
CMYK15.29%10.19%0.00%
38.43%

Color #858D9D in popluar number systems.

HEX858D9D
Decimal133141157
Binary100001011000110110011101
Octal205215235

Shades and tints

Shades of #858D9D

#858D9D
(133,141,157)
#79818F
(121,129,143)
#6D7581
(109,117,129)
#616973
(97,105,115)
#555D65
(85,93,101)
#495157
(73,81,87)
#3D4549
(61,69,73)
#31393B
(49,57,59)
#252D2D
(37,45,45)
#19211F
(25,33,31)
#0D1511
(13,21,17)
#000000
(0,0,0)

Tints of #858D9D

#858D9D
(133,141,157)
#9097A5
(144,151,165)
#9BA1AD
(155,161,173)
#A6ABB5
(166,171,181)
#B1B5BD
(177,181,189)
#BCBFC5
(188,191,197)
#C7C9CD
(199,201,205)
#D2D3D5
(210,211,213)
#DDDDDD
(221,221,221)
#E8E7E5
(232,231,229)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858D9D; }

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

This text font color is #858D9D.


Background Color

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

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

This div background color is #858D9D.


Border color

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

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

This div border color is #858D9D.


Opacity

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

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

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

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

This text has shadow with #858D9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858D9D on black background.


Color preview on white background

This text has color #858D9D on white background.



Black color preview on #858D9D background

This text has black color on #858D9D background.


White color preview on #858D9D background

This text has white color on #858D9D background.