COLOR #8D7479

HEX: #8D7479
RGB: (141,116,121)

Color info

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

RGB color model

#8D7479 color RGB value is (141,116,121).

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

RGB channels and saturation

R 141 of 255 = 55%
G 116 of 255 = 45%
B 121 of 255 = 47%

141
116
121

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

Portions of RGB colors in percentages

R + G + B =
141 + 116 + 121 = 378 (100%)
R 141 of 378 ~ 37.3%
G 116 of 378 ~ 30.69%
B 121 of 378 ~ 32.01%

%37.3
%30.69
%32.01

CMYK color model

#8D7479 color CMYK value is (0,18,14,45).

  • cyan value is 0.00%
  • magenta value is 17.73%
  • yellow value is 14.18%
  • key color value is 44.71%
CMYK:
(0,18,14,45)
C0M18Y14K45 
(0%,18%,14%,45%)
(0.00/0.18/0.14/0.45)	

CMYK percentages

%0
%17.73
%14.18
%44.71

Codes

Color #8D7479 in popluar color models

8D7479
RGB141116121
HSL348°9.88%50.39%
HSB/HSV348°17.73%55.29%
CMYK0.00%17.73%14.18%
44.71%

Color #8D7479 in popluar number systems.

HEX8D7479
Decimal141116121
Binary1000110111101001111001
Octal215164171

Shades and tints

Shades of #8D7479

#8D7479
(141,116,121)
#816A6E
(129,106,110)
#756063
(117,96,99)
#695658
(105,86,88)
#5D4C4D
(93,76,77)
#514242
(81,66,66)
#453837
(69,56,55)
#392E2C
(57,46,44)
#2D2421
(45,36,33)
#211A16
(33,26,22)
#15100B
(21,16,11)
#000000
(0,0,0)

Tints of #8D7479

#8D7479
(141,116,121)
#978085
(151,128,133)
#A18C91
(161,140,145)
#AB989D
(171,152,157)
#B5A4A9
(181,164,169)
#BFB0B5
(191,176,181)
#C9BCC1
(201,188,193)
#D3C8CD
(211,200,205)
#DDD4D9
(221,212,217)
#E7E0E5
(231,224,229)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7479; }

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

This text font color is #8D7479.


Background Color

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

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

This div background color is #8D7479.


Border color

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

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

This div border color is #8D7479.


Opacity

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

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

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

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

This text has shadow with #8D7479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7479 on black background.


Color preview on white background

This text has color #8D7479 on white background.



Black color preview on #8D7479 background

This text has black color on #8D7479 background.


White color preview on #8D7479 background

This text has white color on #8D7479 background.