COLOR #4E7C5E

HEX: #4E7C5E
RGB: (78,124,94)

Color info

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

RGB color model

#4E7C5E color RGB value is (78,124,94).

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

RGB channels and saturation

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

78
124
94

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

Portions of RGB colors in percentages

R + G + B =
78 + 124 + 94 = 296 (100%)
R 78 of 296 ~ 26.35%
G 124 of 296 ~ 41.89%
B 94 of 296 ~ 31.76%

%26.35
%41.89
%31.76

CMYK color model

#4E7C5E color CMYK value is (37,0,24,51).

  • cyan value is 37.10%
  • magenta value is 0.00%
  • yellow value is 24.19%
  • key color value is 51.37%
CMYK:
(37,0,24,51)
C37M0Y24K51 
(37%,0%,24%,51%)
(0.37/0.00/0.24/0.51)	

CMYK percentages

%37.1
%0
%24.19
%51.37

Codes

Color #4E7C5E in popluar color models

4E7C5E
RGB7812494
HSL141°22.77%39.61%
HSB/HSV141°37.10%48.63%
CMYK37.10%0.00%24.19%
51.37%

Color #4E7C5E in popluar number systems.

HEX4E7C5E
Decimal7812494
Binary100111011111001011110
Octal116174136

Shades and tints

Shades of #4E7C5E

#4E7C5E
(78,124,94)
#477156
(71,113,86)
#40664E
(64,102,78)
#395B46
(57,91,70)
#32503E
(50,80,62)
#2B4536
(43,69,54)
#243A2E
(36,58,46)
#1D2F26
(29,47,38)
#16241E
(22,36,30)
#0F1916
(15,25,22)
#080E0E
(8,14,14)
#000000
(0,0,0)

Tints of #4E7C5E

#4E7C5E
(78,124,94)
#5E876C
(94,135,108)
#6E927A
(110,146,122)
#7E9D88
(126,157,136)
#8EA896
(142,168,150)
#9EB3A4
(158,179,164)
#AEBEB2
(174,190,178)
#BEC9C0
(190,201,192)
#CED4CE
(206,212,206)
#DEDFDC
(222,223,220)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E7C5E; }

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

This text font color is #4E7C5E.


Background Color

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

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

This div background color is #4E7C5E.


Border color

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

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

This div border color is #4E7C5E.


Opacity

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

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

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

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

This text has shadow with #4E7C5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E7C5E on black background.


Color preview on white background

This text has color #4E7C5E on white background.



Black color preview on #4E7C5E background

This text has black color on #4E7C5E background.


White color preview on #4E7C5E background

This text has white color on #4E7C5E background.