COLOR #8D4D5B

HEX: #8D4D5B
RGB: (141,77,91)

Color info

#8D4D5B contains mainly red and blue colors. Web safe color of #8D4D5B is #993366 (or #936).

RGB color model

#8D4D5B color RGB value is (141,77,91).

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

RGB channels and saturation

R 141 of 255 = 55%
G 77 of 255 = 30%
B 91 of 255 = 36%

141
77
91

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

Portions of RGB colors in percentages

R + G + B =
141 + 77 + 91 = 309 (100%)
R 141 of 309 ~ 45.63%
G 77 of 309 ~ 24.92%
B 91 of 309 ~ 29.45%

%45.63
%24.92
%29.45

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 45.39%
  • 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
%45.39
%35.46
%44.71

Codes

Color #8D4D5B in popluar color models

8D4D5B
RGB1417791
HSL347°29.36%42.75%
HSB/HSV347°45.39%55.29%
CMYK0.00%45.39%35.46%
44.71%

Color #8D4D5B in popluar number systems.

HEX8D4D5B
Decimal1417791
Binary1000110110011011011011
Octal215115133

Shades and tints

Shades of #8D4D5B

#8D4D5B
(141,77,91)
#814653
(129,70,83)
#753F4B
(117,63,75)
#693843
(105,56,67)
#5D313B
(93,49,59)
#512A33
(81,42,51)
#45232B
(69,35,43)
#391C23
(57,28,35)
#2D151B
(45,21,27)
#210E13
(33,14,19)
#15070B
(21,7,11)
#000000
(0,0,0)

Tints of #8D4D5B

#8D4D5B
(141,77,91)
#975D69
(151,93,105)
#A16D77
(161,109,119)
#AB7D85
(171,125,133)
#B58D93
(181,141,147)
#BF9DA1
(191,157,161)
#C9ADAF
(201,173,175)
#D3BDBD
(211,189,189)
#DDCDCB
(221,205,203)
#E7DDD9
(231,221,217)
#F1EDE7
(241,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D4D5B; }

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

This text font color is #8D4D5B.


Background Color

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

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

This div background color is #8D4D5B.


Border color

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

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

This div border color is #8D4D5B.


Opacity

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

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

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

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

This text has shadow with #8D4D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D4D5B on black background.


Color preview on white background

This text has color #8D4D5B on white background.



Black color preview on #8D4D5B background

This text has black color on #8D4D5B background.


White color preview on #8D4D5B background

This text has white color on #8D4D5B background.