COLOR #4EA342

HEX: #4EA342
RGB: (78,163,66)

Color info

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

RGB color model

#4EA342 color RGB value is (78,163,66).

  • red value is 78;
  • green value is 163;
  • blue value is 66.
RGB:
(78,163,66)
(31%,64%,26%)

RGB channels and saturation

R 78 of 255 = 31%
G 163 of 255 = 64%
B 66 of 255 = 26%

78
163
66

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

Portions of RGB colors in percentages

R + G + B =
78 + 163 + 66 = 307 (100%)
R 78 of 307 ~ 25.41%
G 163 of 307 ~ 53.09%
B 66 of 307 ~ 21.5%

%25.41
%53.09
%21.5

CMYK color model

#4EA342 color CMYK value is (52,0,60,36).

  • cyan value is 52.15%
  • magenta value is 0.00%
  • yellow value is 59.51%
  • key color value is 36.08%
CMYK:
(52,0,60,36)
C52M0Y60K36 
(52%,0%,60%,36%)
(0.52/0.00/0.60/0.36)	

CMYK percentages

%52.15
%0
%59.51
%36.08

Codes

Color #4EA342 in popluar color models

4EA342
RGB7816366
HSL113°42.36%44.90%
HSB/HSV113°59.51%63.92%
CMYK52.15%0.00%59.51%
36.08%

Color #4EA342 in popluar number systems.

HEX4EA342
Decimal7816366
Binary1001110101000111000010
Octal116243102

Shades and tints

Shades of #4EA342

#4EA342
(78,163,66)
#47953C
(71,149,60)
#408736
(64,135,54)
#397930
(57,121,48)
#326B2A
(50,107,42)
#2B5D24
(43,93,36)
#244F1E
(36,79,30)
#1D4118
(29,65,24)
#163312
(22,51,18)
#0F250C
(15,37,12)
#081706
(8,23,6)
#000000
(0,0,0)

Tints of #4EA342

#4EA342
(78,163,66)
#5EAB53
(94,171,83)
#6EB364
(110,179,100)
#7EBB75
(126,187,117)
#8EC386
(142,195,134)
#9ECB97
(158,203,151)
#AED3A8
(174,211,168)
#BEDBB9
(190,219,185)
#CEE3CA
(206,227,202)
#DEEBDB
(222,235,219)
#EEF3EC
(238,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EA342 color. Also use rgb(78,163,66) instead hex code.

Text Font Color

.myTextColor { color: #4EA342; }

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

This text font color is #4EA342.


Background Color

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

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

This div background color is #4EA342.


Border color

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

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

This div border color is #4EA342.


Opacity

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

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

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

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

This text has shadow with #4EA342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EA342 on black background.


Color preview on white background

This text has color #4EA342 on white background.



Black color preview on #4EA342 background

This text has black color on #4EA342 background.


White color preview on #4EA342 background

This text has white color on #4EA342 background.