COLOR #8D8491

HEX: #8D8491
RGB: (141,132,145)

Color info

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

RGB color model

#8D8491 color RGB value is (141,132,145).

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

RGB channels and saturation

R 141 of 255 = 55%
G 132 of 255 = 52%
B 145 of 255 = 57%

141
132
145

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

Portions of RGB colors in percentages

R + G + B =
141 + 132 + 145 = 418 (100%)
R 141 of 418 ~ 33.73%
G 132 of 418 ~ 31.58%
B 145 of 418 ~ 34.69%

%33.73
%31.58
%34.69

CMYK color model

#8D8491 color CMYK value is (3,9,0,43).

  • cyan value is 2.76%
  • magenta value is 8.97%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(3,9,0,43)
C3M9Y0K43 
(3%,9%,0%,43%)
(0.03/0.09/0.00/0.43)	

CMYK percentages

%2.76
%8.97
%0
%43.14

Codes

Color #8D8491 in popluar color models

8D8491
RGB141132145
HSL282°5.58%54.31%
HSB/HSV282°8.97%56.86%
CMYK2.76%8.97%0.00%
43.14%

Color #8D8491 in popluar number systems.

HEX8D8491
Decimal141132145
Binary100011011000010010010001
Octal215204221

Shades and tints

Shades of #8D8491

#8D8491
(141,132,145)
#817884
(129,120,132)
#756C77
(117,108,119)
#69606A
(105,96,106)
#5D545D
(93,84,93)
#514850
(81,72,80)
#453C43
(69,60,67)
#393036
(57,48,54)
#2D2429
(45,36,41)
#21181C
(33,24,28)
#150C0F
(21,12,15)
#000000
(0,0,0)

Tints of #8D8491

#8D8491
(141,132,145)
#978F9B
(151,143,155)
#A19AA5
(161,154,165)
#ABA5AF
(171,165,175)
#B5B0B9
(181,176,185)
#BFBBC3
(191,187,195)
#C9C6CD
(201,198,205)
#D3D1D7
(211,209,215)
#DDDCE1
(221,220,225)
#E7E7EB
(231,231,235)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8491; }

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

This text font color is #8D8491.


Background Color

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

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

This div background color is #8D8491.


Border color

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

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

This div border color is #8D8491.


Opacity

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

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

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

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

This text has shadow with #8D8491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8491 on black background.


Color preview on white background

This text has color #8D8491 on white background.



Black color preview on #8D8491 background

This text has black color on #8D8491 background.


White color preview on #8D8491 background

This text has white color on #8D8491 background.