COLOR #4EA08C

HEX: #4EA08C
RGB: (78,160,140)

Color info

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

RGB color model

#4EA08C color RGB value is (78,160,140).

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

RGB channels and saturation

R 78 of 255 = 31%
G 160 of 255 = 63%
B 140 of 255 = 55%

78
160
140

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

Portions of RGB colors in percentages

R + G + B =
78 + 160 + 140 = 378 (100%)
R 78 of 378 ~ 20.63%
G 160 of 378 ~ 42.33%
B 140 of 378 ~ 37.04%

%20.63
%42.33
%37.04

CMYK color model

#4EA08C color CMYK value is (51,0,13,37).

  • cyan value is 51.25%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 37.25%
CMYK:
(51,0,13,37)
C51M0Y13K37 
(51%,0%,13%,37%)
(0.51/0.00/0.13/0.37)	

CMYK percentages

%51.25
%0
%12.5
%37.25

Codes

Color #4EA08C in popluar color models

4EA08C
RGB78160140
HSL165°34.45%46.67%
HSB/HSV165°51.25%62.75%
CMYK51.25%0.00%12.50%
37.25%

Color #4EA08C in popluar number systems.

HEX4EA08C
Decimal78160140
Binary10011101010000010001100
Octal116240214

Shades and tints

Shades of #4EA08C

#4EA08C
(78,160,140)
#479280
(71,146,128)
#408474
(64,132,116)
#397668
(57,118,104)
#32685C
(50,104,92)
#2B5A50
(43,90,80)
#244C44
(36,76,68)
#1D3E38
(29,62,56)
#16302C
(22,48,44)
#0F2220
(15,34,32)
#081414
(8,20,20)
#000000
(0,0,0)

Tints of #4EA08C

#4EA08C
(78,160,140)
#5EA896
(94,168,150)
#6EB0A0
(110,176,160)
#7EB8AA
(126,184,170)
#8EC0B4
(142,192,180)
#9EC8BE
(158,200,190)
#AED0C8
(174,208,200)
#BED8D2
(190,216,210)
#CEE0DC
(206,224,220)
#DEE8E6
(222,232,230)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4EA08C; }

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

This text font color is #4EA08C.


Background Color

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

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

This div background color is #4EA08C.


Border color

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

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

This div border color is #4EA08C.


Opacity

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

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

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

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

This text has shadow with #4EA08C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EA08C on black background.


Color preview on white background

This text has color #4EA08C on white background.



Black color preview on #4EA08C background

This text has black color on #4EA08C background.


White color preview on #4EA08C background

This text has white color on #4EA08C background.