COLOR #4E8C70

HEX: #4E8C70
RGB: (78,140,112)

Color info

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

RGB color model

#4E8C70 color RGB value is (78,140,112).

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

RGB channels and saturation

R 78 of 255 = 31%
G 140 of 255 = 55%
B 112 of 255 = 44%

78
140
112

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

Portions of RGB colors in percentages

R + G + B =
78 + 140 + 112 = 330 (100%)
R 78 of 330 ~ 23.64%
G 140 of 330 ~ 42.42%
B 112 of 330 ~ 33.94%

%23.64
%42.42
%33.94

CMYK color model

#4E8C70 color CMYK value is (44,0,20,45).

  • cyan value is 44.29%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 45.10%
CMYK:
(44,0,20,45)
C44M0Y20K45 
(44%,0%,20%,45%)
(0.44/0.00/0.20/0.45)	

CMYK percentages

%44.29
%0
%20
%45.1

Codes

Color #4E8C70 in popluar color models

4E8C70
RGB78140112
HSL153°28.44%42.75%
HSB/HSV153°44.29%54.90%
CMYK44.29%0.00%20.00%
45.10%

Color #4E8C70 in popluar number systems.

HEX4E8C70
Decimal78140112
Binary1001110100011001110000
Octal116214160

Shades and tints

Shades of #4E8C70

#4E8C70
(78,140,112)
#478066
(71,128,102)
#40745C
(64,116,92)
#396852
(57,104,82)
#325C48
(50,92,72)
#2B503E
(43,80,62)
#244434
(36,68,52)
#1D382A
(29,56,42)
#162C20
(22,44,32)
#0F2016
(15,32,22)
#08140C
(8,20,12)
#000000
(0,0,0)

Tints of #4E8C70

#4E8C70
(78,140,112)
#5E967D
(94,150,125)
#6EA08A
(110,160,138)
#7EAA97
(126,170,151)
#8EB4A4
(142,180,164)
#9EBEB1
(158,190,177)
#AEC8BE
(174,200,190)
#BED2CB
(190,210,203)
#CEDCD8
(206,220,216)
#DEE6E5
(222,230,229)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E8C70; }

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

This text font color is #4E8C70.


Background Color

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

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

This div background color is #4E8C70.


Border color

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

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

This div border color is #4E8C70.


Opacity

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

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

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

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

This text has shadow with #4E8C70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8C70 on black background.


Color preview on white background

This text has color #4E8C70 on white background.



Black color preview on #4E8C70 background

This text has black color on #4E8C70 background.


White color preview on #4E8C70 background

This text has white color on #4E8C70 background.