COLOR #4E8C7D

HEX: #4E8C7D
RGB: (78,140,125)

Color info

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

RGB color model

#4E8C7D color RGB value is (78,140,125).

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

RGB channels and saturation

R 78 of 255 = 31%
G 140 of 255 = 55%
B 125 of 255 = 49%

78
140
125

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

Portions of RGB colors in percentages

R + G + B =
78 + 140 + 125 = 343 (100%)
R 78 of 343 ~ 22.74%
G 140 of 343 ~ 40.82%
B 125 of 343 ~ 36.44%

%22.74
%40.82
%36.44

CMYK color model

#4E8C7D color CMYK value is (44,0,11,45).

  • cyan value is 44.29%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 45.10%
CMYK:
(44,0,11,45)
C44M0Y11K45 
(44%,0%,11%,45%)
(0.44/0.00/0.11/0.45)	

CMYK percentages

%44.29
%0
%10.71
%45.1

Codes

Color #4E8C7D in popluar color models

4E8C7D
RGB78140125
HSL165°28.44%42.75%
HSB/HSV165°44.29%54.90%
CMYK44.29%0.00%10.71%
45.10%

Color #4E8C7D in popluar number systems.

HEX4E8C7D
Decimal78140125
Binary1001110100011001111101
Octal116214175

Shades and tints

Shades of #4E8C7D

#4E8C7D
(78,140,125)
#478072
(71,128,114)
#407467
(64,116,103)
#39685C
(57,104,92)
#325C51
(50,92,81)
#2B5046
(43,80,70)
#24443B
(36,68,59)
#1D3830
(29,56,48)
#162C25
(22,44,37)
#0F201A
(15,32,26)
#08140F
(8,20,15)
#000000
(0,0,0)

Tints of #4E8C7D

#4E8C7D
(78,140,125)
#5E9688
(94,150,136)
#6EA093
(110,160,147)
#7EAA9E
(126,170,158)
#8EB4A9
(142,180,169)
#9EBEB4
(158,190,180)
#AEC8BF
(174,200,191)
#BED2CA
(190,210,202)
#CEDCD5
(206,220,213)
#DEE6E0
(222,230,224)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E8C7D; }

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

This text font color is #4E8C7D.


Background Color

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

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

This div background color is #4E8C7D.


Border color

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

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

This div border color is #4E8C7D.


Opacity

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

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

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

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

This text has shadow with #4E8C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8C7D on black background.


Color preview on white background

This text has color #4E8C7D on white background.



Black color preview on #4E8C7D background

This text has black color on #4E8C7D background.


White color preview on #4E8C7D background

This text has white color on #4E8C7D background.