COLOR #8D858D

HEX: #8D858D
RGB: (141,133,141)

Color info

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

RGB color model

#8D858D color RGB value is (141,133,141).

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

RGB channels and saturation

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

141
133
141

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

Portions of RGB colors in percentages

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

%33.98
%32.05
%33.98

CMYK color model

#8D858D color CMYK value is (0,6,0,45).

  • cyan value is 0.00%
  • magenta value is 5.67%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(0,6,0,45)
C0M6Y0K45 
(0%,6%,0%,45%)
(0.00/0.06/0.00/0.45)	

CMYK percentages

%0
%5.67
%0
%44.71

Codes

Color #8D858D in popluar color models

8D858D
RGB141133141
HSL300°3.39%53.73%
HSB/HSV300°5.67%55.29%
CMYK0.00%5.67%0.00%
44.71%

Color #8D858D in popluar number systems.

HEX8D858D
Decimal141133141
Binary100011011000010110001101
Octal215205215

Shades and tints

Shades of #8D858D

#8D858D
(141,133,141)
#817981
(129,121,129)
#756D75
(117,109,117)
#696169
(105,97,105)
#5D555D
(93,85,93)
#514951
(81,73,81)
#453D45
(69,61,69)
#393139
(57,49,57)
#2D252D
(45,37,45)
#211921
(33,25,33)
#150D15
(21,13,21)
#000000
(0,0,0)

Tints of #8D858D

#8D858D
(141,133,141)
#979097
(151,144,151)
#A19BA1
(161,155,161)
#ABA6AB
(171,166,171)
#B5B1B5
(181,177,181)
#BFBCBF
(191,188,191)
#C9C7C9
(201,199,201)
#D3D2D3
(211,210,211)
#DDDDDD
(221,221,221)
#E7E8E7
(231,232,231)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D858D; }

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

This text font color is #8D858D.


Background Color

.myBgColor { background-color: #8D858D; }

<div style="background-color:#8D858D">Inner text</div>

This div background color is #8D858D.


Border color

.myBorderColor { border: 1px solid #8D858D; }

<div style="border:3px solid #8D858D">Div</div>

This div border color is #8D858D.


Opacity

.myOpacity80 { color: #8D858D; opacity: 0.8; }

<p style="color:#8D858D;opacity:0.8;">80%</p>

Text with #8D858D 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 #8D858D;}

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

This text has shadow with #8D858D color.

.textShadow {text-shadow: 3px 3px 1px #8D858D, 3px 3px 1px red;}

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

This text has shadow with #8D858D primary color and red secondary color.


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

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

This text has shadow with #8D858D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D858D on black background.


Color preview on white background

This text has color #8D858D on white background.



Black color preview on #8D858D background

This text has black color on #8D858D background.


White color preview on #8D858D background

This text has white color on #8D858D background.