COLOR #7EA320

HEX: #7EA320
RGB: (126,163,32)

Color info

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

RGB color model

#7EA320 color RGB value is (126,163,32).

  • red value is 126;
  • green value is 163;
  • blue value is 32.
RGB:
(126,163,32)
(49%,64%,13%)

RGB channels and saturation

R 126 of 255 = 49%
G 163 of 255 = 64%
B 32 of 255 = 13%

126
163
32

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

Portions of RGB colors in percentages

R + G + B =
126 + 163 + 32 = 321 (100%)
R 126 of 321 ~ 39.25%
G 163 of 321 ~ 50.78%
B 32 of 321 ~ 9.97%

%39.25
%50.78
%9.97

CMYK color model

#7EA320 color CMYK value is (23,0,80,36).

  • cyan value is 22.70%
  • magenta value is 0.00%
  • yellow value is 80.37%
  • key color value is 36.08%
CMYK:
(23,0,80,36)
C23M0Y80K36 
(23%,0%,80%,36%)
(0.23/0.00/0.80/0.36)	

CMYK percentages

%22.7
%0
%80.37
%36.08

Codes

Color #7EA320 in popluar color models

7EA320
RGB12616332
HSL77°67.18%38.24%
HSB/HSV77°80.37%63.92%
CMYK22.70%0.00%80.37%
36.08%

Color #7EA320 in popluar number systems.

HEX7EA320
Decimal12616332
Binary111111010100011100000
Octal17624340

Shades and tints

Shades of #7EA320

#7EA320
(126,163,32)
#73951E
(115,149,30)
#68871C
(104,135,28)
#5D791A
(93,121,26)
#526B18
(82,107,24)
#475D16
(71,93,22)
#3C4F14
(60,79,20)
#314112
(49,65,18)
#263310
(38,51,16)
#1B250E
(27,37,14)
#10170C
(16,23,12)
#000000
(0,0,0)

Tints of #7EA320

#7EA320
(126,163,32)
#89AB34
(137,171,52)
#94B348
(148,179,72)
#9FBB5C
(159,187,92)
#AAC370
(170,195,112)
#B5CB84
(181,203,132)
#C0D398
(192,211,152)
#CBDBAC
(203,219,172)
#D6E3C0
(214,227,192)
#E1EBD4
(225,235,212)
#ECF3E8
(236,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA320 color. Also use rgb(126,163,32) instead hex code.

Text Font Color

.myTextColor { color: #7EA320; }

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

This text font color is #7EA320.


Background Color

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

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

This div background color is #7EA320.


Border color

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

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

This div border color is #7EA320.


Opacity

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

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

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

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

This text has shadow with #7EA320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA320 on black background.


Color preview on white background

This text has color #7EA320 on white background.



Black color preview on #7EA320 background

This text has black color on #7EA320 background.


White color preview on #7EA320 background

This text has white color on #7EA320 background.