COLOR #4EAD82

HEX: #4EAD82
RGB: (78,173,130)

Color info

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

RGB color model

#4EAD82 color RGB value is (78,173,130).

  • red value is 78;
  • green value is 173;
  • blue value is 130.
RGB:
(78,173,130)
(31%,68%,51%)

RGB channels and saturation

R 78 of 255 = 31%
G 173 of 255 = 68%
B 130 of 255 = 51%

78
173
130

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

Portions of RGB colors in percentages

R + G + B =
78 + 173 + 130 = 381 (100%)
R 78 of 381 ~ 20.47%
G 173 of 381 ~ 45.41%
B 130 of 381 ~ 34.12%

%20.47
%45.41
%34.12

CMYK color model

#4EAD82 color CMYK value is (55,0,25,32).

  • cyan value is 54.91%
  • magenta value is 0.00%
  • yellow value is 24.86%
  • key color value is 32.16%
CMYK:
(55,0,25,32)
C55M0Y25K32 
(55%,0%,25%,32%)
(0.55/0.00/0.25/0.32)	

CMYK percentages

%54.91
%0
%24.86
%32.16

Codes

Color #4EAD82 in popluar color models

4EAD82
RGB78173130
HSL153°37.85%49.22%
HSB/HSV153°54.91%67.84%
CMYK54.91%0.00%24.86%
32.16%

Color #4EAD82 in popluar number systems.

HEX4EAD82
Decimal78173130
Binary10011101010110110000010
Octal116255202

Shades and tints

Shades of #4EAD82

#4EAD82
(78,173,130)
#479E77
(71,158,119)
#408F6C
(64,143,108)
#398061
(57,128,97)
#327156
(50,113,86)
#2B624B
(43,98,75)
#245340
(36,83,64)
#1D4435
(29,68,53)
#16352A
(22,53,42)
#0F261F
(15,38,31)
#081714
(8,23,20)
#000000
(0,0,0)

Tints of #4EAD82

#4EAD82
(78,173,130)
#5EB48D
(94,180,141)
#6EBB98
(110,187,152)
#7EC2A3
(126,194,163)
#8EC9AE
(142,201,174)
#9ED0B9
(158,208,185)
#AED7C4
(174,215,196)
#BEDECF
(190,222,207)
#CEE5DA
(206,229,218)
#DEECE5
(222,236,229)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EAD82 color. Also use rgb(78,173,130) instead hex code.

Text Font Color

.myTextColor { color: #4EAD82; }

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

This text font color is #4EAD82.


Background Color

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

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

This div background color is #4EAD82.


Border color

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

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

This div border color is #4EAD82.


Opacity

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

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

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

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

This text has shadow with #4EAD82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EAD82 on black background.


Color preview on white background

This text has color #4EAD82 on white background.



Black color preview on #4EAD82 background

This text has black color on #4EAD82 background.


White color preview on #4EAD82 background

This text has white color on #4EAD82 background.