COLOR #8E3F4F

HEX: #8E3F4F
RGB: (142,63,79)

Color info

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

RGB color model

#8E3F4F color RGB value is (142,63,79).

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

RGB channels and saturation

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

142
63
79

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

Portions of RGB colors in percentages

R + G + B =
142 + 63 + 79 = 284 (100%)
R 142 of 284 ~ 50%
G 63 of 284 ~ 22.18%
B 79 of 284 ~ 27.82%

%50
%22.18
%27.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 55.63%
  • yellow value is 44.37%
  • key color value is 44.31%
CMYK:
(0,56,44,44)
C0M56Y44K44 
(0%,56%,44%,44%)
(0.00/0.56/0.44/0.44)	

CMYK percentages

%0
%55.63
%44.37
%44.31

Codes

Color #8E3F4F in popluar color models

8E3F4F
RGB1426379
HSL348°38.54%40.20%
HSB/HSV348°55.63%55.69%
CMYK0.00%55.63%44.37%
44.31%

Color #8E3F4F in popluar number systems.

HEX8E3F4F
Decimal1426379
Binary100011101111111001111
Octal21677117

Shades and tints

Shades of #8E3F4F

#8E3F4F
(142,63,79)
#823A48
(130,58,72)
#763541
(118,53,65)
#6A303A
(106,48,58)
#5E2B33
(94,43,51)
#52262C
(82,38,44)
#462125
(70,33,37)
#3A1C1E
(58,28,30)
#2E1717
(46,23,23)
#221210
(34,18,16)
#160D09
(22,13,9)
#000000
(0,0,0)

Tints of #8E3F4F

#8E3F4F
(142,63,79)
#98505F
(152,80,95)
#A2616F
(162,97,111)
#AC727F
(172,114,127)
#B6838F
(182,131,143)
#C0949F
(192,148,159)
#CAA5AF
(202,165,175)
#D4B6BF
(212,182,191)
#DEC7CF
(222,199,207)
#E8D8DF
(232,216,223)
#F2E9EF
(242,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E3F4F; }

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

This text font color is #8E3F4F.


Background Color

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

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

This div background color is #8E3F4F.


Border color

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

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

This div border color is #8E3F4F.


Opacity

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

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

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

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

This text has shadow with #8E3F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E3F4F on black background.


Color preview on white background

This text has color #8E3F4F on white background.



Black color preview on #8E3F4F background

This text has black color on #8E3F4F background.


White color preview on #8E3F4F background

This text has white color on #8E3F4F background.