COLOR #4E9F70

HEX: #4E9F70
RGB: (78,159,112)

Color info

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

RGB color model

#4E9F70 color RGB value is (78,159,112).

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

RGB channels and saturation

R 78 of 255 = 31%
G 159 of 255 = 62%
B 112 of 255 = 44%

78
159
112

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

Portions of RGB colors in percentages

R + G + B =
78 + 159 + 112 = 349 (100%)
R 78 of 349 ~ 22.35%
G 159 of 349 ~ 45.56%
B 112 of 349 ~ 32.09%

%22.35
%45.56
%32.09

CMYK color model

#4E9F70 color CMYK value is (51,0,30,38).

  • cyan value is 50.94%
  • magenta value is 0.00%
  • yellow value is 29.56%
  • key color value is 37.65%
CMYK:
(51,0,30,38)
C51M0Y30K38 
(51%,0%,30%,38%)
(0.51/0.00/0.30/0.38)	

CMYK percentages

%50.94
%0
%29.56
%37.65

Codes

Color #4E9F70 in popluar color models

4E9F70
RGB78159112
HSL145°34.18%46.47%
HSB/HSV145°50.94%62.35%
CMYK50.94%0.00%29.56%
37.65%

Color #4E9F70 in popluar number systems.

HEX4E9F70
Decimal78159112
Binary1001110100111111110000
Octal116237160

Shades and tints

Shades of #4E9F70

#4E9F70
(78,159,112)
#479166
(71,145,102)
#40835C
(64,131,92)
#397552
(57,117,82)
#326748
(50,103,72)
#2B593E
(43,89,62)
#244B34
(36,75,52)
#1D3D2A
(29,61,42)
#162F20
(22,47,32)
#0F2116
(15,33,22)
#08130C
(8,19,12)
#000000
(0,0,0)

Tints of #4E9F70

#4E9F70
(78,159,112)
#5EA77D
(94,167,125)
#6EAF8A
(110,175,138)
#7EB797
(126,183,151)
#8EBFA4
(142,191,164)
#9EC7B1
(158,199,177)
#AECFBE
(174,207,190)
#BED7CB
(190,215,203)
#CEDFD8
(206,223,216)
#DEE7E5
(222,231,229)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E9F70; }

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

This text font color is #4E9F70.


Background Color

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

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

This div background color is #4E9F70.


Border color

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

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

This div border color is #4E9F70.


Opacity

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

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

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

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

This text has shadow with #4E9F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E9F70 on black background.


Color preview on white background

This text has color #4E9F70 on white background.



Black color preview on #4E9F70 background

This text has black color on #4E9F70 background.


White color preview on #4E9F70 background

This text has white color on #4E9F70 background.