COLOR #4E9D5B

HEX: #4E9D5B
RGB: (78,157,91)

Color info

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

RGB color model

#4E9D5B color RGB value is (78,157,91).

  • red value is 78;
  • green value is 157;
  • blue value is 91.
RGB:
(78,157,91)
(31%,62%,36%)

RGB channels and saturation

R 78 of 255 = 31%
G 157 of 255 = 62%
B 91 of 255 = 36%

78
157
91

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

Portions of RGB colors in percentages

R + G + B =
78 + 157 + 91 = 326 (100%)
R 78 of 326 ~ 23.93%
G 157 of 326 ~ 48.16%
B 91 of 326 ~ 27.91%

%23.93
%48.16
%27.91

CMYK color model

#4E9D5B color CMYK value is (50,0,42,38).

  • cyan value is 50.32%
  • magenta value is 0.00%
  • yellow value is 42.04%
  • key color value is 38.43%
CMYK:
(50,0,42,38)
C50M0Y42K38 
(50%,0%,42%,38%)
(0.50/0.00/0.42/0.38)	

CMYK percentages

%50.32
%0
%42.04
%38.43

Codes

Color #4E9D5B in popluar color models

4E9D5B
RGB7815791
HSL130°33.62%46.08%
HSB/HSV130°50.32%61.57%
CMYK50.32%0.00%42.04%
38.43%

Color #4E9D5B in popluar number systems.

HEX4E9D5B
Decimal7815791
Binary1001110100111011011011
Octal116235133

Shades and tints

Shades of #4E9D5B

#4E9D5B
(78,157,91)
#478F53
(71,143,83)
#40814B
(64,129,75)
#397343
(57,115,67)
#32653B
(50,101,59)
#2B5733
(43,87,51)
#24492B
(36,73,43)
#1D3B23
(29,59,35)
#162D1B
(22,45,27)
#0F1F13
(15,31,19)
#08110B
(8,17,11)
#000000
(0,0,0)

Tints of #4E9D5B

#4E9D5B
(78,157,91)
#5EA569
(94,165,105)
#6EAD77
(110,173,119)
#7EB585
(126,181,133)
#8EBD93
(142,189,147)
#9EC5A1
(158,197,161)
#AECDAF
(174,205,175)
#BED5BD
(190,213,189)
#CEDDCB
(206,221,203)
#DEE5D9
(222,229,217)
#EEEDE7
(238,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E9D5B color. Also use rgb(78,157,91) instead hex code.

Text Font Color

.myTextColor { color: #4E9D5B; }

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

This text font color is #4E9D5B.


Background Color

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

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

This div background color is #4E9D5B.


Border color

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

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

This div border color is #4E9D5B.


Opacity

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

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

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

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

This text has shadow with #4E9D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E9D5B on black background.


Color preview on white background

This text has color #4E9D5B on white background.



Black color preview on #4E9D5B background

This text has black color on #4E9D5B background.


White color preview on #4E9D5B background

This text has white color on #4E9D5B background.