COLOR #8D4C74

HEX: #8D4C74
RGB: (141,76,116)

Color info

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

RGB color model

#8D4C74 color RGB value is (141,76,116).

  • red value is 141;
  • green value is 76;
  • blue value is 116.
RGB:
(141,76,116)
(55%,30%,45%)

RGB channels and saturation

R 141 of 255 = 55%
G 76 of 255 = 30%
B 116 of 255 = 45%

141
76
116

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

Portions of RGB colors in percentages

R + G + B =
141 + 76 + 116 = 333 (100%)
R 141 of 333 ~ 42.34%
G 76 of 333 ~ 22.82%
B 116 of 333 ~ 34.83%

%42.34
%22.82
%34.83

CMYK color model

#8D4C74 color CMYK value is (0,46,18,45).

  • cyan value is 0.00%
  • magenta value is 46.10%
  • yellow value is 17.73%
  • key color value is 44.71%
CMYK:
(0,46,18,45)
C0M46Y18K45 
(0%,46%,18%,45%)
(0.00/0.46/0.18/0.45)	

CMYK percentages

%0
%46.1
%17.73
%44.71

Codes

Color #8D4C74 in popluar color models

8D4C74
RGB14176116
HSL323°29.95%42.55%
HSB/HSV323°46.10%55.29%
CMYK0.00%46.10%17.73%
44.71%

Color #8D4C74 in popluar number systems.

HEX8D4C74
Decimal14176116
Binary1000110110011001110100
Octal215114164

Shades and tints

Shades of #8D4C74

#8D4C74
(141,76,116)
#81466A
(129,70,106)
#754060
(117,64,96)
#693A56
(105,58,86)
#5D344C
(93,52,76)
#512E42
(81,46,66)
#452838
(69,40,56)
#39222E
(57,34,46)
#2D1C24
(45,28,36)
#21161A
(33,22,26)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #8D4C74

#8D4C74
(141,76,116)
#975C80
(151,92,128)
#A16C8C
(161,108,140)
#AB7C98
(171,124,152)
#B58CA4
(181,140,164)
#BF9CB0
(191,156,176)
#C9ACBC
(201,172,188)
#D3BCC8
(211,188,200)
#DDCCD4
(221,204,212)
#E7DCE0
(231,220,224)
#F1ECEC
(241,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D4C74; }

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

This text font color is #8D4C74.


Background Color

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

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

This div background color is #8D4C74.


Border color

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

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

This div border color is #8D4C74.


Opacity

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

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

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

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

This text has shadow with #8D4C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D4C74 on black background.


Color preview on white background

This text has color #8D4C74 on white background.



Black color preview on #8D4C74 background

This text has black color on #8D4C74 background.


White color preview on #8D4C74 background

This text has white color on #8D4C74 background.