COLOR #7E990D

HEX: #7E990D
RGB: (126,153,13)

Color info

#7E990D contains mainly red and green colors. Web safe color of #7E990D is #669900 (or #690).

RGB color model

#7E990D color RGB value is (126,153,13).

  • red value is 126;
  • green value is 153;
  • blue value is 13.
RGB:
(126,153,13)
(49%,60%,5%)

RGB channels and saturation

R 126 of 255 = 49%
G 153 of 255 = 60%
B 13 of 255 = 5%

126
153
13

R + G + B ~ 38%. #7E990D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 153 + 13 = 292 (100%)
R 126 of 292 ~ 43.15%
G 153 of 292 ~ 52.4%
B 13 of 292 ~ 4.45%

%43.15
%52.4

CMYK color model

#7E990D color CMYK value is (18,0,92,40).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 91.50%
  • key color value is 40.00%
CMYK:
(18,0,92,40)
C18M0Y92K40 
(18%,0%,92%,40%)
(0.18/0.00/0.92/0.40)	

CMYK percentages

%17.65
%0
%91.5
%40

Codes

Color #7E990D in popluar color models

7E990D
RGB12615313
HSL72°84.34%32.55%
HSB/HSV72°91.50%60.00%
CMYK17.65%0.00%91.50%
40.00%

Color #7E990D in popluar number systems.

HEX7E990D
Decimal12615313
Binary1111110100110011101
Octal17623115

Shades and tints

Shades of #7E990D

#7E990D
(126,153,13)
#738C0C
(115,140,12)
#687F0B
(104,127,11)
#5D720A
(93,114,10)
#526509
(82,101,9)
#475808
(71,88,8)
#3C4B07
(60,75,7)
#313E06
(49,62,6)
#263105
(38,49,5)
#1B2404
(27,36,4)
#101703
(16,23,3)
#000000
(0,0,0)

Tints of #7E990D

#7E990D
(126,153,13)
#89A223
(137,162,35)
#94AB39
(148,171,57)
#9FB44F
(159,180,79)
#AABD65
(170,189,101)
#B5C67B
(181,198,123)
#C0CF91
(192,207,145)
#CBD8A7
(203,216,167)
#D6E1BD
(214,225,189)
#E1EAD3
(225,234,211)
#ECF3E9
(236,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E990D color. Also use rgb(126,153,13) instead hex code.

Text Font Color

.myTextColor { color: #7E990D; }

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

This text font color is #7E990D.


Background Color

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

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

This div background color is #7E990D.


Border color

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

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

This div border color is #7E990D.


Opacity

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

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

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

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

This text has shadow with #7E990D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E990D on black background.


Color preview on white background

This text has color #7E990D on white background.



Black color preview on #7E990D background

This text has black color on #7E990D background.


White color preview on #7E990D background

This text has white color on #7E990D background.