COLOR #4E8C2F

HEX: #4E8C2F RGB: (78,140,47)

Color info

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

RGB color model

#4E8C2F color RGB value is (78,140,47).

RGB: (78,140,47) (31%, 55%, 18%)

RGB channels and saturation

R 78 of 255 = 31%
G 140 of 255 = 55%
B 47 of 255 = 18%

78
140
47

R + G + B ~ 35%. #4E8C2F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 140 + 47 = 265 (100%)
R 78 of 265 ~ 29.43%
G 140 of 265 ~ 52.83%
B 47 of 265 ~ 17.74'%

%29.43
%52.83
%17.74

CMYK color model

#4E8C2F color CMYK value is (44,0,66,45).

  • cyan value is 44.29%
  • magenta value is 0.00%
  • yellow value is 66.43%
  • key color value is 45.10%

CMYK: (44,0,66,45)
C44M0Y66K45 (44%, 0%, 66%, 45%)
(0.44 / 0.00 / 0.66 / 0.45)

CMYK percentages

%44.29
%0
%66.43
%45.1

Codes

Color #4E8C2F in popluar color models

4E 8C 2F
RGB 78 140 47
HSL 100° 49.73% 36.67%
HSB/HSV 100° 66.43% 54.90%
CMYK 44.29% 0.00% 66.43%
45.10%

Color #4E8C2F in popluar number systems.

HEX 4E 8C 2F
Decimal 78 140 47
Binary 1001110 10001100 101111
Octal 116 214 57

Shades and tints

Shades of #4E8C2F

#4E8C2F
(78,140,47)
#47802B
(71,128,43)
#407427
(64,116,39)
#396823
(57,104,35)
#325C1F
(50,92,31)
#2B501B
(43,80,27)
#244417
(36,68,23)
#1D3813
(29,56,19)
#162C0F
(22,44,15)
#0F200B
(15,32,11)
#081407
(8,20,7)
#000000
(0,0,0)

Tints of #4E8C2F

#4E8C2F
(78,140,47)
#5E9641
(94,150,65)
#6EA053
(110,160,83)
#7EAA65
(126,170,101)
#8EB477
(142,180,119)
#9EBE89
(158,190,137)
#AEC89B
(174,200,155)
#BED2AD
(190,210,173)
#CEDCBF
(206,220,191)
#DEE6D1
(222,230,209)
#EEF0E3
(238,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E8C2F color. Also use rgb(78,140,47) instead hex code.

Text Font Color

.myTextColor { color: #4E8C2F; }

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

This text font color is #4E8C2F.

Background Color

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

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

This div background color is #4E8C2F.

Border color

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

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

This div border color is #4E8C2F.

Opacity

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

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

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

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

This text has shadow with #4E8C2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E8C2F.

Preview

Color preview on black background

This text has color #4E8C2F on black background.


Color preview on white background

This text has color #4E8C2F on white background.


Black color preview on #4E8C2F background

This text has black color on #4E8C2F background.


White color preview on #4E8C2F background

This text has white color on #4E8C2F background.


Related colors

Complementary color

Complementary color for #hex is #B173D0.


I love getcolorcode.com

Triadic colors

1 #2F4E8C and #8C2F4E with #4E8C2F are triadic colors.

2 #2F8C4E and #8C4E2F with #4E8C2F are triadic colors.