COLOR #8E4C12

HEX: #8E4C12
RGB: (142,76,18)

Color info

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

RGB color model

#8E4C12 color RGB value is (142,76,18).

  • red value is 142;
  • green value is 76;
  • blue value is 18.
RGB:
(142,76,18)
(56%,30%,7%)

RGB channels and saturation

R 142 of 255 = 56%
G 76 of 255 = 30%
B 18 of 255 = 7%

142
76
18

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

Portions of RGB colors in percentages

R + G + B =
142 + 76 + 18 = 236 (100%)
R 142 of 236 ~ 60.17%
G 76 of 236 ~ 32.2%
B 18 of 236 ~ 7.63%

%60.17
%32.2

CMYK color model

#8E4C12 color CMYK value is (0,46,87,44).

  • cyan value is 0.00%
  • magenta value is 46.48%
  • yellow value is 87.32%
  • key color value is 44.31%
CMYK:
(0,46,87,44)
C0M46Y87K44 
(0%,46%,87%,44%)
(0.00/0.46/0.87/0.44)	

CMYK percentages

%0
%46.48
%87.32
%44.31

Codes

Color #8E4C12 in popluar color models

8E4C12
RGB1427618
HSL28°77.50%31.37%
HSB/HSV28°87.32%55.69%
CMYK0.00%46.48%87.32%
44.31%

Color #8E4C12 in popluar number systems.

HEX8E4C12
Decimal1427618
Binary10001110100110010010
Octal21611422

Shades and tints

Shades of #8E4C12

#8E4C12
(142,76,18)
#824611
(130,70,17)
#764010
(118,64,16)
#6A3A0F
(106,58,15)
#5E340E
(94,52,14)
#522E0D
(82,46,13)
#46280C
(70,40,12)
#3A220B
(58,34,11)
#2E1C0A
(46,28,10)
#221609
(34,22,9)
#161008
(22,16,8)
#000000
(0,0,0)

Tints of #8E4C12

#8E4C12
(142,76,18)
#985C27
(152,92,39)
#A26C3C
(162,108,60)
#AC7C51
(172,124,81)
#B68C66
(182,140,102)
#C09C7B
(192,156,123)
#CAAC90
(202,172,144)
#D4BCA5
(212,188,165)
#DECCBA
(222,204,186)
#E8DCCF
(232,220,207)
#F2ECE4
(242,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E4C12 color. Also use rgb(142,76,18) instead hex code.

Text Font Color

.myTextColor { color: #8E4C12; }

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

This text font color is #8E4C12.


Background Color

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

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

This div background color is #8E4C12.


Border color

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

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

This div border color is #8E4C12.


Opacity

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

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

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

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

This text has shadow with #8E4C12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E4C12 on black background.


Color preview on white background

This text has color #8E4C12 on white background.



Black color preview on #8E4C12 background

This text has black color on #8E4C12 background.


White color preview on #8E4C12 background

This text has white color on #8E4C12 background.