COLOR #4E9B5B

HEX: #4E9B5B
RGB: (78,155,91)

Color info

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

RGB color model

#4E9B5B color RGB value is (78,155,91).

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

RGB channels and saturation

R 78 of 255 = 31%
G 155 of 255 = 61%
B 91 of 255 = 36%

78
155
91

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

Portions of RGB colors in percentages

R + G + B =
78 + 155 + 91 = 324 (100%)
R 78 of 324 ~ 24.07%
G 155 of 324 ~ 47.84%
B 91 of 324 ~ 28.09%

%24.07
%47.84
%28.09

CMYK color model

#4E9B5B color CMYK value is (50,0,41,39).

  • cyan value is 49.68%
  • magenta value is 0.00%
  • yellow value is 41.29%
  • key color value is 39.22%
CMYK:
(50,0,41,39)
C50M0Y41K39 
(50%,0%,41%,39%)
(0.50/0.00/0.41/0.39)	

CMYK percentages

%49.68
%0
%41.29
%39.22

Codes

Color #4E9B5B in popluar color models

4E9B5B
RGB7815591
HSL130°33.05%45.69%
HSB/HSV130°49.68%60.78%
CMYK49.68%0.00%41.29%
39.22%

Color #4E9B5B in popluar number systems.

HEX4E9B5B
Decimal7815591
Binary1001110100110111011011
Octal116233133

Shades and tints

Shades of #4E9B5B

#4E9B5B
(78,155,91)
#478D53
(71,141,83)
#407F4B
(64,127,75)
#397143
(57,113,67)
#32633B
(50,99,59)
#2B5533
(43,85,51)
#24472B
(36,71,43)
#1D3923
(29,57,35)
#162B1B
(22,43,27)
#0F1D13
(15,29,19)
#080F0B
(8,15,11)
#000000
(0,0,0)

Tints of #4E9B5B

#4E9B5B
(78,155,91)
#5EA469
(94,164,105)
#6EAD77
(110,173,119)
#7EB685
(126,182,133)
#8EBF93
(142,191,147)
#9EC8A1
(158,200,161)
#AED1AF
(174,209,175)
#BEDABD
(190,218,189)
#CEE3CB
(206,227,203)
#DEECD9
(222,236,217)
#EEF5E7
(238,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E9B5B; }

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

This text font color is #4E9B5B.


Background Color

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

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

This div background color is #4E9B5B.


Border color

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

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

This div border color is #4E9B5B.


Opacity

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

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

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

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

This text has shadow with #4E9B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E9B5B on black background.


Color preview on white background

This text has color #4E9B5B on white background.



Black color preview on #4E9B5B background

This text has black color on #4E9B5B background.


White color preview on #4E9B5B background

This text has white color on #4E9B5B background.