COLOR #4E9D7A

HEX: #4E9D7A
RGB: (78,157,122)

Color info

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

RGB color model

#4E9D7A color RGB value is (78,157,122).

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

RGB channels and saturation

R 78 of 255 = 31%
G 157 of 255 = 62%
B 122 of 255 = 48%

78
157
122

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

Portions of RGB colors in percentages

R + G + B =
78 + 157 + 122 = 357 (100%)
R 78 of 357 ~ 21.85%
G 157 of 357 ~ 43.98%
B 122 of 357 ~ 34.17%

%21.85
%43.98
%34.17

CMYK color model

#4E9D7A color CMYK value is (50,0,22,38).

  • cyan value is 50.32%
  • magenta value is 0.00%
  • yellow value is 22.29%
  • key color value is 38.43%
CMYK:
(50,0,22,38)
C50M0Y22K38 
(50%,0%,22%,38%)
(0.50/0.00/0.22/0.38)	

CMYK percentages

%50.32
%0
%22.29
%38.43

Codes

Color #4E9D7A in popluar color models

4E9D7A
RGB78157122
HSL153°33.62%46.08%
HSB/HSV153°50.32%61.57%
CMYK50.32%0.00%22.29%
38.43%

Color #4E9D7A in popluar number systems.

HEX4E9D7A
Decimal78157122
Binary1001110100111011111010
Octal116235172

Shades and tints

Shades of #4E9D7A

#4E9D7A
(78,157,122)
#478F6F
(71,143,111)
#408164
(64,129,100)
#397359
(57,115,89)
#32654E
(50,101,78)
#2B5743
(43,87,67)
#244938
(36,73,56)
#1D3B2D
(29,59,45)
#162D22
(22,45,34)
#0F1F17
(15,31,23)
#08110C
(8,17,12)
#000000
(0,0,0)

Tints of #4E9D7A

#4E9D7A
(78,157,122)
#5EA586
(94,165,134)
#6EAD92
(110,173,146)
#7EB59E
(126,181,158)
#8EBDAA
(142,189,170)
#9EC5B6
(158,197,182)
#AECDC2
(174,205,194)
#BED5CE
(190,213,206)
#CEDDDA
(206,221,218)
#DEE5E6
(222,229,230)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E9D7A; }

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

This text font color is #4E9D7A.


Background Color

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

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

This div background color is #4E9D7A.


Border color

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

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

This div border color is #4E9D7A.


Opacity

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

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

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

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

This text has shadow with #4E9D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E9D7A on black background.


Color preview on white background

This text has color #4E9D7A on white background.



Black color preview on #4E9D7A background

This text has black color on #4E9D7A background.


White color preview on #4E9D7A background

This text has white color on #4E9D7A background.