COLOR #4EA08A

HEX: #4EA08A
RGB: (78,160,138)

Color info

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

RGB color model

#4EA08A color RGB value is (78,160,138).

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

RGB channels and saturation

R 78 of 255 = 31%
G 160 of 255 = 63%
B 138 of 255 = 54%

78
160
138

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

Portions of RGB colors in percentages

R + G + B =
78 + 160 + 138 = 376 (100%)
R 78 of 376 ~ 20.74%
G 160 of 376 ~ 42.55%
B 138 of 376 ~ 36.7%

%20.74
%42.55
%36.7

CMYK color model

#4EA08A color CMYK value is (51,0,14,37).

  • cyan value is 51.25%
  • magenta value is 0.00%
  • yellow value is 13.75%
  • key color value is 37.25%
CMYK:
(51,0,14,37)
C51M0Y14K37 
(51%,0%,14%,37%)
(0.51/0.00/0.14/0.37)	

CMYK percentages

%51.25
%0
%13.75
%37.25

Codes

Color #4EA08A in popluar color models

4EA08A
RGB78160138
HSL164°34.45%46.67%
HSB/HSV164°51.25%62.75%
CMYK51.25%0.00%13.75%
37.25%

Color #4EA08A in popluar number systems.

HEX4EA08A
Decimal78160138
Binary10011101010000010001010
Octal116240212

Shades and tints

Shades of #4EA08A

#4EA08A
(78,160,138)
#47927E
(71,146,126)
#408472
(64,132,114)
#397666
(57,118,102)
#32685A
(50,104,90)
#2B5A4E
(43,90,78)
#244C42
(36,76,66)
#1D3E36
(29,62,54)
#16302A
(22,48,42)
#0F221E
(15,34,30)
#081412
(8,20,18)
#000000
(0,0,0)

Tints of #4EA08A

#4EA08A
(78,160,138)
#5EA894
(94,168,148)
#6EB09E
(110,176,158)
#7EB8A8
(126,184,168)
#8EC0B2
(142,192,178)
#9EC8BC
(158,200,188)
#AED0C6
(174,208,198)
#BED8D0
(190,216,208)
#CEE0DA
(206,224,218)
#DEE8E4
(222,232,228)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4EA08A; }

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

This text font color is #4EA08A.


Background Color

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

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

This div background color is #4EA08A.


Border color

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

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

This div border color is #4EA08A.


Opacity

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

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

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

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

This text has shadow with #4EA08A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EA08A on black background.


Color preview on white background

This text has color #4EA08A on white background.



Black color preview on #4EA08A background

This text has black color on #4EA08A background.


White color preview on #4EA08A background

This text has white color on #4EA08A background.