COLOR #7E800E

HEX: #7E800E
RGB: (126,128,14)

Color info

#7E800E contains mainly red and green colors. Web safe color of #7E800E is #666600 (or #660).

RGB color model

#7E800E color RGB value is (126,128,14).

  • red value is 126;
  • green value is 128;
  • blue value is 14.
RGB:
(126,128,14)
(49%,50%,5%)

RGB channels and saturation

R 126 of 255 = 49%
G 128 of 255 = 50%
B 14 of 255 = 5%

126
128
14

R + G + B ~ 35%. #7E800E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 128 + 14 = 268 (100%)
R 126 of 268 ~ 47.01%
G 128 of 268 ~ 47.76%
B 14 of 268 ~ 5.22%

%47.01
%47.76

CMYK color model

#7E800E color CMYK value is (2,0,89,50).

  • cyan value is 1.56%
  • magenta value is 0.00%
  • yellow value is 89.06%
  • key color value is 49.80%
CMYK:
(2,0,89,50)
C2M0Y89K50 
(2%,0%,89%,50%)
(0.02/0.00/0.89/0.50)	

CMYK percentages

%1.56
%0
%89.06
%49.8

Codes

Color #7E800E in popluar color models

7E800E
RGB12612814
HSL61°80.28%27.84%
HSB/HSV61°89.06%50.20%
CMYK1.56%0.00%89.06%
49.80%

Color #7E800E in popluar number systems.

HEX7E800E
Decimal12612814
Binary1111110100000001110
Octal17620016

Shades and tints

Shades of #7E800E

#7E800E
(126,128,14)
#73750D
(115,117,13)
#686A0C
(104,106,12)
#5D5F0B
(93,95,11)
#52540A
(82,84,10)
#474909
(71,73,9)
#3C3E08
(60,62,8)
#313307
(49,51,7)
#262806
(38,40,6)
#1B1D05
(27,29,5)
#101204
(16,18,4)
#000000
(0,0,0)

Tints of #7E800E

#7E800E
(126,128,14)
#898B23
(137,139,35)
#949638
(148,150,56)
#9FA14D
(159,161,77)
#AAAC62
(170,172,98)
#B5B777
(181,183,119)
#C0C28C
(192,194,140)
#CBCDA1
(203,205,161)
#D6D8B6
(214,216,182)
#E1E3CB
(225,227,203)
#ECEEE0
(236,238,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E800E color. Also use rgb(126,128,14) instead hex code.

Text Font Color

.myTextColor { color: #7E800E; }

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

This text font color is #7E800E.


Background Color

.myBgColor { background-color: #7E800E; }

<div style="background-color:#7E800E">Inner text</div>

This div background color is #7E800E.


Border color

.myBorderColor { border: 1px solid #7E800E; }

<div style="border:3px solid #7E800E">Div</div>

This div border color is #7E800E.


Opacity

.myOpacity80 { color: #7E800E; opacity: 0.8; }

<p style="color:#7E800E;opacity:0.8;">80%</p>

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

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

This text has shadow with #7E800E color.

.textShadow {text-shadow: 3px 3px 1px #7E800E, 3px 3px 1px red;}

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

This text has shadow with #7E800E primary color and red secondary color.


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

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

This text has shadow with #7E800E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E800E on black background.


Color preview on white background

This text has color #7E800E on white background.



Black color preview on #7E800E background

This text has black color on #7E800E background.


White color preview on #7E800E background

This text has white color on #7E800E background.