COLOR #8E7514

HEX: #8E7514
RGB: (142,117,20)

Color info

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

RGB color model

#8E7514 color RGB value is (142,117,20).

  • red value is 142;
  • green value is 117;
  • blue value is 20.
RGB:
(142,117,20)
(56%,46%,8%)

RGB channels and saturation

R 142 of 255 = 56%
G 117 of 255 = 46%
B 20 of 255 = 8%

142
117
20

R + G + B ~ 37%. #8E7514 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 117 + 20 = 279 (100%)
R 142 of 279 ~ 50.9%
G 117 of 279 ~ 41.94%
B 20 of 279 ~ 7.17%

%50.9
%41.94

CMYK color model

#8E7514 color CMYK value is (0,18,86,44).

  • cyan value is 0.00%
  • magenta value is 17.61%
  • yellow value is 85.92%
  • key color value is 44.31%
CMYK:
(0,18,86,44)
C0M18Y86K44 
(0%,18%,86%,44%)
(0.00/0.18/0.86/0.44)	

CMYK percentages

%0
%17.61
%85.92
%44.31

Codes

Color #8E7514 in popluar color models

8E7514
RGB14211720
HSL48°75.31%31.76%
HSB/HSV48°85.92%55.69%
CMYK0.00%17.61%85.92%
44.31%

Color #8E7514 in popluar number systems.

HEX8E7514
Decimal14211720
Binary10001110111010110100
Octal21616524

Shades and tints

Shades of #8E7514

#8E7514
(142,117,20)
#826B13
(130,107,19)
#766112
(118,97,18)
#6A5711
(106,87,17)
#5E4D10
(94,77,16)
#52430F
(82,67,15)
#46390E
(70,57,14)
#3A2F0D
(58,47,13)
#2E250C
(46,37,12)
#221B0B
(34,27,11)
#16110A
(22,17,10)
#000000
(0,0,0)

Tints of #8E7514

#8E7514
(142,117,20)
#988129
(152,129,41)
#A28D3E
(162,141,62)
#AC9953
(172,153,83)
#B6A568
(182,165,104)
#C0B17D
(192,177,125)
#CABD92
(202,189,146)
#D4C9A7
(212,201,167)
#DED5BC
(222,213,188)
#E8E1D1
(232,225,209)
#F2EDE6
(242,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7514 color. Also use rgb(142,117,20) instead hex code.

Text Font Color

.myTextColor { color: #8E7514; }

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

This text font color is #8E7514.


Background Color

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

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

This div background color is #8E7514.


Border color

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

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

This div border color is #8E7514.


Opacity

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

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

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

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

This text has shadow with #8E7514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7514 on black background.


Color preview on white background

This text has color #8E7514 on white background.



Black color preview on #8E7514 background

This text has black color on #8E7514 background.


White color preview on #8E7514 background

This text has white color on #8E7514 background.