COLOR #8D8B80

HEX: #8D8B80
RGB: (141,139,128)

Color info

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

RGB color model

#8D8B80 color RGB value is (141,139,128).

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

RGB channels and saturation

R 141 of 255 = 55%
G 139 of 255 = 55%
B 128 of 255 = 50%

141
139
128

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

Portions of RGB colors in percentages

R + G + B =
141 + 139 + 128 = 408 (100%)
R 141 of 408 ~ 34.56%
G 139 of 408 ~ 34.07%
B 128 of 408 ~ 31.37%

%34.56
%34.07
%31.37

CMYK color model

#8D8B80 color CMYK value is (0,1,9,45).

  • cyan value is 0.00%
  • magenta value is 1.42%
  • yellow value is 9.22%
  • key color value is 44.71%
CMYK:
(0,1,9,45)
C0M1Y9K45 
(0%,1%,9%,45%)
(0.00/0.01/0.09/0.45)	

CMYK percentages

%0
%1.42
%9.22
%44.71

Codes

Color #8D8B80 in popluar color models

8D8B80
RGB141139128
HSL51°5.39%52.75%
HSB/HSV51°9.22%55.29%
CMYK0.00%1.42%9.22%
44.71%

Color #8D8B80 in popluar number systems.

HEX8D8B80
Decimal141139128
Binary100011011000101110000000
Octal215213200

Shades and tints

Shades of #8D8B80

#8D8B80
(141,139,128)
#817F75
(129,127,117)
#75736A
(117,115,106)
#69675F
(105,103,95)
#5D5B54
(93,91,84)
#514F49
(81,79,73)
#45433E
(69,67,62)
#393733
(57,55,51)
#2D2B28
(45,43,40)
#211F1D
(33,31,29)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #8D8B80

#8D8B80
(141,139,128)
#97958B
(151,149,139)
#A19F96
(161,159,150)
#ABA9A1
(171,169,161)
#B5B3AC
(181,179,172)
#BFBDB7
(191,189,183)
#C9C7C2
(201,199,194)
#D3D1CD
(211,209,205)
#DDDBD8
(221,219,216)
#E7E5E3
(231,229,227)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8B80; }

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

This text font color is #8D8B80.


Background Color

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

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

This div background color is #8D8B80.


Border color

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

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

This div border color is #8D8B80.


Opacity

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

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

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

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

This text has shadow with #8D8B80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8B80 on black background.


Color preview on white background

This text has color #8D8B80 on white background.



Black color preview on #8D8B80 background

This text has black color on #8D8B80 background.


White color preview on #8D8B80 background

This text has white color on #8D8B80 background.