COLOR #4EAD76

HEX: #4EAD76
RGB: (78,173,118)

Color info

#4EAD76 contains mainly green and blue colors. Web safe color of #4EAD76 is #669966 (or #696).

RGB color model

#4EAD76 color RGB value is (78,173,118).

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

RGB channels and saturation

R 78 of 255 = 31%
G 173 of 255 = 68%
B 118 of 255 = 46%

78
173
118

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

Portions of RGB colors in percentages

R + G + B =
78 + 173 + 118 = 369 (100%)
R 78 of 369 ~ 21.14%
G 173 of 369 ~ 46.88%
B 118 of 369 ~ 31.98%

%21.14
%46.88
%31.98

CMYK color model

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

  • cyan value is 54.91%
  • magenta value is 0.00%
  • yellow value is 31.79%
  • key color value is 32.16%
CMYK:
(55,0,32,32)
C55M0Y32K32 
(55%,0%,32%,32%)
(0.55/0.00/0.32/0.32)	

CMYK percentages

%54.91
%0
%31.79
%32.16

Codes

Color #4EAD76 in popluar color models

4EAD76
RGB78173118
HSL145°37.85%49.22%
HSB/HSV145°54.91%67.84%
CMYK54.91%0.00%31.79%
32.16%

Color #4EAD76 in popluar number systems.

HEX4EAD76
Decimal78173118
Binary1001110101011011110110
Octal116255166

Shades and tints

Shades of #4EAD76

#4EAD76
(78,173,118)
#479E6C
(71,158,108)
#408F62
(64,143,98)
#398058
(57,128,88)
#32714E
(50,113,78)
#2B6244
(43,98,68)
#24533A
(36,83,58)
#1D4430
(29,68,48)
#163526
(22,53,38)
#0F261C
(15,38,28)
#081712
(8,23,18)
#000000
(0,0,0)

Tints of #4EAD76

#4EAD76
(78,173,118)
#5EB482
(94,180,130)
#6EBB8E
(110,187,142)
#7EC29A
(126,194,154)
#8EC9A6
(142,201,166)
#9ED0B2
(158,208,178)
#AED7BE
(174,215,190)
#BEDECA
(190,222,202)
#CEE5D6
(206,229,214)
#DEECE2
(222,236,226)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4EAD76; }

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

This text font color is #4EAD76.


Background Color

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

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

This div background color is #4EAD76.


Border color

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

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

This div border color is #4EAD76.


Opacity

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

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

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

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

This text has shadow with #4EAD76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EAD76 on black background.


Color preview on white background

This text has color #4EAD76 on white background.



Black color preview on #4EAD76 background

This text has black color on #4EAD76 background.


White color preview on #4EAD76 background

This text has white color on #4EAD76 background.