COLOR #8E421E

HEX: #8E421E
RGB: (142,66,30)

Color info

#8E421E contains mainly red color. Web safe color of #8E421E is #993333 (or #933).

RGB color model

#8E421E color RGB value is (142,66,30).

  • red value is 142;
  • green value is 66;
  • blue value is 30.
RGB:
(142,66,30)
(56%,26%,12%)

RGB channels and saturation

R 142 of 255 = 56%
G 66 of 255 = 26%
B 30 of 255 = 12%

142
66
30

R + G + B ~ 31%. #8E421E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 66 + 30 = 238 (100%)
R 142 of 238 ~ 59.66%
G 66 of 238 ~ 27.73%
B 30 of 238 ~ 12.61%

%59.66
%27.73
%12.61

CMYK color model

#8E421E color CMYK value is (0,54,79,44).

  • cyan value is 0.00%
  • magenta value is 53.52%
  • yellow value is 78.87%
  • key color value is 44.31%
CMYK:
(0,54,79,44)
C0M54Y79K44 
(0%,54%,79%,44%)
(0.00/0.54/0.79/0.44)	

CMYK percentages

%0
%53.52
%78.87
%44.31

Codes

Color #8E421E in popluar color models

8E421E
RGB1426630
HSL19°65.12%33.73%
HSB/HSV19°78.87%55.69%
CMYK0.00%53.52%78.87%
44.31%

Color #8E421E in popluar number systems.

HEX8E421E
Decimal1426630
Binary10001110100001011110
Octal21610236

Shades and tints

Shades of #8E421E

#8E421E
(142,66,30)
#823C1C
(130,60,28)
#76361A
(118,54,26)
#6A3018
(106,48,24)
#5E2A16
(94,42,22)
#522414
(82,36,20)
#461E12
(70,30,18)
#3A1810
(58,24,16)
#2E120E
(46,18,14)
#220C0C
(34,12,12)
#16060A
(22,6,10)
#000000
(0,0,0)

Tints of #8E421E

#8E421E
(142,66,30)
#985332
(152,83,50)
#A26446
(162,100,70)
#AC755A
(172,117,90)
#B6866E
(182,134,110)
#C09782
(192,151,130)
#CAA896
(202,168,150)
#D4B9AA
(212,185,170)
#DECABE
(222,202,190)
#E8DBD2
(232,219,210)
#F2ECE6
(242,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E421E color. Also use rgb(142,66,30) instead hex code.

Text Font Color

.myTextColor { color: #8E421E; }

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

This text font color is #8E421E.


Background Color

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

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

This div background color is #8E421E.


Border color

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

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

This div border color is #8E421E.


Opacity

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

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

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

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

This text has shadow with #8E421E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E421E on black background.


Color preview on white background

This text has color #8E421E on white background.



Black color preview on #8E421E background

This text has black color on #8E421E background.


White color preview on #8E421E background

This text has white color on #8E421E background.