COLOR #4EA09F

HEX: #4EA09F
RGB: (78,160,159)

Color info

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

RGB color model

#4EA09F color RGB value is (78,160,159).

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

RGB channels and saturation

R 78 of 255 = 31%
G 160 of 255 = 63%
B 159 of 255 = 62%

78
160
159

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

Portions of RGB colors in percentages

R + G + B =
78 + 160 + 159 = 397 (100%)
R 78 of 397 ~ 19.65%
G 160 of 397 ~ 40.3%
B 159 of 397 ~ 40.05%

%19.65
%40.3
%40.05

CMYK color model

#4EA09F color CMYK value is (51,0,1,37).

  • cyan value is 51.25%
  • magenta value is 0.00%
  • yellow value is 0.62%
  • key color value is 37.25%
CMYK:
(51,0,1,37)
C51M0Y1K37 
(51%,0%,1%,37%)
(0.51/0.00/0.01/0.37)	

CMYK percentages

%51.25
%0
%0.62
%37.25

Codes

Color #4EA09F in popluar color models

4EA09F
RGB78160159
HSL179°34.45%46.67%
HSB/HSV179°51.25%62.75%
CMYK51.25%0.00%0.62%
37.25%

Color #4EA09F in popluar number systems.

HEX4EA09F
Decimal78160159
Binary10011101010000010011111
Octal116240237

Shades and tints

Shades of #4EA09F

#4EA09F
(78,160,159)
#479291
(71,146,145)
#408483
(64,132,131)
#397675
(57,118,117)
#326867
(50,104,103)
#2B5A59
(43,90,89)
#244C4B
(36,76,75)
#1D3E3D
(29,62,61)
#16302F
(22,48,47)
#0F2221
(15,34,33)
#081413
(8,20,19)
#000000
(0,0,0)

Tints of #4EA09F

#4EA09F
(78,160,159)
#5EA8A7
(94,168,167)
#6EB0AF
(110,176,175)
#7EB8B7
(126,184,183)
#8EC0BF
(142,192,191)
#9EC8C7
(158,200,199)
#AED0CF
(174,208,207)
#BED8D7
(190,216,215)
#CEE0DF
(206,224,223)
#DEE8E7
(222,232,231)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4EA09F; }

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

This text font color is #4EA09F.


Background Color

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

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

This div background color is #4EA09F.


Border color

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

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

This div border color is #4EA09F.


Opacity

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

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

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

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

This text has shadow with #4EA09F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EA09F on black background.


Color preview on white background

This text has color #4EA09F on white background.



Black color preview on #4EA09F background

This text has black color on #4EA09F background.


White color preview on #4EA09F background

This text has white color on #4EA09F background.