COLOR #8E4C06

HEX: #8E4C06
RGB: (142,76,6)

Color info

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

RGB color model

#8E4C06 color RGB value is (142,76,6).

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

RGB channels and saturation

R 142 of 255 = 56%
G 76 of 255 = 30%
B 6 of 255 = 2%

142
76
6

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

Portions of RGB colors in percentages

R + G + B =
142 + 76 + 6 = 224 (100%)
R 142 of 224 ~ 63.39%
G 76 of 224 ~ 33.93%
B 6 of 224 ~ 2.68%

%63.39
%33.93

CMYK color model

#8E4C06 color CMYK value is (0,46,96,44).

  • cyan value is 0.00%
  • magenta value is 46.48%
  • yellow value is 95.77%
  • key color value is 44.31%
CMYK:
(0,46,96,44)
C0M46Y96K44 
(0%,46%,96%,44%)
(0.00/0.46/0.96/0.44)	

CMYK percentages

%0
%46.48
%95.77
%44.31

Codes

Color #8E4C06 in popluar color models

8E4C06
RGB142766
HSL31°91.89%29.02%
HSB/HSV31°95.77%55.69%
CMYK0.00%46.48%95.77%
44.31%

Color #8E4C06 in popluar number systems.

HEX8E4C06
Decimal142766
Binary100011101001100110
Octal2161146

Shades and tints

Shades of #8E4C06

#8E4C06
(142,76,6)
#824606
(130,70,6)
#764006
(118,64,6)
#6A3A06
(106,58,6)
#5E3406
(94,52,6)
#522E06
(82,46,6)
#462806
(70,40,6)
#3A2206
(58,34,6)
#2E1C06
(46,28,6)
#221606
(34,22,6)
#161006
(22,16,6)
#000000
(0,0,0)

Tints of #8E4C06

#8E4C06
(142,76,6)
#985C1C
(152,92,28)
#A26C32
(162,108,50)
#AC7C48
(172,124,72)
#B68C5E
(182,140,94)
#C09C74
(192,156,116)
#CAAC8A
(202,172,138)
#D4BCA0
(212,188,160)
#DECCB6
(222,204,182)
#E8DCCC
(232,220,204)
#F2ECE2
(242,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E4C06; }

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

This text font color is #8E4C06.


Background Color

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

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

This div background color is #8E4C06.


Border color

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

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

This div border color is #8E4C06.


Opacity

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

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

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

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

This text has shadow with #8E4C06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E4C06 on black background.


Color preview on white background

This text has color #8E4C06 on white background.



Black color preview on #8E4C06 background

This text has black color on #8E4C06 background.


White color preview on #8E4C06 background

This text has white color on #8E4C06 background.