COLOR #4EA152

HEX: #4EA152
RGB: (78,161,82)

Color info

#4EA152 contains mainly green color. Web safe color of #4EA152 is #669966 (or #696).

RGB color model

#4EA152 color RGB value is (78,161,82).

  • red value is 78;
  • green value is 161;
  • blue value is 82.
RGB:
(78,161,82)
(31%,63%,32%)

RGB channels and saturation

R 78 of 255 = 31%
G 161 of 255 = 63%
B 82 of 255 = 32%

78
161
82

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

Portions of RGB colors in percentages

R + G + B =
78 + 161 + 82 = 321 (100%)
R 78 of 321 ~ 24.3%
G 161 of 321 ~ 50.16%
B 82 of 321 ~ 25.55%

%24.3
%50.16
%25.55

CMYK color model

#4EA152 color CMYK value is (52,0,49,37).

  • cyan value is 51.55%
  • magenta value is 0.00%
  • yellow value is 49.07%
  • key color value is 36.86%
CMYK:
(52,0,49,37)
C52M0Y49K37 
(52%,0%,49%,37%)
(0.52/0.00/0.49/0.37)	

CMYK percentages

%51.55
%0
%49.07
%36.86

Codes

Color #4EA152 in popluar color models

4EA152
RGB7816182
HSL123°34.73%46.86%
HSB/HSV123°51.55%63.14%
CMYK51.55%0.00%49.07%
36.86%

Color #4EA152 in popluar number systems.

HEX4EA152
Decimal7816182
Binary1001110101000011010010
Octal116241122

Shades and tints

Shades of #4EA152

#4EA152
(78,161,82)
#47934B
(71,147,75)
#408544
(64,133,68)
#39773D
(57,119,61)
#326936
(50,105,54)
#2B5B2F
(43,91,47)
#244D28
(36,77,40)
#1D3F21
(29,63,33)
#16311A
(22,49,26)
#0F2313
(15,35,19)
#08150C
(8,21,12)
#000000
(0,0,0)

Tints of #4EA152

#4EA152
(78,161,82)
#5EA961
(94,169,97)
#6EB170
(110,177,112)
#7EB97F
(126,185,127)
#8EC18E
(142,193,142)
#9EC99D
(158,201,157)
#AED1AC
(174,209,172)
#BED9BB
(190,217,187)
#CEE1CA
(206,225,202)
#DEE9D9
(222,233,217)
#EEF1E8
(238,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EA152 color. Also use rgb(78,161,82) instead hex code.

Text Font Color

.myTextColor { color: #4EA152; }

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

This text font color is #4EA152.


Background Color

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

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

This div background color is #4EA152.


Border color

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

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

This div border color is #4EA152.


Opacity

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

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

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

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

This text has shadow with #4EA152 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EA152 on black background.


Color preview on white background

This text has color #4EA152 on white background.



Black color preview on #4EA152 background

This text has black color on #4EA152 background.


White color preview on #4EA152 background

This text has white color on #4EA152 background.