COLOR #4E9864

HEX: #4E9864
RGB: (78,152,100)

Color info

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

RGB color model

#4E9864 color RGB value is (78,152,100).

  • red value is 78;
  • green value is 152;
  • blue value is 100.
RGB:
(78,152,100)
(31%,60%,39%)

RGB channels and saturation

R 78 of 255 = 31%
G 152 of 255 = 60%
B 100 of 255 = 39%

78
152
100

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

Portions of RGB colors in percentages

R + G + B =
78 + 152 + 100 = 330 (100%)
R 78 of 330 ~ 23.64%
G 152 of 330 ~ 46.06%
B 100 of 330 ~ 30.3%

%23.64
%46.06
%30.3

CMYK color model

#4E9864 color CMYK value is (49,0,34,40).

  • cyan value is 48.68%
  • magenta value is 0.00%
  • yellow value is 34.21%
  • key color value is 40.39%
CMYK:
(49,0,34,40)
C49M0Y34K40 
(49%,0%,34%,40%)
(0.49/0.00/0.34/0.40)	

CMYK percentages

%48.68
%0
%34.21
%40.39

Codes

Color #4E9864 in popluar color models

4E9864
RGB78152100
HSL138°32.17%45.10%
HSB/HSV138°48.68%59.61%
CMYK48.68%0.00%34.21%
40.39%

Color #4E9864 in popluar number systems.

HEX4E9864
Decimal78152100
Binary1001110100110001100100
Octal116230144

Shades and tints

Shades of #4E9864

#4E9864
(78,152,100)
#478B5B
(71,139,91)
#407E52
(64,126,82)
#397149
(57,113,73)
#326440
(50,100,64)
#2B5737
(43,87,55)
#244A2E
(36,74,46)
#1D3D25
(29,61,37)
#16301C
(22,48,28)
#0F2313
(15,35,19)
#08160A
(8,22,10)
#000000
(0,0,0)

Tints of #4E9864

#4E9864
(78,152,100)
#5EA172
(94,161,114)
#6EAA80
(110,170,128)
#7EB38E
(126,179,142)
#8EBC9C
(142,188,156)
#9EC5AA
(158,197,170)
#AECEB8
(174,206,184)
#BED7C6
(190,215,198)
#CEE0D4
(206,224,212)
#DEE9E2
(222,233,226)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E9864 color. Also use rgb(78,152,100) instead hex code.

Text Font Color

.myTextColor { color: #4E9864; }

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

This text font color is #4E9864.


Background Color

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

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

This div background color is #4E9864.


Border color

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

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

This div border color is #4E9864.


Opacity

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

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

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

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

This text has shadow with #4E9864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E9864 on black background.


Color preview on white background

This text has color #4E9864 on white background.



Black color preview on #4E9864 background

This text has black color on #4E9864 background.


White color preview on #4E9864 background

This text has white color on #4E9864 background.