COLOR #4EA525

HEX: #4EA525
RGB: (78,165,37)

Color info

#4EA525 contains mainly green color. Web safe color of #4EA525 is #669933 (or #693).

RGB color model

#4EA525 color RGB value is (78,165,37).

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

RGB channels and saturation

R 78 of 255 = 31%
G 165 of 255 = 65%
B 37 of 255 = 15%

78
165
37

R + G + B ~ 37%. #4EA525 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 165 + 37 = 280 (100%)
R 78 of 280 ~ 27.86%
G 165 of 280 ~ 58.93%
B 37 of 280 ~ 13.21%

%27.86
%58.93
%13.21

CMYK color model

#4EA525 color CMYK value is (53,0,78,35).

  • cyan value is 52.73%
  • magenta value is 0.00%
  • yellow value is 77.58%
  • key color value is 35.29%
CMYK:
(53,0,78,35)
C53M0Y78K35 
(53%,0%,78%,35%)
(0.53/0.00/0.78/0.35)	

CMYK percentages

%52.73
%0
%77.58
%35.29

Codes

Color #4EA525 in popluar color models

4EA525
RGB7816537
HSL101°63.37%39.61%
HSB/HSV101°77.58%64.71%
CMYK52.73%0.00%77.58%
35.29%

Color #4EA525 in popluar number systems.

HEX4EA525
Decimal7816537
Binary100111010100101100101
Octal11624545

Shades and tints

Shades of #4EA525

#4EA525
(78,165,37)
#479622
(71,150,34)
#40871F
(64,135,31)
#39781C
(57,120,28)
#326919
(50,105,25)
#2B5A16
(43,90,22)
#244B13
(36,75,19)
#1D3C10
(29,60,16)
#162D0D
(22,45,13)
#0F1E0A
(15,30,10)
#080F07
(8,15,7)
#000000
(0,0,0)

Tints of #4EA525

#4EA525
(78,165,37)
#5EAD38
(94,173,56)
#6EB54B
(110,181,75)
#7EBD5E
(126,189,94)
#8EC571
(142,197,113)
#9ECD84
(158,205,132)
#AED597
(174,213,151)
#BEDDAA
(190,221,170)
#CEE5BD
(206,229,189)
#DEEDD0
(222,237,208)
#EEF5E3
(238,245,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4EA525; }

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

This text font color is #4EA525.


Background Color

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

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

This div background color is #4EA525.


Border color

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

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

This div border color is #4EA525.


Opacity

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

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

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

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

This text has shadow with #4EA525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EA525 on black background.


Color preview on white background

This text has color #4EA525 on white background.



Black color preview on #4EA525 background

This text has black color on #4EA525 background.


White color preview on #4EA525 background

This text has white color on #4EA525 background.