COLOR #8D4E5B

HEX: #8D4E5B
RGB: (141,78,91)

Color info

#8D4E5B contains mainly red and blue colors. Web safe color of #8D4E5B is #996666 (or #966).

RGB color model

#8D4E5B color RGB value is (141,78,91).

  • red value is 141;
  • green value is 78;
  • blue value is 91.
RGB:
(141,78,91)
(55%,31%,36%)

RGB channels and saturation

R 141 of 255 = 55%
G 78 of 255 = 31%
B 91 of 255 = 36%

141
78
91

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

Portions of RGB colors in percentages

R + G + B =
141 + 78 + 91 = 310 (100%)
R 141 of 310 ~ 45.48%
G 78 of 310 ~ 25.16%
B 91 of 310 ~ 29.35%

%45.48
%25.16
%29.35

CMYK color model

#8D4E5B color CMYK value is (0,45,35,45).

  • cyan value is 0.00%
  • magenta value is 44.68%
  • yellow value is 35.46%
  • key color value is 44.71%
CMYK:
(0,45,35,45)
C0M45Y35K45 
(0%,45%,35%,45%)
(0.00/0.45/0.35/0.45)	

CMYK percentages

%0
%44.68
%35.46
%44.71

Codes

Color #8D4E5B in popluar color models

8D4E5B
RGB1417891
HSL348°28.77%42.94%
HSB/HSV348°44.68%55.29%
CMYK0.00%44.68%35.46%
44.71%

Color #8D4E5B in popluar number systems.

HEX8D4E5B
Decimal1417891
Binary1000110110011101011011
Octal215116133

Shades and tints

Shades of #8D4E5B

#8D4E5B
(141,78,91)
#814753
(129,71,83)
#75404B
(117,64,75)
#693943
(105,57,67)
#5D323B
(93,50,59)
#512B33
(81,43,51)
#45242B
(69,36,43)
#391D23
(57,29,35)
#2D161B
(45,22,27)
#210F13
(33,15,19)
#15080B
(21,8,11)
#000000
(0,0,0)

Tints of #8D4E5B

#8D4E5B
(141,78,91)
#975E69
(151,94,105)
#A16E77
(161,110,119)
#AB7E85
(171,126,133)
#B58E93
(181,142,147)
#BF9EA1
(191,158,161)
#C9AEAF
(201,174,175)
#D3BEBD
(211,190,189)
#DDCECB
(221,206,203)
#E7DED9
(231,222,217)
#F1EEE7
(241,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D4E5B color. Also use rgb(141,78,91) instead hex code.

Text Font Color

.myTextColor { color: #8D4E5B; }

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

This text font color is #8D4E5B.


Background Color

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

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

This div background color is #8D4E5B.


Border color

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

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

This div border color is #8D4E5B.


Opacity

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

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

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

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

This text has shadow with #8D4E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D4E5B on black background.


Color preview on white background

This text has color #8D4E5B on white background.



Black color preview on #8D4E5B background

This text has black color on #8D4E5B background.


White color preview on #8D4E5B background

This text has white color on #8D4E5B background.