COLOR #7EA361

HEX: #7EA361
RGB: (126,163,97)

Color info

#7EA361 contains mainly red and green colors. Web safe color of #7EA361 is #669966 (or #696).

RGB color model

#7EA361 color RGB value is (126,163,97).

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

RGB channels and saturation

R 126 of 255 = 49%
G 163 of 255 = 64%
B 97 of 255 = 38%

126
163
97

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

Portions of RGB colors in percentages

R + G + B =
126 + 163 + 97 = 386 (100%)
R 126 of 386 ~ 32.64%
G 163 of 386 ~ 42.23%
B 97 of 386 ~ 25.13%

%32.64
%42.23
%25.13

CMYK color model

#7EA361 color CMYK value is (23,0,40,36).

  • cyan value is 22.70%
  • magenta value is 0.00%
  • yellow value is 40.49%
  • key color value is 36.08%
CMYK:
(23,0,40,36)
C23M0Y40K36 
(23%,0%,40%,36%)
(0.23/0.00/0.40/0.36)	

CMYK percentages

%22.7
%0
%40.49
%36.08

Codes

Color #7EA361 in popluar color models

7EA361
RGB12616397
HSL94°26.40%50.98%
HSB/HSV94°40.49%63.92%
CMYK22.70%0.00%40.49%
36.08%

Color #7EA361 in popluar number systems.

HEX7EA361
Decimal12616397
Binary1111110101000111100001
Octal176243141

Shades and tints

Shades of #7EA361

#7EA361
(126,163,97)
#739559
(115,149,89)
#688751
(104,135,81)
#5D7949
(93,121,73)
#526B41
(82,107,65)
#475D39
(71,93,57)
#3C4F31
(60,79,49)
#314129
(49,65,41)
#263321
(38,51,33)
#1B2519
(27,37,25)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #7EA361

#7EA361
(126,163,97)
#89AB6F
(137,171,111)
#94B37D
(148,179,125)
#9FBB8B
(159,187,139)
#AAC399
(170,195,153)
#B5CBA7
(181,203,167)
#C0D3B5
(192,211,181)
#CBDBC3
(203,219,195)
#D6E3D1
(214,227,209)
#E1EBDF
(225,235,223)
#ECF3ED
(236,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA361; }

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

This text font color is #7EA361.


Background Color

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

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

This div background color is #7EA361.


Border color

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

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

This div border color is #7EA361.


Opacity

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

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

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

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

This text has shadow with #7EA361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA361 on black background.


Color preview on white background

This text has color #7EA361 on white background.



Black color preview on #7EA361 background

This text has black color on #7EA361 background.


White color preview on #7EA361 background

This text has white color on #7EA361 background.