COLOR #4E8B6F

HEX: #4E8B6F
RGB: (78,139,111)

Color info

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

RGB color model

#4E8B6F color RGB value is (78,139,111).

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

RGB channels and saturation

R 78 of 255 = 31%
G 139 of 255 = 55%
B 111 of 255 = 44%

78
139
111

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

Portions of RGB colors in percentages

R + G + B =
78 + 139 + 111 = 328 (100%)
R 78 of 328 ~ 23.78%
G 139 of 328 ~ 42.38%
B 111 of 328 ~ 33.84%

%23.78
%42.38
%33.84

CMYK color model

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

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

CMYK percentages

%43.88
%0
%20.14
%45.49

Codes

Color #4E8B6F in popluar color models

4E8B6F
RGB78139111
HSL152°28.11%42.55%
HSB/HSV152°43.88%54.51%
CMYK43.88%0.00%20.14%
45.49%

Color #4E8B6F in popluar number systems.

HEX4E8B6F
Decimal78139111
Binary1001110100010111101111
Octal116213157

Shades and tints

Shades of #4E8B6F

#4E8B6F
(78,139,111)
#477F65
(71,127,101)
#40735B
(64,115,91)
#396751
(57,103,81)
#325B47
(50,91,71)
#2B4F3D
(43,79,61)
#244333
(36,67,51)
#1D3729
(29,55,41)
#162B1F
(22,43,31)
#0F1F15
(15,31,21)
#08130B
(8,19,11)
#000000
(0,0,0)

Tints of #4E8B6F

#4E8B6F
(78,139,111)
#5E957C
(94,149,124)
#6E9F89
(110,159,137)
#7EA996
(126,169,150)
#8EB3A3
(142,179,163)
#9EBDB0
(158,189,176)
#AEC7BD
(174,199,189)
#BED1CA
(190,209,202)
#CEDBD7
(206,219,215)
#DEE5E4
(222,229,228)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E8B6F; }

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

This text font color is #4E8B6F.


Background Color

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

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

This div background color is #4E8B6F.


Border color

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

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

This div border color is #4E8B6F.


Opacity

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

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

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

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

This text has shadow with #4E8B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8B6F on black background.


Color preview on white background

This text has color #4E8B6F on white background.



Black color preview on #4E8B6F background

This text has black color on #4E8B6F background.


White color preview on #4E8B6F background

This text has white color on #4E8B6F background.