COLOR #7E9F3A

HEX: #7E9F3A
RGB: (126,159,58)

Color info

#7E9F3A contains mainly red and green colors. Web safe color of #7E9F3A is #669933 (or #693).

RGB color model

#7E9F3A color RGB value is (126,159,58).

  • red value is 126;
  • green value is 159;
  • blue value is 58.
RGB:
(126,159,58)
(49%,62%,23%)

RGB channels and saturation

R 126 of 255 = 49%
G 159 of 255 = 62%
B 58 of 255 = 23%

126
159
58

R + G + B ~ 45%. #7E9F3A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 159 + 58 = 343 (100%)
R 126 of 343 ~ 36.73%
G 159 of 343 ~ 46.36%
B 58 of 343 ~ 16.91%

%36.73
%46.36
%16.91

CMYK color model

#7E9F3A color CMYK value is (21,0,64,38).

  • cyan value is 20.75%
  • magenta value is 0.00%
  • yellow value is 63.52%
  • key color value is 37.65%
CMYK:
(21,0,64,38)
C21M0Y64K38 
(21%,0%,64%,38%)
(0.21/0.00/0.64/0.38)	

CMYK percentages

%20.75
%0
%63.52
%37.65

Codes

Color #7E9F3A in popluar color models

7E9F3A
RGB12615958
HSL80°46.54%42.55%
HSB/HSV80°63.52%62.35%
CMYK20.75%0.00%63.52%
37.65%

Color #7E9F3A in popluar number systems.

HEX7E9F3A
Decimal12615958
Binary111111010011111111010
Octal17623772

Shades and tints

Shades of #7E9F3A

#7E9F3A
(126,159,58)
#739135
(115,145,53)
#688330
(104,131,48)
#5D752B
(93,117,43)
#526726
(82,103,38)
#475921
(71,89,33)
#3C4B1C
(60,75,28)
#313D17
(49,61,23)
#262F12
(38,47,18)
#1B210D
(27,33,13)
#101308
(16,19,8)
#000000
(0,0,0)

Tints of #7E9F3A

#7E9F3A
(126,159,58)
#89A74B
(137,167,75)
#94AF5C
(148,175,92)
#9FB76D
(159,183,109)
#AABF7E
(170,191,126)
#B5C78F
(181,199,143)
#C0CFA0
(192,207,160)
#CBD7B1
(203,215,177)
#D6DFC2
(214,223,194)
#E1E7D3
(225,231,211)
#ECEFE4
(236,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9F3A color. Also use rgb(126,159,58) instead hex code.

Text Font Color

.myTextColor { color: #7E9F3A; }

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

This text font color is #7E9F3A.


Background Color

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

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

This div background color is #7E9F3A.


Border color

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

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

This div border color is #7E9F3A.


Opacity

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

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

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

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

This text has shadow with #7E9F3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9F3A on black background.


Color preview on white background

This text has color #7E9F3A on white background.



Black color preview on #7E9F3A background

This text has black color on #7E9F3A background.


White color preview on #7E9F3A background

This text has white color on #7E9F3A background.