COLOR #4EA368

HEX: #4EA368
RGB: (78,163,104)

Color info

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

RGB color model

#4EA368 color RGB value is (78,163,104).

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

RGB channels and saturation

R 78 of 255 = 31%
G 163 of 255 = 64%
B 104 of 255 = 41%

78
163
104

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

Portions of RGB colors in percentages

R + G + B =
78 + 163 + 104 = 345 (100%)
R 78 of 345 ~ 22.61%
G 163 of 345 ~ 47.25%
B 104 of 345 ~ 30.14%

%22.61
%47.25
%30.14

CMYK color model

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

  • cyan value is 52.15%
  • magenta value is 0.00%
  • yellow value is 36.20%
  • key color value is 36.08%
CMYK:
(52,0,36,36)
C52M0Y36K36 
(52%,0%,36%,36%)
(0.52/0.00/0.36/0.36)	

CMYK percentages

%52.15
%0
%36.2
%36.08

Codes

Color #4EA368 in popluar color models

4EA368
RGB78163104
HSL138°35.27%47.25%
HSB/HSV138°52.15%63.92%
CMYK52.15%0.00%36.20%
36.08%

Color #4EA368 in popluar number systems.

HEX4EA368
Decimal78163104
Binary1001110101000111101000
Octal116243150

Shades and tints

Shades of #4EA368

#4EA368
(78,163,104)
#47955F
(71,149,95)
#408756
(64,135,86)
#39794D
(57,121,77)
#326B44
(50,107,68)
#2B5D3B
(43,93,59)
#244F32
(36,79,50)
#1D4129
(29,65,41)
#163320
(22,51,32)
#0F2517
(15,37,23)
#08170E
(8,23,14)
#000000
(0,0,0)

Tints of #4EA368

#4EA368
(78,163,104)
#5EAB75
(94,171,117)
#6EB382
(110,179,130)
#7EBB8F
(126,187,143)
#8EC39C
(142,195,156)
#9ECBA9
(158,203,169)
#AED3B6
(174,211,182)
#BEDBC3
(190,219,195)
#CEE3D0
(206,227,208)
#DEEBDD
(222,235,221)
#EEF3EA
(238,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4EA368; }

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

This text font color is #4EA368.


Background Color

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

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

This div background color is #4EA368.


Border color

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

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

This div border color is #4EA368.


Opacity

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

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

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

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

This text has shadow with #4EA368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EA368 on black background.


Color preview on white background

This text has color #4EA368 on white background.



Black color preview on #4EA368 background

This text has black color on #4EA368 background.


White color preview on #4EA368 background

This text has white color on #4EA368 background.