COLOR #4E9364

HEX: #4E9364
RGB: (78,147,100)

Color info

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

RGB color model

#4E9364 color RGB value is (78,147,100).

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

RGB channels and saturation

R 78 of 255 = 31%
G 147 of 255 = 58%
B 100 of 255 = 39%

78
147
100

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

Portions of RGB colors in percentages

R + G + B =
78 + 147 + 100 = 325 (100%)
R 78 of 325 ~ 24%
G 147 of 325 ~ 45.23%
B 100 of 325 ~ 30.77%

%24
%45.23
%30.77

CMYK color model

#4E9364 color CMYK value is (47,0,32,42).

  • cyan value is 46.94%
  • magenta value is 0.00%
  • yellow value is 31.97%
  • key color value is 42.35%
CMYK:
(47,0,32,42)
C47M0Y32K42 
(47%,0%,32%,42%)
(0.47/0.00/0.32/0.42)	

CMYK percentages

%46.94
%0
%31.97
%42.35

Codes

Color #4E9364 in popluar color models

4E9364
RGB78147100
HSL139°30.67%44.12%
HSB/HSV139°46.94%57.65%
CMYK46.94%0.00%31.97%
42.35%

Color #4E9364 in popluar number systems.

HEX4E9364
Decimal78147100
Binary1001110100100111100100
Octal116223144

Shades and tints

Shades of #4E9364

#4E9364
(78,147,100)
#47865B
(71,134,91)
#407952
(64,121,82)
#396C49
(57,108,73)
#325F40
(50,95,64)
#2B5237
(43,82,55)
#24452E
(36,69,46)
#1D3825
(29,56,37)
#162B1C
(22,43,28)
#0F1E13
(15,30,19)
#08110A
(8,17,10)
#000000
(0,0,0)

Tints of #4E9364

#4E9364
(78,147,100)
#5E9C72
(94,156,114)
#6EA580
(110,165,128)
#7EAE8E
(126,174,142)
#8EB79C
(142,183,156)
#9EC0AA
(158,192,170)
#AEC9B8
(174,201,184)
#BED2C6
(190,210,198)
#CEDBD4
(206,219,212)
#DEE4E2
(222,228,226)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E9364; }

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

This text font color is #4E9364.


Background Color

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

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

This div background color is #4E9364.


Border color

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

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

This div border color is #4E9364.


Opacity

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

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

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

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

This text has shadow with #4E9364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E9364 on black background.


Color preview on white background

This text has color #4E9364 on white background.



Black color preview on #4E9364 background

This text has black color on #4E9364 background.


White color preview on #4E9364 background

This text has white color on #4E9364 background.