COLOR #8D4C5B

HEX: #8D4C5B RGB: (141,76,91)

Color info

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

RGB color model

#8D4C5B color RGB value is (141,76,91).

RGB: (141,76,91) (55%, 30%, 36%)

RGB channels and saturation

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

141
76
91

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

Portions of RGB colors in percentages

R + G + B = 141 + 76 + 91 = 308 (100%)
R 141 of 308 ~ 45.78%
G 76 of 308 ~ 24.68%
B 91 of 308 ~ 29.55'%

%45.78
%24.68
%29.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 46.10%
  • yellow value is 35.46%
  • key color value is 44.71%

CMYK: (0,46,35,45)
C0M46Y35K45 (0%, 46%, 35%, 45%)
(0.00 / 0.46 / 0.35 / 0.45)

CMYK percentages

%0
%46.1
%35.46
%44.71

Codes

Color #8D4C5B in popluar color models

8D 4C 5B
RGB 141 76 91
HSL 346° 29.95% 42.55%
HSB/HSV 346° 46.10% 55.29%
CMYK 0.00% 46.10% 35.46%
44.71%

Color #8D4C5B in popluar number systems.

HEX 8D 4C 5B
Decimal 141 76 91
Binary 10001101 1001100 1011011
Octal 215 114 133

Shades and tints

Shades of #8D4C5B

#8D4C5B
(141,76,91)
#814653
(129,70,83)
#75404B
(117,64,75)
#693A43
(105,58,67)
#5D343B
(93,52,59)
#512E33
(81,46,51)
#45282B
(69,40,43)
#392223
(57,34,35)
#2D1C1B
(45,28,27)
#211613
(33,22,19)
#15100B
(21,16,11)
#000000
(0,0,0)

Tints of #8D4C5B

#8D4C5B
(141,76,91)
#975C69
(151,92,105)
#A16C77
(161,108,119)
#AB7C85
(171,124,133)
#B58C93
(181,140,147)
#BF9CA1
(191,156,161)
#C9ACAF
(201,172,175)
#D3BCBD
(211,188,189)
#DDCCCB
(221,204,203)
#E7DCD9
(231,220,217)
#F1ECE7
(241,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D4C5B; }

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

This text font color is #8D4C5B.

Background Color

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

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

This div background color is #8D4C5B.

Border color

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

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

This div border color is #8D4C5B.

Opacity

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

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

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

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

This text has shadow with #8D4C5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D4C5B.

Preview

Color preview on black background

This text has color #8D4C5B on black background.


Color preview on white background

This text has color #8D4C5B on white background.


Black color preview on #8D4C5B background

This text has black color on #8D4C5B background.


White color preview on #8D4C5B background

This text has white color on #8D4C5B background.


Related colors

Complementary color

Complementary color for #hex is #72B3A4.


I love getcolorcode.com

Triadic colors

1 #5B8D4C and #4C5B8D with #8D4C5B are triadic colors.

2 #5B4C8D and #4C8D5B with #8D4C5B are triadic colors.