COLOR #8E4C5D

HEX: #8E4C5D RGB: (142,76,93)

Color info

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

RGB color model

#8E4C5D color RGB value is (142,76,93).

RGB: (142,76,93) (56%, 30%, 36%)

RGB channels and saturation

R 142 of 255 = 56%
G 76 of 255 = 30%
B 93 of 255 = 36%

142
76
93

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

Portions of RGB colors in percentages

R + G + B = 142 + 76 + 93 = 311 (100%)
R 142 of 311 ~ 45.66%
G 76 of 311 ~ 24.44%
B 93 of 311 ~ 29.9'%

%45.66
%24.44
%29.9

CMYK color model

#8E4C5D color CMYK value is (0,46,35,44).

  • cyan value is 0.00%
  • magenta value is 46.48%
  • yellow value is 34.51%
  • key color value is 44.31%

CMYK: (0,46,35,44)
C0M46Y35K44 (0%, 46%, 35%, 44%)
(0.00 / 0.46 / 0.35 / 0.44)

CMYK percentages

%0
%46.48
%34.51
%44.31

Codes

Color #8E4C5D in popluar color models

8E 4C 5D
RGB 142 76 93
HSL 345° 30.28% 42.75%
HSB/HSV 345° 46.48% 55.69%
CMYK 0.00% 46.48% 34.51%
44.31%

Color #8E4C5D in popluar number systems.

HEX 8E 4C 5D
Decimal 142 76 93
Binary 10001110 1001100 1011101
Octal 216 114 135

Shades and tints

Shades of #8E4C5D

#8E4C5D
(142,76,93)
#824655
(130,70,85)
#76404D
(118,64,77)
#6A3A45
(106,58,69)
#5E343D
(94,52,61)
#522E35
(82,46,53)
#46282D
(70,40,45)
#3A2225
(58,34,37)
#2E1C1D
(46,28,29)
#221615
(34,22,21)
#16100D
(22,16,13)
#000000
(0,0,0)

Tints of #8E4C5D

#8E4C5D
(142,76,93)
#985C6B
(152,92,107)
#A26C79
(162,108,121)
#AC7C87
(172,124,135)
#B68C95
(182,140,149)
#C09CA3
(192,156,163)
#CAACB1
(202,172,177)
#D4BCBF
(212,188,191)
#DECCCD
(222,204,205)
#E8DCDB
(232,220,219)
#F2ECE9
(242,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E4C5D color. Also use rgb(142,76,93) instead hex code.

Text Font Color

.myTextColor { color: #8E4C5D; }

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

This text font color is #8E4C5D.

Background Color

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

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

This div background color is #8E4C5D.

Border color

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

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

This div border color is #8E4C5D.

Opacity

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

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

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

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

This text has shadow with #8E4C5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E4C5D.

Preview

Color preview on black background

This text has color #8E4C5D on black background.


Color preview on white background

This text has color #8E4C5D on white background.


Black color preview on #8E4C5D background

This text has black color on #8E4C5D background.


White color preview on #8E4C5D background

This text has white color on #8E4C5D background.


Related colors

Complementary color

Complementary color for #hex is #71B3A2.


I love getcolorcode.com

Triadic colors

1 #5D8E4C and #4C5D8E with #8E4C5D are triadic colors.

2 #5D4C8E and #4C8E5D with #8E4C5D are triadic colors.