COLOR #7E983A

HEX: #7E983A
RGB: (126,152,58)

Color info

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

RGB color model

#7E983A color RGB value is (126,152,58).

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

RGB channels and saturation

R 126 of 255 = 49%
G 152 of 255 = 60%
B 58 of 255 = 23%

126
152
58

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

Portions of RGB colors in percentages

R + G + B =
126 + 152 + 58 = 336 (100%)
R 126 of 336 ~ 37.5%
G 152 of 336 ~ 45.24%
B 58 of 336 ~ 17.26%

%37.5
%45.24
%17.26

CMYK color model

#7E983A color CMYK value is (17,0,62,40).

  • cyan value is 17.11%
  • magenta value is 0.00%
  • yellow value is 61.84%
  • key color value is 40.39%
CMYK:
(17,0,62,40)
C17M0Y62K40 
(17%,0%,62%,40%)
(0.17/0.00/0.62/0.40)	

CMYK percentages

%17.11
%0
%61.84
%40.39

Codes

Color #7E983A in popluar color models

7E983A
RGB12615258
HSL77°44.76%41.18%
HSB/HSV77°61.84%59.61%
CMYK17.11%0.00%61.84%
40.39%

Color #7E983A in popluar number systems.

HEX7E983A
Decimal12615258
Binary111111010011000111010
Octal17623072

Shades and tints

Shades of #7E983A

#7E983A
(126,152,58)
#738B35
(115,139,53)
#687E30
(104,126,48)
#5D712B
(93,113,43)
#526426
(82,100,38)
#475721
(71,87,33)
#3C4A1C
(60,74,28)
#313D17
(49,61,23)
#263012
(38,48,18)
#1B230D
(27,35,13)
#101608
(16,22,8)
#000000
(0,0,0)

Tints of #7E983A

#7E983A
(126,152,58)
#89A14B
(137,161,75)
#94AA5C
(148,170,92)
#9FB36D
(159,179,109)
#AABC7E
(170,188,126)
#B5C58F
(181,197,143)
#C0CEA0
(192,206,160)
#CBD7B1
(203,215,177)
#D6E0C2
(214,224,194)
#E1E9D3
(225,233,211)
#ECF2E4
(236,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E983A; }

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

This text font color is #7E983A.


Background Color

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

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

This div background color is #7E983A.


Border color

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

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

This div border color is #7E983A.


Opacity

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

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

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

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

This text has shadow with #7E983A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E983A on black background.


Color preview on white background

This text has color #7E983A on white background.



Black color preview on #7E983A background

This text has black color on #7E983A background.


White color preview on #7E983A background

This text has white color on #7E983A background.