COLOR #8D797F

HEX: #8D797F
RGB: (141,121,127)

Color info

#8D797F contains red, green and blue colors in about the same proportion. Web safe color of #8D797F is #996666 (or #966).

RGB color model

#8D797F color RGB value is (141,121,127).

  • red value is 141;
  • green value is 121;
  • blue value is 127.
RGB:
(141,121,127)
(55%,47%,50%)

RGB channels and saturation

R 141 of 255 = 55%
G 121 of 255 = 47%
B 127 of 255 = 50%

141
121
127

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

Portions of RGB colors in percentages

R + G + B =
141 + 121 + 127 = 389 (100%)
R 141 of 389 ~ 36.25%
G 121 of 389 ~ 31.11%
B 127 of 389 ~ 32.65%

%36.25
%31.11
%32.65

CMYK color model

#8D797F color CMYK value is (0,14,10,45).

  • cyan value is 0.00%
  • magenta value is 14.18%
  • yellow value is 9.93%
  • key color value is 44.71%
CMYK:
(0,14,10,45)
C0M14Y10K45 
(0%,14%,10%,45%)
(0.00/0.14/0.10/0.45)	

CMYK percentages

%0
%14.18
%9.93
%44.71

Codes

Color #8D797F in popluar color models

8D797F
RGB141121127
HSL342°8.06%51.37%
HSB/HSV342°14.18%55.29%
CMYK0.00%14.18%9.93%
44.71%

Color #8D797F in popluar number systems.

HEX8D797F
Decimal141121127
Binary1000110111110011111111
Octal215171177

Shades and tints

Shades of #8D797F

#8D797F
(141,121,127)
#816E74
(129,110,116)
#756369
(117,99,105)
#69585E
(105,88,94)
#5D4D53
(93,77,83)
#514248
(81,66,72)
#45373D
(69,55,61)
#392C32
(57,44,50)
#2D2127
(45,33,39)
#21161C
(33,22,28)
#150B11
(21,11,17)
#000000
(0,0,0)

Tints of #8D797F

#8D797F
(141,121,127)
#97858A
(151,133,138)
#A19195
(161,145,149)
#AB9DA0
(171,157,160)
#B5A9AB
(181,169,171)
#BFB5B6
(191,181,182)
#C9C1C1
(201,193,193)
#D3CDCC
(211,205,204)
#DDD9D7
(221,217,215)
#E7E5E2
(231,229,226)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D797F; }

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

This text font color is #8D797F.


Background Color

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

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

This div background color is #8D797F.


Border color

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

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

This div border color is #8D797F.


Opacity

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

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

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

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

This text has shadow with #8D797F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D797F on black background.


Color preview on white background

This text has color #8D797F on white background.



Black color preview on #8D797F background

This text has black color on #8D797F background.


White color preview on #8D797F background

This text has white color on #8D797F background.