COLOR #4E8D6F

HEX: #4E8D6F
RGB: (78,141,111)

Color info

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

RGB color model

#4E8D6F color RGB value is (78,141,111).

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

RGB channels and saturation

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

78
141
111

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

Portions of RGB colors in percentages

R + G + B =
78 + 141 + 111 = 330 (100%)
R 78 of 330 ~ 23.64%
G 141 of 330 ~ 42.73%
B 111 of 330 ~ 33.64%

%23.64
%42.73
%33.64

CMYK color model

#4E8D6F color CMYK value is (45,0,21,45).

  • cyan value is 44.68%
  • magenta value is 0.00%
  • yellow value is 21.28%
  • key color value is 44.71%
CMYK:
(45,0,21,45)
C45M0Y21K45 
(45%,0%,21%,45%)
(0.45/0.00/0.21/0.45)	

CMYK percentages

%44.68
%0
%21.28
%44.71

Codes

Color #4E8D6F in popluar color models

4E8D6F
RGB78141111
HSL151°28.77%42.94%
HSB/HSV151°44.68%55.29%
CMYK44.68%0.00%21.28%
44.71%

Color #4E8D6F in popluar number systems.

HEX4E8D6F
Decimal78141111
Binary1001110100011011101111
Octal116215157

Shades and tints

Shades of #4E8D6F

#4E8D6F
(78,141,111)
#478165
(71,129,101)
#40755B
(64,117,91)
#396951
(57,105,81)
#325D47
(50,93,71)
#2B513D
(43,81,61)
#244533
(36,69,51)
#1D3929
(29,57,41)
#162D1F
(22,45,31)
#0F2115
(15,33,21)
#08150B
(8,21,11)
#000000
(0,0,0)

Tints of #4E8D6F

#4E8D6F
(78,141,111)
#5E977C
(94,151,124)
#6EA189
(110,161,137)
#7EAB96
(126,171,150)
#8EB5A3
(142,181,163)
#9EBFB0
(158,191,176)
#AEC9BD
(174,201,189)
#BED3CA
(190,211,202)
#CEDDD7
(206,221,215)
#DEE7E4
(222,231,228)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E8D6F; }

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

This text font color is #4E8D6F.


Background Color

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

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

This div background color is #4E8D6F.


Border color

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

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

This div border color is #4E8D6F.


Opacity

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

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

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

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

This text has shadow with #4E8D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8D6F on black background.


Color preview on white background

This text has color #4E8D6F on white background.



Black color preview on #4E8D6F background

This text has black color on #4E8D6F background.


White color preview on #4E8D6F background

This text has white color on #4E8D6F background.