COLOR #8E4C62

HEX: #8E4C62
RGB: (142,76,98)

Color info

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

RGB color model

#8E4C62 color RGB value is (142,76,98).

  • red value is 142;
  • green value is 76;
  • blue value is 98.
RGB:
(142,76,98)
(56%,30%,38%)

RGB channels and saturation

R 142 of 255 = 56%
G 76 of 255 = 30%
B 98 of 255 = 38%

142
76
98

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

Portions of RGB colors in percentages

R + G + B =
142 + 76 + 98 = 316 (100%)
R 142 of 316 ~ 44.94%
G 76 of 316 ~ 24.05%
B 98 of 316 ~ 31.01%

%44.94
%24.05
%31.01

CMYK color model

#8E4C62 color CMYK value is (0,46,31,44).

  • cyan value is 0.00%
  • magenta value is 46.48%
  • yellow value is 30.99%
  • key color value is 44.31%
CMYK:
(0,46,31,44)
C0M46Y31K44 
(0%,46%,31%,44%)
(0.00/0.46/0.31/0.44)	

CMYK percentages

%0
%46.48
%30.99
%44.31

Codes

Color #8E4C62 in popluar color models

8E4C62
RGB1427698
HSL340°30.28%42.75%
HSB/HSV340°46.48%55.69%
CMYK0.00%46.48%30.99%
44.31%

Color #8E4C62 in popluar number systems.

HEX8E4C62
Decimal1427698
Binary1000111010011001100010
Octal216114142

Shades and tints

Shades of #8E4C62

#8E4C62
(142,76,98)
#82465A
(130,70,90)
#764052
(118,64,82)
#6A3A4A
(106,58,74)
#5E3442
(94,52,66)
#522E3A
(82,46,58)
#462832
(70,40,50)
#3A222A
(58,34,42)
#2E1C22
(46,28,34)
#22161A
(34,22,26)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #8E4C62

#8E4C62
(142,76,98)
#985C70
(152,92,112)
#A26C7E
(162,108,126)
#AC7C8C
(172,124,140)
#B68C9A
(182,140,154)
#C09CA8
(192,156,168)
#CAACB6
(202,172,182)
#D4BCC4
(212,188,196)
#DECCD2
(222,204,210)
#E8DCE0
(232,220,224)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E4C62; }

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

This text font color is #8E4C62.


Background Color

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

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

This div background color is #8E4C62.


Border color

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

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

This div border color is #8E4C62.


Opacity

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

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

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

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

This text has shadow with #8E4C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E4C62 on black background.


Color preview on white background

This text has color #8E4C62 on white background.



Black color preview on #8E4C62 background

This text has black color on #8E4C62 background.


White color preview on #8E4C62 background

This text has white color on #8E4C62 background.