COLOR #8E3F4E

HEX: #8E3F4E
RGB: (142,63,78)

Color info

#8E3F4E contains mainly red color. Web safe color of #8E3F4E is #993366 (or #936).

RGB color model

#8E3F4E color RGB value is (142,63,78).

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

RGB channels and saturation

R 142 of 255 = 56%
G 63 of 255 = 25%
B 78 of 255 = 31%

142
63
78

R + G + B ~ 37%. #8E3F4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 63 + 78 = 283 (100%)
R 142 of 283 ~ 50.18%
G 63 of 283 ~ 22.26%
B 78 of 283 ~ 27.56%

%50.18
%22.26
%27.56

CMYK color model

#8E3F4E color CMYK value is (0,56,45,44).

  • cyan value is 0.00%
  • magenta value is 55.63%
  • yellow value is 45.07%
  • key color value is 44.31%
CMYK:
(0,56,45,44)
C0M56Y45K44 
(0%,56%,45%,44%)
(0.00/0.56/0.45/0.44)	

CMYK percentages

%0
%55.63
%45.07
%44.31

Codes

Color #8E3F4E in popluar color models

8E3F4E
RGB1426378
HSL349°38.54%40.20%
HSB/HSV349°55.63%55.69%
CMYK0.00%55.63%45.07%
44.31%

Color #8E3F4E in popluar number systems.

HEX8E3F4E
Decimal1426378
Binary100011101111111001110
Octal21677116

Shades and tints

Shades of #8E3F4E

#8E3F4E
(142,63,78)
#823A47
(130,58,71)
#763540
(118,53,64)
#6A3039
(106,48,57)
#5E2B32
(94,43,50)
#52262B
(82,38,43)
#462124
(70,33,36)
#3A1C1D
(58,28,29)
#2E1716
(46,23,22)
#22120F
(34,18,15)
#160D08
(22,13,8)
#000000
(0,0,0)

Tints of #8E3F4E

#8E3F4E
(142,63,78)
#98505E
(152,80,94)
#A2616E
(162,97,110)
#AC727E
(172,114,126)
#B6838E
(182,131,142)
#C0949E
(192,148,158)
#CAA5AE
(202,165,174)
#D4B6BE
(212,182,190)
#DEC7CE
(222,199,206)
#E8D8DE
(232,216,222)
#F2E9EE
(242,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E3F4E; }

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

This text font color is #8E3F4E.


Background Color

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

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

This div background color is #8E3F4E.


Border color

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

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

This div border color is #8E3F4E.


Opacity

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

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

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

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

This text has shadow with #8E3F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E3F4E on black background.


Color preview on white background

This text has color #8E3F4E on white background.



Black color preview on #8E3F4E background

This text has black color on #8E3F4E background.


White color preview on #8E3F4E background

This text has white color on #8E3F4E background.