COLOR #8D5770

HEX: #8D5770 RGB: (141,87,112)

Color info

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

RGB color model

#8D5770 color RGB value is (141,87,112).

RGB: (141,87,112) (55%, 34%, 44%)

RGB channels and saturation

R 141 of 255 = 55%
G 87 of 255 = 34%
B 112 of 255 = 44%

141
87
112

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

Portions of RGB colors in percentages

R + G + B = 141 + 87 + 112 = 340 (100%)
R 141 of 340 ~ 41.47%
G 87 of 340 ~ 25.59%
B 112 of 340 ~ 32.94'%

%41.47
%25.59
%32.94

CMYK color model

#8D5770 color CMYK value is (0,38,21,45).

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

CMYK: (0,38,21,45)
C0M38Y21K45 (0%, 38%, 21%, 45%)
(0.00 / 0.38 / 0.21 / 0.45)

CMYK percentages

%0
%38.3
%20.57
%44.71

Codes

Color #8D5770 in popluar color models

8D 57 70
RGB 141 87 112
HSL 332° 23.68% 44.71%
HSB/HSV 332° 38.30% 55.29%
CMYK 0.00% 38.30% 20.57%
44.71%

Color #8D5770 in popluar number systems.

HEX 8D 57 70
Decimal 141 87 112
Binary 10001101 1010111 1110000
Octal 215 127 160

Shades and tints

Shades of #8D5770

#8D5770
(141,87,112)
#815066
(129,80,102)
#75495C
(117,73,92)
#694252
(105,66,82)
#5D3B48
(93,59,72)
#51343E
(81,52,62)
#452D34
(69,45,52)
#39262A
(57,38,42)
#2D1F20
(45,31,32)
#211816
(33,24,22)
#15110C
(21,17,12)
#000000
(0,0,0)

Tints of #8D5770

#8D5770
(141,87,112)
#97667D
(151,102,125)
#A1758A
(161,117,138)
#AB8497
(171,132,151)
#B593A4
(181,147,164)
#BFA2B1
(191,162,177)
#C9B1BE
(201,177,190)
#D3C0CB
(211,192,203)
#DDCFD8
(221,207,216)
#E7DEE5
(231,222,229)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D5770; }

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

This text font color is #8D5770.

Background Color

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

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

This div background color is #8D5770.

Border color

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

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

This div border color is #8D5770.

Opacity

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

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

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

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

This text has shadow with #8D5770 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D5770.

Preview

Color preview on black background

This text has color #8D5770 on black background.


Color preview on white background

This text has color #8D5770 on white background.


Black color preview on #8D5770 background

This text has black color on #8D5770 background.


White color preview on #8D5770 background

This text has white color on #8D5770 background.


Related colors

Complementary color

Complementary color for #hex is #72A88F.


I love getcolorcode.com

Triadic colors

1 #708D57 and #57708D with #8D5770 are triadic colors.

2 #70578D and #578D70 with #8D5770 are triadic colors.