COLOR #8D5772

HEX: #8D5772
RGB: (141,87,114)

Color info

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

RGB color model

#8D5772 color RGB value is (141,87,114).

  • red value is 141;
  • green value is 87;
  • blue value is 114.
RGB:
(141,87,114)
(55%,34%,45%)

RGB channels and saturation

R 141 of 255 = 55%
G 87 of 255 = 34%
B 114 of 255 = 45%

141
87
114

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

Portions of RGB colors in percentages

R + G + B =
141 + 87 + 114 = 342 (100%)
R 141 of 342 ~ 41.23%
G 87 of 342 ~ 25.44%
B 114 of 342 ~ 33.33%

%41.23
%25.44
%33.33

CMYK color model

#8D5772 color CMYK value is (0,38,19,45).

  • cyan value is 0.00%
  • magenta value is 38.30%
  • yellow value is 19.15%
  • key color value is 44.71%
CMYK:
(0,38,19,45)
C0M38Y19K45 
(0%,38%,19%,45%)
(0.00/0.38/0.19/0.45)	

CMYK percentages

%0
%38.3
%19.15
%44.71

Codes

Color #8D5772 in popluar color models

8D5772
RGB14187114
HSL330°23.68%44.71%
HSB/HSV330°38.30%55.29%
CMYK0.00%38.30%19.15%
44.71%

Color #8D5772 in popluar number systems.

HEX8D5772
Decimal14187114
Binary1000110110101111110010
Octal215127162

Shades and tints

Shades of #8D5772

#8D5772
(141,87,114)
#815068
(129,80,104)
#75495E
(117,73,94)
#694254
(105,66,84)
#5D3B4A
(93,59,74)
#513440
(81,52,64)
#452D36
(69,45,54)
#39262C
(57,38,44)
#2D1F22
(45,31,34)
#211818
(33,24,24)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #8D5772

#8D5772
(141,87,114)
#97667E
(151,102,126)
#A1758A
(161,117,138)
#AB8496
(171,132,150)
#B593A2
(181,147,162)
#BFA2AE
(191,162,174)
#C9B1BA
(201,177,186)
#D3C0C6
(211,192,198)
#DDCFD2
(221,207,210)
#E7DEDE
(231,222,222)
#F1EDEA
(241,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D5772; }

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

This text font color is #8D5772.


Background Color

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

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

This div background color is #8D5772.


Border color

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

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

This div border color is #8D5772.


Opacity

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

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

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

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

This text has shadow with #8D5772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D5772 on black background.


Color preview on white background

This text has color #8D5772 on white background.



Black color preview on #8D5772 background

This text has black color on #8D5772 background.


White color preview on #8D5772 background

This text has white color on #8D5772 background.