COLOR #8D7179

HEX: #8D7179
RGB: (141,113,121)

Color info

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

RGB color model

#8D7179 color RGB value is (141,113,121).

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

RGB channels and saturation

R 141 of 255 = 55%
G 113 of 255 = 44%
B 121 of 255 = 47%

141
113
121

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

Portions of RGB colors in percentages

R + G + B =
141 + 113 + 121 = 375 (100%)
R 141 of 375 ~ 37.6%
G 113 of 375 ~ 30.13%
B 121 of 375 ~ 32.27%

%37.6
%30.13
%32.27

CMYK color model

#8D7179 color CMYK value is (0,20,14,45).

  • cyan value is 0.00%
  • magenta value is 19.86%
  • yellow value is 14.18%
  • key color value is 44.71%
CMYK: (0,20,14,45) C0M20Y14K45 (0%,20%,14%,45%) (0.00/0.20/0.14/0.45)

CMYK percentages

%0
%19.86
%14.18
%44.71

Codes

Color #8D7179 in popluar color models

8D7179
RGB141113121
HSL343°11.02%49.80%
HSB/HSV343°19.86%55.29%
CMYK0.00%19.86%14.18%
44.71%

Color #8D7179 in popluar number systems.

HEX8D7179
Decimal141113121
Binary1000110111100011111001
Octal215161171

Shades and tints

Shades of #8D7179

#8D7179
(141,113,121)
#81676E
(129,103,110)
#755D63
(117,93,99)
#695358
(105,83,88)
#5D494D
(93,73,77)
#513F42
(81,63,66)
#453537
(69,53,55)
#392B2C
(57,43,44)
#2D2121
(45,33,33)
#211716
(33,23,22)
#150D0B
(21,13,11)
#000000
(0,0,0)

Tints of #8D7179

#8D7179
(141,113,121)
#977D85
(151,125,133)
#A18991
(161,137,145)
#AB959D
(171,149,157)
#B5A1A9
(181,161,169)
#BFADB5
(191,173,181)
#C9B9C1
(201,185,193)
#D3C5CD
(211,197,205)
#DDD1D9
(221,209,217)
#E7DDE5
(231,221,229)
#F1E9F1
(241,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7179; }

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

This text font color is #8D7179.


Background Color

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

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

This div background color is #8D7179.


Border color

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

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

This div border color is #8D7179.


Opacity

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

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

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

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

This text has shadow with #8D7179 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8D7179 on black background.


Color preview on white background

This text has color #8D7179 on white background.



Black color preview on #8D7179 background

This text has black color on #8D7179 background.


White color preview on #8D7179 background

This text has white color on #8D7179 background.