COLOR #8D7370

HEX: #8D7370 RGB: (141,115,112)

Color info

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

RGB color model

#8D7370 color RGB value is (141,115,112).

RGB: (141,115,112) (55%, 45%, 44%)

RGB channels and saturation

R 141 of 255 = 55%
G 115 of 255 = 45%
B 112 of 255 = 44%

141
115
112

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

Portions of RGB colors in percentages

R + G + B = 141 + 115 + 112 = 368 (100%)
R 141 of 368 ~ 38.32%
G 115 of 368 ~ 31.25%
B 112 of 368 ~ 30.43'%

%38.32
%31.25
%30.43

CMYK color model

#8D7370 color CMYK value is (0,18,21,45).

  • cyan value is 0.00%
  • magenta value is 18.44%
  • yellow value is 20.57%
  • key color value is 44.71%

CMYK: (0,18,21,45)
C0M18Y21K45 (0%, 18%, 21%, 45%)
(0.00 / 0.18 / 0.21 / 0.45)

CMYK percentages

%0
%18.44
%20.57
%44.71

Codes

Color #8D7370 in popluar color models

8D 73 70
RGB 141 115 112
HSL 11.46% 49.61%
HSB/HSV 20.57% 55.29%
CMYK 0.00% 18.44% 20.57%
44.71%

Color #8D7370 in popluar number systems.

HEX 8D 73 70
Decimal 141 115 112
Binary 10001101 1110011 1110000
Octal 215 163 160

Shades and tints

Shades of #8D7370

#8D7370
(141,115,112)
#816966
(129,105,102)
#755F5C
(117,95,92)
#695552
(105,85,82)
#5D4B48
(93,75,72)
#51413E
(81,65,62)
#453734
(69,55,52)
#392D2A
(57,45,42)
#2D2320
(45,35,32)
#211916
(33,25,22)
#150F0C
(21,15,12)
#000000
(0,0,0)

Tints of #8D7370

#8D7370
(141,115,112)
#977F7D
(151,127,125)
#A18B8A
(161,139,138)
#AB9797
(171,151,151)
#B5A3A4
(181,163,164)
#BFAFB1
(191,175,177)
#C9BBBE
(201,187,190)
#D3C7CB
(211,199,203)
#DDD3D8
(221,211,216)
#E7DFE5
(231,223,229)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7370; }

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

This text font color is #8D7370.

Background Color

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

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

This div background color is #8D7370.

Border color

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

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

This div border color is #8D7370.

Opacity

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

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

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

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

This text has shadow with #8D7370 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D7370.

Preview

Color preview on black background

This text has color #8D7370 on black background.


Color preview on white background

This text has color #8D7370 on white background.


Black color preview on #8D7370 background

This text has black color on #8D7370 background.


White color preview on #8D7370 background

This text has white color on #8D7370 background.


Related colors

Complementary color

Complementary color for #hex is #728C8F.


I love getcolorcode.com

Triadic colors

1 #708D73 and #73708D with #8D7370 are triadic colors.

2 #70738D and #738D70 with #8D7370 are triadic colors.