COLOR #8E4C6D

HEX: #8E4C6D RGB: (142,76,109)

Color info

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

RGB color model

#8E4C6D color RGB value is (142,76,109).

RGB: (142,76,109) (56%, 30%, 43%)

RGB channels and saturation

R 142 of 255 = 56%
G 76 of 255 = 30%
B 109 of 255 = 43%

142
76
109

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

Portions of RGB colors in percentages

R + G + B = 142 + 76 + 109 = 327 (100%)
R 142 of 327 ~ 43.43%
G 76 of 327 ~ 23.24%
B 109 of 327 ~ 33.33'%

%43.43
%23.24
%33.33

CMYK color model

#8E4C6D color CMYK value is (0,46,23,44).

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

CMYK: (0,46,23,44)
C0M46Y23K44 (0%, 46%, 23%, 44%)
(0.00 / 0.46 / 0.23 / 0.44)

CMYK percentages

%0
%46.48
%23.24
%44.31

Codes

Color #8E4C6D in popluar color models

8E 4C 6D
RGB 142 76 109
HSL 330° 30.28% 42.75%
HSB/HSV 330° 46.48% 55.69%
CMYK 0.00% 46.48% 23.24%
44.31%

Color #8E4C6D in popluar number systems.

HEX 8E 4C 6D
Decimal 142 76 109
Binary 10001110 1001100 1101101
Octal 216 114 155

Shades and tints

Shades of #8E4C6D

#8E4C6D
(142,76,109)
#824664
(130,70,100)
#76405B
(118,64,91)
#6A3A52
(106,58,82)
#5E3449
(94,52,73)
#522E40
(82,46,64)
#462837
(70,40,55)
#3A222E
(58,34,46)
#2E1C25
(46,28,37)
#22161C
(34,22,28)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #8E4C6D

#8E4C6D
(142,76,109)
#985C7A
(152,92,122)
#A26C87
(162,108,135)
#AC7C94
(172,124,148)
#B68CA1
(182,140,161)
#C09CAE
(192,156,174)
#CAACBB
(202,172,187)
#D4BCC8
(212,188,200)
#DECCD5
(222,204,213)
#E8DCE2
(232,220,226)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E4C6D; }

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

This text font color is #8E4C6D.

Background Color

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

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

This div background color is #8E4C6D.

Border color

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

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

This div border color is #8E4C6D.

Opacity

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

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

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

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

This text has shadow with #8E4C6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E4C6D.

Preview

Color preview on black background

This text has color #8E4C6D on black background.


Color preview on white background

This text has color #8E4C6D on white background.


Black color preview on #8E4C6D background

This text has black color on #8E4C6D background.


White color preview on #8E4C6D background

This text has white color on #8E4C6D background.


Related colors

Complementary color

Complementary color for #hex is #71B392.


I love getcolorcode.com

Triadic colors

1 #6D8E4C and #4C6D8E with #8E4C6D are triadic colors.

2 #6D4C8E and #4C8E6D with #8E4C6D are triadic colors.