COLOR #858D8F

HEX: #858D8F
RGB: (133,141,143)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

133
141
143

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

Portions of RGB colors in percentages

R + G + B =
133 + 141 + 143 = 417 (100%)
R 133 of 417 ~ 31.89%
G 141 of 417 ~ 33.81%
B 143 of 417 ~ 34.29%

%31.89
%33.81
%34.29

CMYK color model

#858D8F color CMYK value is (7,1,0,44).

  • cyan value is 6.99%
  • magenta value is 1.40%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(7,1,0,44)
C7M1Y0K44 
(7%,1%,0%,44%)
(0.07/0.01/0.00/0.44)	

CMYK percentages

%6.99
%1.4
%0
%43.92

Codes

Color #858D8F in popluar color models

858D8F
RGB133141143
HSL192°4.27%54.12%
HSB/HSV192°6.99%56.08%
CMYK6.99%1.40%0.00%
43.92%

Color #858D8F in popluar number systems.

HEX858D8F
Decimal133141143
Binary100001011000110110001111
Octal205215217

Shades and tints

Shades of #858D8F

#858D8F
(133,141,143)
#798182
(121,129,130)
#6D7575
(109,117,117)
#616968
(97,105,104)
#555D5B
(85,93,91)
#49514E
(73,81,78)
#3D4541
(61,69,65)
#313934
(49,57,52)
#252D27
(37,45,39)
#19211A
(25,33,26)
#0D150D
(13,21,13)
#000000
(0,0,0)

Tints of #858D8F

#858D8F
(133,141,143)
#909799
(144,151,153)
#9BA1A3
(155,161,163)
#A6ABAD
(166,171,173)
#B1B5B7
(177,181,183)
#BCBFC1
(188,191,193)
#C7C9CB
(199,201,203)
#D2D3D5
(210,211,213)
#DDDDDF
(221,221,223)
#E8E7E9
(232,231,233)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858D8F; }

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

This text font color is #858D8F.


Background Color

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

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

This div background color is #858D8F.


Border color

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

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

This div border color is #858D8F.


Opacity

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

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

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

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

This text has shadow with #858D8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858D8F on black background.


Color preview on white background

This text has color #858D8F on white background.



Black color preview on #858D8F background

This text has black color on #858D8F background.


White color preview on #858D8F background

This text has white color on #858D8F background.