COLOR #8D7579

HEX: #8D7579 RGB: (141,117,121)

Color info

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

RGB color model

#8D7579 color RGB value is (141,117,121).

RGB: (141,117,121) (55%, 46%, 47%)

RGB channels and saturation

R 141 of 255 = 55%
G 117 of 255 = 46%
B 121 of 255 = 47%

141
117
121

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

Portions of RGB colors in percentages

R + G + B = 141 + 117 + 121 = 379 (100%)
R 141 of 379 ~ 37.2%
G 117 of 379 ~ 30.87%
B 121 of 379 ~ 31.93'%

%37.2
%30.87
%31.93

CMYK color model

#8D7579 color CMYK value is (0,17,14,45).

  • cyan value is 0.00%
  • magenta value is 17.02%
  • yellow value is 14.18%
  • key color value is 44.71%

CMYK: (0,17,14,45)
C0M17Y14K45 (0%, 17%, 14%, 45%)
(0.00 / 0.17 / 0.14 / 0.45)

CMYK percentages

%0
%17.02
%14.18
%44.71

Codes

Color #8D7579 in popluar color models

8D 75 79
RGB 141 117 121
HSL 350° 9.52% 50.59%
HSB/HSV 350° 17.02% 55.29%
CMYK 0.00% 17.02% 14.18%
44.71%

Color #8D7579 in popluar number systems.

HEX 8D 75 79
Decimal 141 117 121
Binary 10001101 1110101 1111001
Octal 215 165 171

Shades and tints

Shades of #8D7579

#8D7579
(141,117,121)
#816B6E
(129,107,110)
#756163
(117,97,99)
#695758
(105,87,88)
#5D4D4D
(93,77,77)
#514342
(81,67,66)
#453937
(69,57,55)
#392F2C
(57,47,44)
#2D2521
(45,37,33)
#211B16
(33,27,22)
#15110B
(21,17,11)
#000000
(0,0,0)

Tints of #8D7579

#8D7579
(141,117,121)
#978185
(151,129,133)
#A18D91
(161,141,145)
#AB999D
(171,153,157)
#B5A5A9
(181,165,169)
#BFB1B5
(191,177,181)
#C9BDC1
(201,189,193)
#D3C9CD
(211,201,205)
#DDD5D9
(221,213,217)
#E7E1E5
(231,225,229)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7579; }

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

This text font color is #8D7579.

Background Color

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

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

This div background color is #8D7579.

Border color

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

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

This div border color is #8D7579.

Opacity

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

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

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

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

This text has shadow with #8D7579 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D7579.

Preview

Color preview on black background

This text has color #8D7579 on black background.


Color preview on white background

This text has color #8D7579 on white background.


Black color preview on #8D7579 background

This text has black color on #8D7579 background.


White color preview on #8D7579 background

This text has white color on #8D7579 background.


Related colors

Complementary color

Complementary color for #hex is #728A86.


I love getcolorcode.com

Triadic colors

1 #798D75 and #75798D with #8D7579 are triadic colors.

2 #79758D and #758D79 with #8D7579 are triadic colors.