COLOR #4EA575

HEX: #4EA575
RGB: (78,165,117)

Color info

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

RGB color model

#4EA575 color RGB value is (78,165,117).

  • red value is 78;
  • green value is 165;
  • blue value is 117.
RGB:
(78,165,117)
(31%,65%,46%)

RGB channels and saturation

R 78 of 255 = 31%
G 165 of 255 = 65%
B 117 of 255 = 46%

78
165
117

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

Portions of RGB colors in percentages

R + G + B =
78 + 165 + 117 = 360 (100%)
R 78 of 360 ~ 21.67%
G 165 of 360 ~ 45.83%
B 117 of 360 ~ 32.5%

%21.67
%45.83
%32.5

CMYK color model

#4EA575 color CMYK value is (53,0,29,35).

  • cyan value is 52.73%
  • magenta value is 0.00%
  • yellow value is 29.09%
  • key color value is 35.29%
CMYK:
(53,0,29,35)
C53M0Y29K35 
(53%,0%,29%,35%)
(0.53/0.00/0.29/0.35)	

CMYK percentages

%52.73
%0
%29.09
%35.29

Codes

Color #4EA575 in popluar color models

4EA575
RGB78165117
HSL147°35.80%47.65%
HSB/HSV147°52.73%64.71%
CMYK52.73%0.00%29.09%
35.29%

Color #4EA575 in popluar number systems.

HEX4EA575
Decimal78165117
Binary1001110101001011110101
Octal116245165

Shades and tints

Shades of #4EA575

#4EA575
(78,165,117)
#47966B
(71,150,107)
#408761
(64,135,97)
#397857
(57,120,87)
#32694D
(50,105,77)
#2B5A43
(43,90,67)
#244B39
(36,75,57)
#1D3C2F
(29,60,47)
#162D25
(22,45,37)
#0F1E1B
(15,30,27)
#080F11
(8,15,17)
#000000
(0,0,0)

Tints of #4EA575

#4EA575
(78,165,117)
#5EAD81
(94,173,129)
#6EB58D
(110,181,141)
#7EBD99
(126,189,153)
#8EC5A5
(142,197,165)
#9ECDB1
(158,205,177)
#AED5BD
(174,213,189)
#BEDDC9
(190,221,201)
#CEE5D5
(206,229,213)
#DEEDE1
(222,237,225)
#EEF5ED
(238,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EA575 color. Also use rgb(78,165,117) instead hex code.

Text Font Color

.myTextColor { color: #4EA575; }

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

This text font color is #4EA575.


Background Color

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

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

This div background color is #4EA575.


Border color

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

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

This div border color is #4EA575.


Opacity

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

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

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

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

This text has shadow with #4EA575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EA575 on black background.


Color preview on white background

This text has color #4EA575 on white background.



Black color preview on #4EA575 background

This text has black color on #4EA575 background.


White color preview on #4EA575 background

This text has white color on #4EA575 background.