COLOR #8D8480

HEX: #8D8480
RGB: (141,132,128)

Color info

#8D8480 contains red, green and blue colors in about the same proportion. Web safe color of #8D8480 is #999966 (or #996).

RGB color model

#8D8480 color RGB value is (141,132,128).

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

RGB channels and saturation

R 141 of 255 = 55%
G 132 of 255 = 52%
B 128 of 255 = 50%

141
132
128

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

Portions of RGB colors in percentages

R + G + B =
141 + 132 + 128 = 401 (100%)
R 141 of 401 ~ 35.16%
G 132 of 401 ~ 32.92%
B 128 of 401 ~ 31.92%

%35.16
%32.92
%31.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.38%
  • yellow value is 9.22%
  • key color value is 44.71%
CMYK:
(0,6,9,45)
C0M6Y9K45 
(0%,6%,9%,45%)
(0.00/0.06/0.09/0.45)	

CMYK percentages

%0
%6.38
%9.22
%44.71

Codes

Color #8D8480 in popluar color models

8D8480
RGB141132128
HSL18°5.39%52.75%
HSB/HSV18°9.22%55.29%
CMYK0.00%6.38%9.22%
44.71%

Color #8D8480 in popluar number systems.

HEX8D8480
Decimal141132128
Binary100011011000010010000000
Octal215204200

Shades and tints

Shades of #8D8480

#8D8480
(141,132,128)
#817875
(129,120,117)
#756C6A
(117,108,106)
#69605F
(105,96,95)
#5D5454
(93,84,84)
#514849
(81,72,73)
#453C3E
(69,60,62)
#393033
(57,48,51)
#2D2428
(45,36,40)
#21181D
(33,24,29)
#150C12
(21,12,18)
#000000
(0,0,0)

Tints of #8D8480

#8D8480
(141,132,128)
#978F8B
(151,143,139)
#A19A96
(161,154,150)
#ABA5A1
(171,165,161)
#B5B0AC
(181,176,172)
#BFBBB7
(191,187,183)
#C9C6C2
(201,198,194)
#D3D1CD
(211,209,205)
#DDDCD8
(221,220,216)
#E7E7E3
(231,231,227)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8480; }

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

This text font color is #8D8480.


Background Color

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

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

This div background color is #8D8480.


Border color

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

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

This div border color is #8D8480.


Opacity

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

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

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

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

This text has shadow with #8D8480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8480 on black background.


Color preview on white background

This text has color #8D8480 on white background.



Black color preview on #8D8480 background

This text has black color on #8D8480 background.


White color preview on #8D8480 background

This text has white color on #8D8480 background.