COLOR #4EA48A

HEX: #4EA48A
RGB: (78,164,138)

Color info

#4EA48A contains mainly green and blue colors. Web safe color of #4EA48A is #669999 (or #699).

RGB color model

#4EA48A color RGB value is (78,164,138).

  • red value is 78;
  • green value is 164;
  • blue value is 138.
RGB:
(78,164,138)
(31%,64%,54%)

RGB channels and saturation

R 78 of 255 = 31%
G 164 of 255 = 64%
B 138 of 255 = 54%

78
164
138

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

Portions of RGB colors in percentages

R + G + B =
78 + 164 + 138 = 380 (100%)
R 78 of 380 ~ 20.53%
G 164 of 380 ~ 43.16%
B 138 of 380 ~ 36.32%

%20.53
%43.16
%36.32

CMYK color model

#4EA48A color CMYK value is (52,0,16,36).

  • cyan value is 52.44%
  • magenta value is 0.00%
  • yellow value is 15.85%
  • key color value is 35.69%
CMYK:
(52,0,16,36)
C52M0Y16K36 
(52%,0%,16%,36%)
(0.52/0.00/0.16/0.36)	

CMYK percentages

%52.44
%0
%15.85
%35.69

Codes

Color #4EA48A in popluar color models

4EA48A
RGB78164138
HSL162°35.54%47.45%
HSB/HSV162°52.44%64.31%
CMYK52.44%0.00%15.85%
35.69%

Color #4EA48A in popluar number systems.

HEX4EA48A
Decimal78164138
Binary10011101010010010001010
Octal116244212

Shades and tints

Shades of #4EA48A

#4EA48A
(78,164,138)
#47967E
(71,150,126)
#408872
(64,136,114)
#397A66
(57,122,102)
#326C5A
(50,108,90)
#2B5E4E
(43,94,78)
#245042
(36,80,66)
#1D4236
(29,66,54)
#16342A
(22,52,42)
#0F261E
(15,38,30)
#081812
(8,24,18)
#000000
(0,0,0)

Tints of #4EA48A

#4EA48A
(78,164,138)
#5EAC94
(94,172,148)
#6EB49E
(110,180,158)
#7EBCA8
(126,188,168)
#8EC4B2
(142,196,178)
#9ECCBC
(158,204,188)
#AED4C6
(174,212,198)
#BEDCD0
(190,220,208)
#CEE4DA
(206,228,218)
#DEECE4
(222,236,228)
#EEF4EE
(238,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EA48A color. Also use rgb(78,164,138) instead hex code.

Text Font Color

.myTextColor { color: #4EA48A; }

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

This text font color is #4EA48A.


Background Color

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

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

This div background color is #4EA48A.


Border color

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

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

This div border color is #4EA48A.


Opacity

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

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

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

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

This text has shadow with #4EA48A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EA48A on black background.


Color preview on white background

This text has color #4EA48A on white background.



Black color preview on #4EA48A background

This text has black color on #4EA48A background.


White color preview on #4EA48A background

This text has white color on #4EA48A background.