COLOR #8D7379

HEX: #8D7379 RGB: (141,115,121)

Color info

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

RGB color model

#8D7379 color RGB value is (141,115,121).

RGB: (141,115,121) (55%, 45%, 47%)

RGB channels and saturation

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

141
115
121

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

Portions of RGB colors in percentages

R + G + B = 141 + 115 + 121 = 377 (100%)
R 141 of 377 ~ 37.4%
G 115 of 377 ~ 30.5%
B 121 of 377 ~ 32.1'%

%37.4
%30.5
%32.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.44%
  • 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
%18.44
%14.18
%44.71

Codes

Color #8D7379 in popluar color models

8D 73 79
RGB 141 115 121
HSL 346° 10.24% 50.20%
HSB/HSV 346° 18.44% 55.29%
CMYK 0.00% 18.44% 14.18%
44.71%

Color #8D7379 in popluar number systems.

HEX 8D 73 79
Decimal 141 115 121
Binary 10001101 1110011 1111001
Octal 215 163 171

Shades and tints

Shades of #8D7379

#8D7379
(141,115,121)
#81696E
(129,105,110)
#755F63
(117,95,99)
#695558
(105,85,88)
#5D4B4D
(93,75,77)
#514142
(81,65,66)
#453737
(69,55,55)
#392D2C
(57,45,44)
#2D2321
(45,35,33)
#211916
(33,25,22)
#150F0B
(21,15,11)
#000000
(0,0,0)

Tints of #8D7379

#8D7379
(141,115,121)
#977F85
(151,127,133)
#A18B91
(161,139,145)
#AB979D
(171,151,157)
#B5A3A9
(181,163,169)
#BFAFB5
(191,175,181)
#C9BBC1
(201,187,193)
#D3C7CD
(211,199,205)
#DDD3D9
(221,211,217)
#E7DFE5
(231,223,229)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7379; }

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

This text font color is #8D7379.

Background Color

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

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

This div background color is #8D7379.

Border color

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

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

This div border color is #8D7379.

Opacity

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

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

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

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

This text has shadow with #8D7379 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D7379.

Preview

Color preview on black background

This text has color #8D7379 on black background.


Color preview on white background

This text has color #8D7379 on white background.


Black color preview on #8D7379 background

This text has black color on #8D7379 background.


White color preview on #8D7379 background

This text has white color on #8D7379 background.


Related colors

Complementary color

Complementary color for #hex is #728C86.


I love getcolorcode.com

Triadic colors

1 #798D73 and #73798D with #8D7379 are triadic colors.

2 #79738D and #738D79 with #8D7379 are triadic colors.