COLOR #7EA383

HEX: #7EA383 RGB: (126,163,131)

Color info

#7EA383 contains red, green and blue colors in about the same proportion. Web safe color of #7EA383 is #669999 (or #699).

RGB color model

#7EA383 color RGB value is (126,163,131).

RGB: (126,163,131) (49%, 64%, 51%)

RGB channels and saturation

R 126 of 255 = 49%
G 163 of 255 = 64%
B 131 of 255 = 51%

126
163
131

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

Portions of RGB colors in percentages

R + G + B = 126 + 163 + 131 = 420 (100%)
R 126 of 420 ~ 30%
G 163 of 420 ~ 38.81%
B 131 of 420 ~ 31.19'%

%30
%38.81
%31.19

CMYK color model

#7EA383 color CMYK value is (23,0,20,36).

  • cyan value is 22.70%
  • magenta value is 0.00%
  • yellow value is 19.63%
  • key color value is 36.08%

CMYK: (23,0,20,36)
C23M0Y20K36 (23%, 0%, 20%, 36%)
(0.23 / 0.00 / 0.20 / 0.36)

CMYK percentages

%22.7
%0
%19.63
%36.08

Codes

Color #7EA383 in popluar color models

7E A3 83
RGB 126 163 131
HSL 128° 16.74% 56.67%
HSB/HSV 128° 22.70% 63.92%
CMYK 22.70% 0.00% 19.63%
36.08%

Color #7EA383 in popluar number systems.

HEX 7E A3 83
Decimal 126 163 131
Binary 1111110 10100011 10000011
Octal 176 243 203

Shades and tints

Shades of #7EA383

#7EA383
(126,163,131)
#739578
(115,149,120)
#68876D
(104,135,109)
#5D7962
(93,121,98)
#526B57
(82,107,87)
#475D4C
(71,93,76)
#3C4F41
(60,79,65)
#314136
(49,65,54)
#26332B
(38,51,43)
#1B2520
(27,37,32)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #7EA383

#7EA383
(126,163,131)
#89AB8E
(137,171,142)
#94B399
(148,179,153)
#9FBBA4
(159,187,164)
#AAC3AF
(170,195,175)
#B5CBBA
(181,203,186)
#C0D3C5
(192,211,197)
#CBDBD0
(203,219,208)
#D6E3DB
(214,227,219)
#E1EBE6
(225,235,230)
#ECF3F1
(236,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA383; }

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

This text font color is #7EA383.

Background Color

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

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

This div background color is #7EA383.

Border color

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

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

This div border color is #7EA383.

Opacity

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

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

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

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

This text has shadow with #7EA383 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EA383.

Preview

Color preview on black background

This text has color #7EA383 on black background.


Color preview on white background

This text has color #7EA383 on white background.


Black color preview on #7EA383 background

This text has black color on #7EA383 background.


White color preview on #7EA383 background

This text has white color on #7EA383 background.


Related colors

Complementary color

Complementary color for #hex is #815C7C.


I love getcolorcode.com

Triadic colors

1 #837EA3 and #A3837E with #7EA383 are triadic colors.

2 #83A37E and #A37E83 with #7EA383 are triadic colors.