COLOR #4E8C57

HEX: #4E8C57
RGB: (78,140,87)

Color info

#4E8C57 contains mainly green and blue colors. Web safe color of #4E8C57 is #669966 (or #696).

RGB color model

#4E8C57 color RGB value is (78,140,87).

  • red value is 78;
  • green value is 140;
  • blue value is 87.
RGB:
(78,140,87)
(31%,55%,34%)

RGB channels and saturation

R 78 of 255 = 31%
G 140 of 255 = 55%
B 87 of 255 = 34%

78
140
87

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

Portions of RGB colors in percentages

R + G + B =
78 + 140 + 87 = 305 (100%)
R 78 of 305 ~ 25.57%
G 140 of 305 ~ 45.9%
B 87 of 305 ~ 28.52%

%25.57
%45.9
%28.52

CMYK color model

#4E8C57 color CMYK value is (44,0,38,45).

  • cyan value is 44.29%
  • magenta value is 0.00%
  • yellow value is 37.86%
  • key color value is 45.10%
CMYK:
(44,0,38,45)
C44M0Y38K45 
(44%,0%,38%,45%)
(0.44/0.00/0.38/0.45)	

CMYK percentages

%44.29
%0
%37.86
%45.1

Codes

Color #4E8C57 in popluar color models

4E8C57
RGB7814087
HSL129°28.44%42.75%
HSB/HSV129°44.29%54.90%
CMYK44.29%0.00%37.86%
45.10%

Color #4E8C57 in popluar number systems.

HEX4E8C57
Decimal7814087
Binary1001110100011001010111
Octal116214127

Shades and tints

Shades of #4E8C57

#4E8C57
(78,140,87)
#478050
(71,128,80)
#407449
(64,116,73)
#396842
(57,104,66)
#325C3B
(50,92,59)
#2B5034
(43,80,52)
#24442D
(36,68,45)
#1D3826
(29,56,38)
#162C1F
(22,44,31)
#0F2018
(15,32,24)
#081411
(8,20,17)
#000000
(0,0,0)

Tints of #4E8C57

#4E8C57
(78,140,87)
#5E9666
(94,150,102)
#6EA075
(110,160,117)
#7EAA84
(126,170,132)
#8EB493
(142,180,147)
#9EBEA2
(158,190,162)
#AEC8B1
(174,200,177)
#BED2C0
(190,210,192)
#CEDCCF
(206,220,207)
#DEE6DE
(222,230,222)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E8C57; }

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

This text font color is #4E8C57.


Background Color

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

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

This div background color is #4E8C57.


Border color

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

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

This div border color is #4E8C57.


Opacity

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

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

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

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

This text has shadow with #4E8C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8C57 on black background.


Color preview on white background

This text has color #4E8C57 on white background.



Black color preview on #4E8C57 background

This text has black color on #4E8C57 background.


White color preview on #4E8C57 background

This text has white color on #4E8C57 background.