COLOR #8E4D12

HEX: #8E4D12
RGB: (142,77,18)

Color info

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

RGB color model

#8E4D12 color RGB value is (142,77,18).

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

RGB channels and saturation

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

142
77
18

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

Portions of RGB colors in percentages

R + G + B =
142 + 77 + 18 = 237 (100%)
R 142 of 237 ~ 59.92%
G 77 of 237 ~ 32.49%
B 18 of 237 ~ 7.59%

%59.92
%32.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 45.77%
  • 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
%45.77
%87.32
%44.31

Codes

Color #8E4D12 in popluar color models

8E4D12
RGB1427718
HSL29°77.50%31.37%
HSB/HSV29°87.32%55.69%
CMYK0.00%45.77%87.32%
44.31%

Color #8E4D12 in popluar number systems.

HEX8E4D12
Decimal1427718
Binary10001110100110110010
Octal21611522

Shades and tints

Shades of #8E4D12

#8E4D12
(142,77,18)
#824611
(130,70,17)
#763F10
(118,63,16)
#6A380F
(106,56,15)
#5E310E
(94,49,14)
#522A0D
(82,42,13)
#46230C
(70,35,12)
#3A1C0B
(58,28,11)
#2E150A
(46,21,10)
#220E09
(34,14,9)
#160708
(22,7,8)
#000000
(0,0,0)

Tints of #8E4D12

#8E4D12
(142,77,18)
#985D27
(152,93,39)
#A26D3C
(162,109,60)
#AC7D51
(172,125,81)
#B68D66
(182,141,102)
#C09D7B
(192,157,123)
#CAAD90
(202,173,144)
#D4BDA5
(212,189,165)
#DECDBA
(222,205,186)
#E8DDCF
(232,221,207)
#F2EDE4
(242,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E4D12; }

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

This text font color is #8E4D12.


Background Color

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

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

This div background color is #8E4D12.


Border color

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

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

This div border color is #8E4D12.


Opacity

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

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

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

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

This text has shadow with #8E4D12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E4D12 on black background.


Color preview on white background

This text has color #8E4D12 on white background.



Black color preview on #8E4D12 background

This text has black color on #8E4D12 background.


White color preview on #8E4D12 background

This text has white color on #8E4D12 background.