COLOR #8E4E56

HEX: #8E4E56
RGB: (142,78,86)

Color info

#8E4E56 contains mainly red and blue colors. Web safe color of #8E4E56 is #996666 (or #966).

RGB color model

#8E4E56 color RGB value is (142,78,86).

  • red value is 142;
  • green value is 78;
  • blue value is 86.
RGB:
(142,78,86)
(56%,31%,34%)

RGB channels and saturation

R 142 of 255 = 56%
G 78 of 255 = 31%
B 86 of 255 = 34%

142
78
86

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

Portions of RGB colors in percentages

R + G + B =
142 + 78 + 86 = 306 (100%)
R 142 of 306 ~ 46.41%
G 78 of 306 ~ 25.49%
B 86 of 306 ~ 28.1%

%46.41
%25.49
%28.1

CMYK color model

#8E4E56 color CMYK value is (0,45,39,44).

  • cyan value is 0.00%
  • magenta value is 45.07%
  • yellow value is 39.44%
  • key color value is 44.31%
CMYK:
(0,45,39,44)
C0M45Y39K44 
(0%,45%,39%,44%)
(0.00/0.45/0.39/0.44)	

CMYK percentages

%0
%45.07
%39.44
%44.31

Codes

Color #8E4E56 in popluar color models

8E4E56
RGB1427886
HSL353°29.09%43.14%
HSB/HSV353°45.07%55.69%
CMYK0.00%45.07%39.44%
44.31%

Color #8E4E56 in popluar number systems.

HEX8E4E56
Decimal1427886
Binary1000111010011101010110
Octal216116126

Shades and tints

Shades of #8E4E56

#8E4E56
(142,78,86)
#82474F
(130,71,79)
#764048
(118,64,72)
#6A3941
(106,57,65)
#5E323A
(94,50,58)
#522B33
(82,43,51)
#46242C
(70,36,44)
#3A1D25
(58,29,37)
#2E161E
(46,22,30)
#220F17
(34,15,23)
#160810
(22,8,16)
#000000
(0,0,0)

Tints of #8E4E56

#8E4E56
(142,78,86)
#985E65
(152,94,101)
#A26E74
(162,110,116)
#AC7E83
(172,126,131)
#B68E92
(182,142,146)
#C09EA1
(192,158,161)
#CAAEB0
(202,174,176)
#D4BEBF
(212,190,191)
#DECECE
(222,206,206)
#E8DEDD
(232,222,221)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E4E56 color. Also use rgb(142,78,86) instead hex code.

Text Font Color

.myTextColor { color: #8E4E56; }

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

This text font color is #8E4E56.


Background Color

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

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

This div background color is #8E4E56.


Border color

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

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

This div border color is #8E4E56.


Opacity

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

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

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

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

This text has shadow with #8E4E56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E4E56 on black background.


Color preview on white background

This text has color #8E4E56 on white background.



Black color preview on #8E4E56 background

This text has black color on #8E4E56 background.


White color preview on #8E4E56 background

This text has white color on #8E4E56 background.