COLOR #4E9047

HEX: #4E9047 RGB: (78,144,71)

Color info

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

RGB color model

#4E9047 color RGB value is (78,144,71).

RGB: (78,144,71) (31%, 56%, 28%)

RGB channels and saturation

R 78 of 255 = 31%
G 144 of 255 = 56%
B 71 of 255 = 28%

78
144
71

R + G + B ~ 38%. #4E9047 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 144 + 71 = 293 (100%)
R 78 of 293 ~ 26.62%
G 144 of 293 ~ 49.15%
B 71 of 293 ~ 24.23'%

%26.62
%49.15
%24.23

CMYK color model

#4E9047 color CMYK value is (46,0,51,44).

  • cyan value is 45.83%
  • magenta value is 0.00%
  • yellow value is 50.69%
  • key color value is 43.53%

CMYK: (46,0,51,44)
C46M0Y51K44 (46%, 0%, 51%, 44%)
(0.46 / 0.00 / 0.51 / 0.44)

CMYK percentages

%45.83
%0
%50.69
%43.53

Codes

Color #4E9047 in popluar color models

4E 90 47
RGB 78 144 71
HSL 114° 33.95% 42.16%
HSB/HSV 114° 50.69% 56.47%
CMYK 45.83% 0.00% 50.69%
43.53%

Color #4E9047 in popluar number systems.

HEX 4E 90 47
Decimal 78 144 71
Binary 1001110 10010000 1000111
Octal 116 220 107

Shades and tints

Shades of #4E9047

#4E9047
(78,144,71)
#478341
(71,131,65)
#40763B
(64,118,59)
#396935
(57,105,53)
#325C2F
(50,92,47)
#2B4F29
(43,79,41)
#244223
(36,66,35)
#1D351D
(29,53,29)
#162817
(22,40,23)
#0F1B11
(15,27,17)
#080E0B
(8,14,11)
#000000
(0,0,0)

Tints of #4E9047

#4E9047
(78,144,71)
#5E9A57
(94,154,87)
#6EA467
(110,164,103)
#7EAE77
(126,174,119)
#8EB887
(142,184,135)
#9EC297
(158,194,151)
#AECCA7
(174,204,167)
#BED6B7
(190,214,183)
#CEE0C7
(206,224,199)
#DEEAD7
(222,234,215)
#EEF4E7
(238,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E9047 color. Also use rgb(78,144,71) instead hex code.

Text Font Color

.myTextColor { color: #4E9047; }

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

This text font color is #4E9047.

Background Color

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

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

This div background color is #4E9047.

Border color

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

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

This div border color is #4E9047.

Opacity

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

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

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

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

This text has shadow with #4E9047 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E9047.

Preview

Color preview on black background

This text has color #4E9047 on black background.


Color preview on white background

This text has color #4E9047 on white background.


Black color preview on #4E9047 background

This text has black color on #4E9047 background.


White color preview on #4E9047 background

This text has white color on #4E9047 background.


Related colors

Complementary color

Complementary color for #hex is #B16FB8.


I love getcolorcode.com

Triadic colors

1 #474E90 and #90474E with #4E9047 are triadic colors.

2 #47904E and #904E47 with #4E9047 are triadic colors.