COLOR #4E8B3C

HEX: #4E8B3C RGB: (78,139,60)

Color info

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

RGB color model

#4E8B3C color RGB value is (78,139,60).

RGB: (78,139,60) (31%, 55%, 24%)

RGB channels and saturation

R 78 of 255 = 31%
G 139 of 255 = 55%
B 60 of 255 = 24%

78
139
60

R + G + B ~ 37%. #4E8B3C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 139 + 60 = 277 (100%)
R 78 of 277 ~ 28.16%
G 139 of 277 ~ 50.18%
B 60 of 277 ~ 21.66'%

%28.16
%50.18
%21.66

CMYK color model

#4E8B3C color CMYK value is (44,0,57,45).

  • cyan value is 43.88%
  • magenta value is 0.00%
  • yellow value is 56.83%
  • key color value is 45.49%

CMYK: (44,0,57,45)
C44M0Y57K45 (44%, 0%, 57%, 45%)
(0.44 / 0.00 / 0.57 / 0.45)

CMYK percentages

%43.88
%0
%56.83
%45.49

Codes

Color #4E8B3C in popluar color models

4E 8B 3C
RGB 78 139 60
HSL 106° 39.70% 39.02%
HSB/HSV 106° 56.83% 54.51%
CMYK 43.88% 0.00% 56.83%
45.49%

Color #4E8B3C in popluar number systems.

HEX 4E 8B 3C
Decimal 78 139 60
Binary 1001110 10001011 111100
Octal 116 213 74

Shades and tints

Shades of #4E8B3C

#4E8B3C
(78,139,60)
#477F37
(71,127,55)
#407332
(64,115,50)
#39672D
(57,103,45)
#325B28
(50,91,40)
#2B4F23
(43,79,35)
#24431E
(36,67,30)
#1D3719
(29,55,25)
#162B14
(22,43,20)
#0F1F0F
(15,31,15)
#08130A
(8,19,10)
#000000
(0,0,0)

Tints of #4E8B3C

#4E8B3C
(78,139,60)
#5E954D
(94,149,77)
#6E9F5E
(110,159,94)
#7EA96F
(126,169,111)
#8EB380
(142,179,128)
#9EBD91
(158,189,145)
#AEC7A2
(174,199,162)
#BED1B3
(190,209,179)
#CEDBC4
(206,219,196)
#DEE5D5
(222,229,213)
#EEEFE6
(238,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E8B3C color. Also use rgb(78,139,60) instead hex code.

Text Font Color

.myTextColor { color: #4E8B3C; }

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

This text font color is #4E8B3C.

Background Color

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

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

This div background color is #4E8B3C.

Border color

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

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

This div border color is #4E8B3C.

Opacity

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

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

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

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

This text has shadow with #4E8B3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E8B3C.

Preview

Color preview on black background

This text has color #4E8B3C on black background.


Color preview on white background

This text has color #4E8B3C on white background.


Black color preview on #4E8B3C background

This text has black color on #4E8B3C background.


White color preview on #4E8B3C background

This text has white color on #4E8B3C background.


Related colors

Complementary color

Complementary color for #hex is #B174C3.


I love getcolorcode.com

Triadic colors

1 #3C4E8B and #8B3C4E with #4E8B3C are triadic colors.

2 #3C8B4E and #8B4E3C with #4E8B3C are triadic colors.