COLOR #8D5A73

HEX: #8D5A73
RGB: (141,90,115)

Color info

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

RGB color model

#8D5A73 color RGB value is (141,90,115).

  • red value is 141;
  • green value is 90;
  • blue value is 115.
RGB:
(141,90,115)
(55%,35%,45%)

RGB channels and saturation

R 141 of 255 = 55%
G 90 of 255 = 35%
B 115 of 255 = 45%

141
90
115

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

Portions of RGB colors in percentages

R + G + B =
141 + 90 + 115 = 346 (100%)
R 141 of 346 ~ 40.75%
G 90 of 346 ~ 26.01%
B 115 of 346 ~ 33.24%

%40.75
%26.01
%33.24

CMYK color model

#8D5A73 color CMYK value is (0,36,18,45).

  • cyan value is 0.00%
  • magenta value is 36.17%
  • yellow value is 18.44%
  • key color value is 44.71%
CMYK:
(0,36,18,45)
C0M36Y18K45 
(0%,36%,18%,45%)
(0.00/0.36/0.18/0.45)	

CMYK percentages

%0
%36.17
%18.44
%44.71

Codes

Color #8D5A73 in popluar color models

8D5A73
RGB14190115
HSL331°22.08%45.29%
HSB/HSV331°36.17%55.29%
CMYK0.00%36.17%18.44%
44.71%

Color #8D5A73 in popluar number systems.

HEX8D5A73
Decimal14190115
Binary1000110110110101110011
Octal215132163

Shades and tints

Shades of #8D5A73

#8D5A73
(141,90,115)
#815269
(129,82,105)
#754A5F
(117,74,95)
#694255
(105,66,85)
#5D3A4B
(93,58,75)
#513241
(81,50,65)
#452A37
(69,42,55)
#39222D
(57,34,45)
#2D1A23
(45,26,35)
#211219
(33,18,25)
#150A0F
(21,10,15)
#000000
(0,0,0)

Tints of #8D5A73

#8D5A73
(141,90,115)
#97697F
(151,105,127)
#A1788B
(161,120,139)
#AB8797
(171,135,151)
#B596A3
(181,150,163)
#BFA5AF
(191,165,175)
#C9B4BB
(201,180,187)
#D3C3C7
(211,195,199)
#DDD2D3
(221,210,211)
#E7E1DF
(231,225,223)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D5A73; }

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

This text font color is #8D5A73.


Background Color

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

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

This div background color is #8D5A73.


Border color

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

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

This div border color is #8D5A73.


Opacity

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

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

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

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

This text has shadow with #8D5A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D5A73 on black background.


Color preview on white background

This text has color #8D5A73 on white background.



Black color preview on #8D5A73 background

This text has black color on #8D5A73 background.


White color preview on #8D5A73 background

This text has white color on #8D5A73 background.