COLOR #4E7C5F

HEX: #4E7C5F
RGB: (78,124,95)

Color info

#4E7C5F contains red, green and blue colors in about the same proportion. Web safe color of #4E7C5F is #666666 (or #666).

RGB color model

#4E7C5F color RGB value is (78,124,95).

  • red value is 78;
  • green value is 124;
  • blue value is 95.
RGB:
(78,124,95)
(31%,49%,37%)

RGB channels and saturation

R 78 of 255 = 31%
G 124 of 255 = 49%
B 95 of 255 = 37%

78
124
95

R + G + B ~ 39%. #4E7C5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 124 + 95 = 297 (100%)
R 78 of 297 ~ 26.26%
G 124 of 297 ~ 41.75%
B 95 of 297 ~ 31.99%

%26.26
%41.75
%31.99

CMYK color model

#4E7C5F color CMYK value is (37,0,23,51).

  • cyan value is 37.10%
  • magenta value is 0.00%
  • yellow value is 23.39%
  • key color value is 51.37%
CMYK:
(37,0,23,51)
C37M0Y23K51 
(37%,0%,23%,51%)
(0.37/0.00/0.23/0.51)	

CMYK percentages

%37.1
%0
%23.39
%51.37

Codes

Color #4E7C5F in popluar color models

4E7C5F
RGB7812495
HSL142°22.77%39.61%
HSB/HSV142°37.10%48.63%
CMYK37.10%0.00%23.39%
51.37%

Color #4E7C5F in popluar number systems.

HEX4E7C5F
Decimal7812495
Binary100111011111001011111
Octal116174137

Shades and tints

Shades of #4E7C5F

#4E7C5F
(78,124,95)
#477157
(71,113,87)
#40664F
(64,102,79)
#395B47
(57,91,71)
#32503F
(50,80,63)
#2B4537
(43,69,55)
#243A2F
(36,58,47)
#1D2F27
(29,47,39)
#16241F
(22,36,31)
#0F1917
(15,25,23)
#080E0F
(8,14,15)
#000000
(0,0,0)

Tints of #4E7C5F

#4E7C5F
(78,124,95)
#5E876D
(94,135,109)
#6E927B
(110,146,123)
#7E9D89
(126,157,137)
#8EA897
(142,168,151)
#9EB3A5
(158,179,165)
#AEBEB3
(174,190,179)
#BEC9C1
(190,201,193)
#CED4CF
(206,212,207)
#DEDFDD
(222,223,221)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E7C5F color. Also use rgb(78,124,95) instead hex code.

Text Font Color

.myTextColor { color: #4E7C5F; }

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

This text font color is #4E7C5F.


Background Color

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

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

This div background color is #4E7C5F.


Border color

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

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

This div border color is #4E7C5F.


Opacity

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

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

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

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

This text has shadow with #4E7C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E7C5F on black background.


Color preview on white background

This text has color #4E7C5F on white background.



Black color preview on #4E7C5F background

This text has black color on #4E7C5F background.


White color preview on #4E7C5F background

This text has white color on #4E7C5F background.