COLOR #8D7870

HEX: #8D7870 RGB: (141,120,112)

Color info

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

RGB color model

#8D7870 color RGB value is (141,120,112).

RGB: (141,120,112) (55%, 47%, 44%)

RGB channels and saturation

R 141 of 255 = 55%
G 120 of 255 = 47%
B 112 of 255 = 44%

141
120
112

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

Portions of RGB colors in percentages

R + G + B = 141 + 120 + 112 = 373 (100%)
R 141 of 373 ~ 37.8%
G 120 of 373 ~ 32.17%
B 112 of 373 ~ 30.03'%

%37.8
%32.17
%30.03

CMYK color model

#8D7870 color CMYK value is (0,15,21,45).

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

CMYK: (0,15,21,45)
C0M15Y21K45 (0%, 15%, 21%, 45%)
(0.00 / 0.15 / 0.21 / 0.45)

CMYK percentages

%0
%14.89
%20.57
%44.71

Codes

Color #8D7870 in popluar color models

8D 78 70
RGB 141 120 112
HSL 17° 11.46% 49.61%
HSB/HSV 17° 20.57% 55.29%
CMYK 0.00% 14.89% 20.57%
44.71%

Color #8D7870 in popluar number systems.

HEX 8D 78 70
Decimal 141 120 112
Binary 10001101 1111000 1110000
Octal 215 170 160

Shades and tints

Shades of #8D7870

#8D7870
(141,120,112)
#816E66
(129,110,102)
#75645C
(117,100,92)
#695A52
(105,90,82)
#5D5048
(93,80,72)
#51463E
(81,70,62)
#453C34
(69,60,52)
#39322A
(57,50,42)
#2D2820
(45,40,32)
#211E16
(33,30,22)
#15140C
(21,20,12)
#000000
(0,0,0)

Tints of #8D7870

#8D7870
(141,120,112)
#97847D
(151,132,125)
#A1908A
(161,144,138)
#AB9C97
(171,156,151)
#B5A8A4
(181,168,164)
#BFB4B1
(191,180,177)
#C9C0BE
(201,192,190)
#D3CCCB
(211,204,203)
#DDD8D8
(221,216,216)
#E7E4E5
(231,228,229)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7870; }

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

This text font color is #8D7870.

Background Color

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

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

This div background color is #8D7870.

Border color

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

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

This div border color is #8D7870.

Opacity

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

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

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

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

This text has shadow with #8D7870 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D7870.

Preview

Color preview on black background

This text has color #8D7870 on black background.


Color preview on white background

This text has color #8D7870 on white background.


Black color preview on #8D7870 background

This text has black color on #8D7870 background.


White color preview on #8D7870 background

This text has white color on #8D7870 background.


Related colors

Complementary color

Complementary color for #hex is #72878F.


I love getcolorcode.com

Triadic colors

1 #708D78 and #78708D with #8D7870 are triadic colors.

2 #70788D and #788D70 with #8D7870 are triadic colors.