COLOR #4E8F3C

HEX: #4E8F3C
RGB: (78,143,60)

Color info

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

RGB color model

#4E8F3C color RGB value is (78,143,60).

  • red value is 78;
  • green value is 143;
  • blue value is 60.
RGB:
(78,143,60)
(31%,56%,24%)

RGB channels and saturation

R 78 of 255 = 31%
G 143 of 255 = 56%
B 60 of 255 = 24%

78
143
60

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

Portions of RGB colors in percentages

R + G + B =
78 + 143 + 60 = 281 (100%)
R 78 of 281 ~ 27.76%
G 143 of 281 ~ 50.89%
B 60 of 281 ~ 21.35%

%27.76
%50.89
%21.35

CMYK color model

#4E8F3C color CMYK value is (45,0,58,44).

  • cyan value is 45.45%
  • magenta value is 0.00%
  • yellow value is 58.04%
  • key color value is 43.92%
CMYK:
(45,0,58,44)
C45M0Y58K44 
(45%,0%,58%,44%)
(0.45/0.00/0.58/0.44)	

CMYK percentages

%45.45
%0
%58.04
%43.92

Codes

Color #4E8F3C in popluar color models

4E8F3C
RGB7814360
HSL107°40.89%39.80%
HSB/HSV107°58.04%56.08%
CMYK45.45%0.00%58.04%
43.92%

Color #4E8F3C in popluar number systems.

HEX4E8F3C
Decimal7814360
Binary100111010001111111100
Octal11621774

Shades and tints

Shades of #4E8F3C

#4E8F3C
(78,143,60)
#478237
(71,130,55)
#407532
(64,117,50)
#39682D
(57,104,45)
#325B28
(50,91,40)
#2B4E23
(43,78,35)
#24411E
(36,65,30)
#1D3419
(29,52,25)
#162714
(22,39,20)
#0F1A0F
(15,26,15)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #4E8F3C

#4E8F3C
(78,143,60)
#5E994D
(94,153,77)
#6EA35E
(110,163,94)
#7EAD6F
(126,173,111)
#8EB780
(142,183,128)
#9EC191
(158,193,145)
#AECBA2
(174,203,162)
#BED5B3
(190,213,179)
#CEDFC4
(206,223,196)
#DEE9D5
(222,233,213)
#EEF3E6
(238,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E8F3C; }

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

This text font color is #4E8F3C.


Background Color

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

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

This div background color is #4E8F3C.


Border color

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

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

This div border color is #4E8F3C.


Opacity

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

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

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

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

This text has shadow with #4E8F3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8F3C on black background.


Color preview on white background

This text has color #4E8F3C on white background.



Black color preview on #4E8F3C background

This text has black color on #4E8F3C background.


White color preview on #4E8F3C background

This text has white color on #4E8F3C background.