COLOR #8E6118

HEX: #8E6118
RGB: (142,97,24)

Color info

#8E6118 contains mainly red and green colors. Web safe color of #8E6118 is #996600 (or #960).

RGB color model

#8E6118 color RGB value is (142,97,24).

  • red value is 142;
  • green value is 97;
  • blue value is 24.
RGB:
(142,97,24)
(56%,38%,9%)

RGB channels and saturation

R 142 of 255 = 56%
G 97 of 255 = 38%
B 24 of 255 = 9%

142
97
24

R + G + B ~ 34%. #8E6118 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 97 + 24 = 263 (100%)
R 142 of 263 ~ 53.99%
G 97 of 263 ~ 36.88%
B 24 of 263 ~ 9.13%

%53.99
%36.88

CMYK color model

#8E6118 color CMYK value is (0,32,83,44).

  • cyan value is 0.00%
  • magenta value is 31.69%
  • yellow value is 83.10%
  • key color value is 44.31%
CMYK:
(0,32,83,44)
C0M32Y83K44 
(0%,32%,83%,44%)
(0.00/0.32/0.83/0.44)	

CMYK percentages

%0
%31.69
%83.1
%44.31

Codes

Color #8E6118 in popluar color models

8E6118
RGB1429724
HSL37°71.08%32.55%
HSB/HSV37°83.10%55.69%
CMYK0.00%31.69%83.10%
44.31%

Color #8E6118 in popluar number systems.

HEX8E6118
Decimal1429724
Binary10001110110000111000
Octal21614130

Shades and tints

Shades of #8E6118

#8E6118
(142,97,24)
#825916
(130,89,22)
#765114
(118,81,20)
#6A4912
(106,73,18)
#5E4110
(94,65,16)
#52390E
(82,57,14)
#46310C
(70,49,12)
#3A290A
(58,41,10)
#2E2108
(46,33,8)
#221906
(34,25,6)
#161104
(22,17,4)
#000000
(0,0,0)

Tints of #8E6118

#8E6118
(142,97,24)
#986F2D
(152,111,45)
#A27D42
(162,125,66)
#AC8B57
(172,139,87)
#B6996C
(182,153,108)
#C0A781
(192,167,129)
#CAB596
(202,181,150)
#D4C3AB
(212,195,171)
#DED1C0
(222,209,192)
#E8DFD5
(232,223,213)
#F2EDEA
(242,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E6118 color. Also use rgb(142,97,24) instead hex code.

Text Font Color

.myTextColor { color: #8E6118; }

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

This text font color is #8E6118.


Background Color

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

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

This div background color is #8E6118.


Border color

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

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

This div border color is #8E6118.


Opacity

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

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

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

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

This text has shadow with #8E6118 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6118 on black background.


Color preview on white background

This text has color #8E6118 on white background.



Black color preview on #8E6118 background

This text has black color on #8E6118 background.


White color preview on #8E6118 background

This text has white color on #8E6118 background.