COLOR #4E9D7E

HEX: #4E9D7E
RGB: (78,157,126)

Color info

#4E9D7E contains mainly green and blue colors. Web safe color of #4E9D7E is #669966 (or #696).

RGB color model

#4E9D7E color RGB value is (78,157,126).

  • red value is 78;
  • green value is 157;
  • blue value is 126.
RGB:
(78,157,126)
(31%,62%,49%)

RGB channels and saturation

R 78 of 255 = 31%
G 157 of 255 = 62%
B 126 of 255 = 49%

78
157
126

R + G + B ~ 47%. #4E9D7E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
78 + 157 + 126 = 361 (100%)
R 78 of 361 ~ 21.61%
G 157 of 361 ~ 43.49%
B 126 of 361 ~ 34.9%

%21.61
%43.49
%34.9

CMYK color model

#4E9D7E color CMYK value is (50,0,20,38).

  • cyan value is 50.32%
  • magenta value is 0.00%
  • yellow value is 19.75%
  • key color value is 38.43%
CMYK:
(50,0,20,38)
C50M0Y20K38 
(50%,0%,20%,38%)
(0.50/0.00/0.20/0.38)	

CMYK percentages

%50.32
%0
%19.75
%38.43

Codes

Color #4E9D7E in popluar color models

4E9D7E
RGB78157126
HSL156°33.62%46.08%
HSB/HSV156°50.32%61.57%
CMYK50.32%0.00%19.75%
38.43%

Color #4E9D7E in popluar number systems.

HEX4E9D7E
Decimal78157126
Binary1001110100111011111110
Octal116235176

Shades and tints

Shades of #4E9D7E

#4E9D7E
(78,157,126)
#478F73
(71,143,115)
#408168
(64,129,104)
#39735D
(57,115,93)
#326552
(50,101,82)
#2B5747
(43,87,71)
#24493C
(36,73,60)
#1D3B31
(29,59,49)
#162D26
(22,45,38)
#0F1F1B
(15,31,27)
#081110
(8,17,16)
#000000
(0,0,0)

Tints of #4E9D7E

#4E9D7E
(78,157,126)
#5EA589
(94,165,137)
#6EAD94
(110,173,148)
#7EB59F
(126,181,159)
#8EBDAA
(142,189,170)
#9EC5B5
(158,197,181)
#AECDC0
(174,205,192)
#BED5CB
(190,213,203)
#CEDDD6
(206,221,214)
#DEE5E1
(222,229,225)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E9D7E color. Also use rgb(78,157,126) instead hex code.

Text Font Color

.myTextColor { color: #4E9D7E; }

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

This text font color is #4E9D7E.


Background Color

.myBgColor { background-color: #4E9D7E; }

<div style="background-color:#4E9D7E">Inner text</div>

This div background color is #4E9D7E.


Border color

.myBorderColor { border: 1px solid #4E9D7E; }

<div style="border:3px solid #4E9D7E">Div</div>

This div border color is #4E9D7E.


Opacity

.myOpacity80 { color: #4E9D7E; opacity: 0.8; }

<p style="color:#4E9D7E;opacity:0.8;">80%</p>

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

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

This text has shadow with #4E9D7E color.

.textShadow {text-shadow: 3px 3px 1px #4E9D7E, 3px 3px 1px red;}

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

This text has shadow with #4E9D7E primary color and red secondary color.


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

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

This text has shadow with #4E9D7E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E9D7E on black background.


Color preview on white background

This text has color #4E9D7E on white background.



Black color preview on #4E9D7E background

This text has black color on #4E9D7E background.


White color preview on #4E9D7E background

This text has white color on #4E9D7E background.