COLOR #8E7E02

HEX: #8E7E02
RGB: (142,126,2)

Color info

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

RGB color model

#8E7E02 color RGB value is (142,126,2).

  • red value is 142;
  • green value is 126;
  • blue value is 2.
RGB:
(142,126,2)
(56%,49%,1%)

RGB channels and saturation

R 142 of 255 = 56%
G 126 of 255 = 49%
B 2 of 255 = 1%

142
126
2

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

Portions of RGB colors in percentages

R + G + B =
142 + 126 + 2 = 270 (100%)
R 142 of 270 ~ 52.59%
G 126 of 270 ~ 46.67%
B 2 of 270 ~ 0.74%

%52.59
%46.67

CMYK color model

#8E7E02 color CMYK value is (0,11,99,44).

  • cyan value is 0.00%
  • magenta value is 11.27%
  • yellow value is 98.59%
  • key color value is 44.31%
CMYK:
(0,11,99,44)
C0M11Y99K44 
(0%,11%,99%,44%)
(0.00/0.11/0.99/0.44)	

CMYK percentages

%0
%11.27
%98.59
%44.31

Codes

Color #8E7E02 in popluar color models

8E7E02
RGB1421262
HSL53°97.22%28.24%
HSB/HSV53°98.59%55.69%
CMYK0.00%11.27%98.59%
44.31%

Color #8E7E02 in popluar number systems.

HEX8E7E02
Decimal1421262
Binary10001110111111010
Octal2161762

Shades and tints

Shades of #8E7E02

#8E7E02
(142,126,2)
#827302
(130,115,2)
#766802
(118,104,2)
#6A5D02
(106,93,2)
#5E5202
(94,82,2)
#524702
(82,71,2)
#463C02
(70,60,2)
#3A3102
(58,49,2)
#2E2602
(46,38,2)
#221B02
(34,27,2)
#161002
(22,16,2)
#000000
(0,0,0)

Tints of #8E7E02

#8E7E02
(142,126,2)
#988919
(152,137,25)
#A29430
(162,148,48)
#AC9F47
(172,159,71)
#B6AA5E
(182,170,94)
#C0B575
(192,181,117)
#CAC08C
(202,192,140)
#D4CBA3
(212,203,163)
#DED6BA
(222,214,186)
#E8E1D1
(232,225,209)
#F2ECE8
(242,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7E02 color. Also use rgb(142,126,2) instead hex code.

Text Font Color

.myTextColor { color: #8E7E02; }

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

This text font color is #8E7E02.


Background Color

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

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

This div background color is #8E7E02.


Border color

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

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

This div border color is #8E7E02.


Opacity

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

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

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

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

This text has shadow with #8E7E02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7E02 on black background.


Color preview on white background

This text has color #8E7E02 on white background.



Black color preview on #8E7E02 background

This text has black color on #8E7E02 background.


White color preview on #8E7E02 background

This text has white color on #8E7E02 background.