COLOR #4EAA7B

HEX: #4EAA7B
RGB: (78,170,123)

Color info

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

RGB color model

#4EAA7B color RGB value is (78,170,123).

  • red value is 78;
  • green value is 170;
  • blue value is 123.
RGB:
(78,170,123)
(31%,67%,48%)

RGB channels and saturation

R 78 of 255 = 31%
G 170 of 255 = 67%
B 123 of 255 = 48%

78
170
123

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

Portions of RGB colors in percentages

R + G + B =
78 + 170 + 123 = 371 (100%)
R 78 of 371 ~ 21.02%
G 170 of 371 ~ 45.82%
B 123 of 371 ~ 33.15%

%21.02
%45.82
%33.15

CMYK color model

#4EAA7B color CMYK value is (54,0,28,33).

  • cyan value is 54.12%
  • magenta value is 0.00%
  • yellow value is 27.65%
  • key color value is 33.33%
CMYK:
(54,0,28,33)
C54M0Y28K33 
(54%,0%,28%,33%)
(0.54/0.00/0.28/0.33)	

CMYK percentages

%54.12
%0
%27.65
%33.33

Codes

Color #4EAA7B in popluar color models

4EAA7B
RGB78170123
HSL149°37.10%48.63%
HSB/HSV149°54.12%66.67%
CMYK54.12%0.00%27.65%
33.33%

Color #4EAA7B in popluar number systems.

HEX4EAA7B
Decimal78170123
Binary1001110101010101111011
Octal116252173

Shades and tints

Shades of #4EAA7B

#4EAA7B
(78,170,123)
#479B70
(71,155,112)
#408C65
(64,140,101)
#397D5A
(57,125,90)
#326E4F
(50,110,79)
#2B5F44
(43,95,68)
#245039
(36,80,57)
#1D412E
(29,65,46)
#163223
(22,50,35)
#0F2318
(15,35,24)
#08140D
(8,20,13)
#000000
(0,0,0)

Tints of #4EAA7B

#4EAA7B
(78,170,123)
#5EB187
(94,177,135)
#6EB893
(110,184,147)
#7EBF9F
(126,191,159)
#8EC6AB
(142,198,171)
#9ECDB7
(158,205,183)
#AED4C3
(174,212,195)
#BEDBCF
(190,219,207)
#CEE2DB
(206,226,219)
#DEE9E7
(222,233,231)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EAA7B color. Also use rgb(78,170,123) instead hex code.

Text Font Color

.myTextColor { color: #4EAA7B; }

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

This text font color is #4EAA7B.


Background Color

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

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

This div background color is #4EAA7B.


Border color

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

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

This div border color is #4EAA7B.


Opacity

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

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

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

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

This text has shadow with #4EAA7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EAA7B on black background.


Color preview on white background

This text has color #4EAA7B on white background.



Black color preview on #4EAA7B background

This text has black color on #4EAA7B background.


White color preview on #4EAA7B background

This text has white color on #4EAA7B background.