COLOR #8E7807

HEX: #8E7807
RGB: (142,120,7)

Color info

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

RGB color model

#8E7807 color RGB value is (142,120,7).

  • red value is 142;
  • green value is 120;
  • blue value is 7.
RGB:
(142,120,7)
(56%,47%,3%)

RGB channels and saturation

R 142 of 255 = 56%
G 120 of 255 = 47%
B 7 of 255 = 3%

142
120
7

R + G + B ~ 35%. #8E7807 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 120 + 7 = 269 (100%)
R 142 of 269 ~ 52.79%
G 120 of 269 ~ 44.61%
B 7 of 269 ~ 2.6%

%52.79
%44.61

CMYK color model

#8E7807 color CMYK value is (0,15,95,44).

  • cyan value is 0.00%
  • magenta value is 15.49%
  • yellow value is 95.07%
  • key color value is 44.31%
CMYK:
(0,15,95,44)
C0M15Y95K44 
(0%,15%,95%,44%)
(0.00/0.15/0.95/0.44)	

CMYK percentages

%0
%15.49
%95.07
%44.31

Codes

Color #8E7807 in popluar color models

8E7807
RGB1421207
HSL50°90.60%29.22%
HSB/HSV50°95.07%55.69%
CMYK0.00%15.49%95.07%
44.31%

Color #8E7807 in popluar number systems.

HEX8E7807
Decimal1421207
Binary100011101111000111
Octal2161707

Shades and tints

Shades of #8E7807

#8E7807
(142,120,7)
#826E07
(130,110,7)
#766407
(118,100,7)
#6A5A07
(106,90,7)
#5E5007
(94,80,7)
#524607
(82,70,7)
#463C07
(70,60,7)
#3A3207
(58,50,7)
#2E2807
(46,40,7)
#221E07
(34,30,7)
#161407
(22,20,7)
#000000
(0,0,0)

Tints of #8E7807

#8E7807
(142,120,7)
#98841D
(152,132,29)
#A29033
(162,144,51)
#AC9C49
(172,156,73)
#B6A85F
(182,168,95)
#C0B475
(192,180,117)
#CAC08B
(202,192,139)
#D4CCA1
(212,204,161)
#DED8B7
(222,216,183)
#E8E4CD
(232,228,205)
#F2F0E3
(242,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7807 color. Also use rgb(142,120,7) instead hex code.

Text Font Color

.myTextColor { color: #8E7807; }

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

This text font color is #8E7807.


Background Color

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

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

This div background color is #8E7807.


Border color

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

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

This div border color is #8E7807.


Opacity

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

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

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

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

This text has shadow with #8E7807 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7807 on black background.


Color preview on white background

This text has color #8E7807 on white background.



Black color preview on #8E7807 background

This text has black color on #8E7807 background.


White color preview on #8E7807 background

This text has white color on #8E7807 background.