COLOR #7E8F19

HEX: #7E8F19
RGB: (126,143,25)

Color info

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

RGB color model

#7E8F19 color RGB value is (126,143,25).

  • red value is 126;
  • green value is 143;
  • blue value is 25.
RGB:
(126,143,25)
(49%,56%,10%)

RGB channels and saturation

R 126 of 255 = 49%
G 143 of 255 = 56%
B 25 of 255 = 10%

126
143
25

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

Portions of RGB colors in percentages

R + G + B =
126 + 143 + 25 = 294 (100%)
R 126 of 294 ~ 42.86%
G 143 of 294 ~ 48.64%
B 25 of 294 ~ 8.5%

%42.86
%48.64

CMYK color model

#7E8F19 color CMYK value is (12,0,83,44).

  • cyan value is 11.89%
  • magenta value is 0.00%
  • yellow value is 82.52%
  • key color value is 43.92%
CMYK:
(12,0,83,44)
C12M0Y83K44 
(12%,0%,83%,44%)
(0.12/0.00/0.83/0.44)	

CMYK percentages

%11.89
%0
%82.52
%43.92

Codes

Color #7E8F19 in popluar color models

7E8F19
RGB12614325
HSL69°70.24%32.94%
HSB/HSV69°82.52%56.08%
CMYK11.89%0.00%82.52%
43.92%

Color #7E8F19 in popluar number systems.

HEX7E8F19
Decimal12614325
Binary11111101000111111001
Octal17621731

Shades and tints

Shades of #7E8F19

#7E8F19
(126,143,25)
#738217
(115,130,23)
#687515
(104,117,21)
#5D6813
(93,104,19)
#525B11
(82,91,17)
#474E0F
(71,78,15)
#3C410D
(60,65,13)
#31340B
(49,52,11)
#262709
(38,39,9)
#1B1A07
(27,26,7)
#100D05
(16,13,5)
#000000
(0,0,0)

Tints of #7E8F19

#7E8F19
(126,143,25)
#89992D
(137,153,45)
#94A341
(148,163,65)
#9FAD55
(159,173,85)
#AAB769
(170,183,105)
#B5C17D
(181,193,125)
#C0CB91
(192,203,145)
#CBD5A5
(203,213,165)
#D6DFB9
(214,223,185)
#E1E9CD
(225,233,205)
#ECF3E1
(236,243,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8F19 color. Also use rgb(126,143,25) instead hex code.

Text Font Color

.myTextColor { color: #7E8F19; }

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

This text font color is #7E8F19.


Background Color

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

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

This div background color is #7E8F19.


Border color

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

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

This div border color is #7E8F19.


Opacity

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

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

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

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

This text has shadow with #7E8F19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8F19 on black background.


Color preview on white background

This text has color #7E8F19 on white background.



Black color preview on #7E8F19 background

This text has black color on #7E8F19 background.


White color preview on #7E8F19 background

This text has white color on #7E8F19 background.