COLOR #8E400C

HEX: #8E400C
RGB: (142,64,12)

Color info

#8E400C contains mainly red color. Web safe color of #8E400C is #993300 (or #930).

RGB color model

#8E400C color RGB value is (142,64,12).

  • red value is 142;
  • green value is 64;
  • blue value is 12.
RGB:
(142,64,12)
(56%,25%,5%)

RGB channels and saturation

R 142 of 255 = 56%
G 64 of 255 = 25%
B 12 of 255 = 5%

142
64
12

R + G + B ~ 29%. #8E400C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 64 + 12 = 218 (100%)
R 142 of 218 ~ 65.14%
G 64 of 218 ~ 29.36%
B 12 of 218 ~ 5.5%

%65.14
%29.36

CMYK color model

#8E400C color CMYK value is (0,55,92,44).

  • cyan value is 0.00%
  • magenta value is 54.93%
  • yellow value is 91.55%
  • key color value is 44.31%
CMYK:
(0,55,92,44)
C0M55Y92K44 
(0%,55%,92%,44%)
(0.00/0.55/0.92/0.44)	

CMYK percentages

%0
%54.93
%91.55
%44.31

Codes

Color #8E400C in popluar color models

8E400C
RGB1426412
HSL24°84.42%30.20%
HSB/HSV24°91.55%55.69%
CMYK0.00%54.93%91.55%
44.31%

Color #8E400C in popluar number systems.

HEX8E400C
Decimal1426412
Binary1000111010000001100
Octal21610014

Shades and tints

Shades of #8E400C

#8E400C
(142,64,12)
#823B0B
(130,59,11)
#76360A
(118,54,10)
#6A3109
(106,49,9)
#5E2C08
(94,44,8)
#522707
(82,39,7)
#462206
(70,34,6)
#3A1D05
(58,29,5)
#2E1804
(46,24,4)
#221303
(34,19,3)
#160E02
(22,14,2)
#000000
(0,0,0)

Tints of #8E400C

#8E400C
(142,64,12)
#985122
(152,81,34)
#A26238
(162,98,56)
#AC734E
(172,115,78)
#B68464
(182,132,100)
#C0957A
(192,149,122)
#CAA690
(202,166,144)
#D4B7A6
(212,183,166)
#DEC8BC
(222,200,188)
#E8D9D2
(232,217,210)
#F2EAE8
(242,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E400C color. Also use rgb(142,64,12) instead hex code.

Text Font Color

.myTextColor { color: #8E400C; }

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

This text font color is #8E400C.


Background Color

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

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

This div background color is #8E400C.


Border color

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

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

This div border color is #8E400C.


Opacity

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

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

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

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

This text has shadow with #8E400C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E400C on black background.


Color preview on white background

This text has color #8E400C on white background.



Black color preview on #8E400C background

This text has black color on #8E400C background.


White color preview on #8E400C background

This text has white color on #8E400C background.