COLOR #4E9B4D

HEX: #4E9B4D
RGB: (78,155,77)

Color info

#4E9B4D contains mainly green color. Web safe color of #4E9B4D is #669933 (or #693).

RGB color model

#4E9B4D color RGB value is (78,155,77).

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

RGB channels and saturation

R 78 of 255 = 31%
G 155 of 255 = 61%
B 77 of 255 = 30%

78
155
77

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

Portions of RGB colors in percentages

R + G + B =
78 + 155 + 77 = 310 (100%)
R 78 of 310 ~ 25.16%
G 155 of 310 ~ 50%
B 77 of 310 ~ 24.84%

%25.16
%50
%24.84

CMYK color model

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

  • cyan value is 49.68%
  • magenta value is 0.00%
  • yellow value is 50.32%
  • key color value is 39.22%
CMYK:
(50,0,50,39)
C50M0Y50K39 
(50%,0%,50%,39%)
(0.50/0.00/0.50/0.39)	

CMYK percentages

%49.68
%0
%50.32
%39.22

Codes

Color #4E9B4D in popluar color models

4E9B4D
RGB7815577
HSL119°33.62%45.49%
HSB/HSV119°50.32%60.78%
CMYK49.68%0.00%50.32%
39.22%

Color #4E9B4D in popluar number systems.

HEX4E9B4D
Decimal7815577
Binary1001110100110111001101
Octal116233115

Shades and tints

Shades of #4E9B4D

#4E9B4D
(78,155,77)
#478D46
(71,141,70)
#407F3F
(64,127,63)
#397138
(57,113,56)
#326331
(50,99,49)
#2B552A
(43,85,42)
#244723
(36,71,35)
#1D391C
(29,57,28)
#162B15
(22,43,21)
#0F1D0E
(15,29,14)
#080F07
(8,15,7)
#000000
(0,0,0)

Tints of #4E9B4D

#4E9B4D
(78,155,77)
#5EA45D
(94,164,93)
#6EAD6D
(110,173,109)
#7EB67D
(126,182,125)
#8EBF8D
(142,191,141)
#9EC89D
(158,200,157)
#AED1AD
(174,209,173)
#BEDABD
(190,218,189)
#CEE3CD
(206,227,205)
#DEECDD
(222,236,221)
#EEF5ED
(238,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E9B4D; }

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

This text font color is #4E9B4D.


Background Color

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

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

This div background color is #4E9B4D.


Border color

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

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

This div border color is #4E9B4D.


Opacity

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

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

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

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

This text has shadow with #4E9B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E9B4D on black background.


Color preview on white background

This text has color #4E9B4D on white background.



Black color preview on #4E9B4D background

This text has black color on #4E9B4D background.


White color preview on #4E9B4D background

This text has white color on #4E9B4D background.