COLOR #4E7C4D

HEX: #4E7C4D
RGB: (78,124,77)

Color info

#4E7C4D contains red, green and blue colors in about the same proportion. Web safe color of #4E7C4D is #666633 (or #663).

RGB color model

#4E7C4D color RGB value is (78,124,77).

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

RGB channels and saturation

R 78 of 255 = 31%
G 124 of 255 = 49%
B 77 of 255 = 30%

78
124
77

R + G + B ~ 37%. #4E7C4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 124 + 77 = 279 (100%)
R 78 of 279 ~ 27.96%
G 124 of 279 ~ 44.44%
B 77 of 279 ~ 27.6%

%27.96
%44.44
%27.6

CMYK color model

#4E7C4D color CMYK value is (37,0,38,51).

  • cyan value is 37.10%
  • magenta value is 0.00%
  • yellow value is 37.90%
  • key color value is 51.37%
CMYK:
(37,0,38,51)
C37M0Y38K51 
(37%,0%,38%,51%)
(0.37/0.00/0.38/0.51)	

CMYK percentages

%37.1
%0
%37.9
%51.37

Codes

Color #4E7C4D in popluar color models

4E7C4D
RGB7812477
HSL119°23.38%39.41%
HSB/HSV119°37.90%48.63%
CMYK37.10%0.00%37.90%
51.37%

Color #4E7C4D in popluar number systems.

HEX4E7C4D
Decimal7812477
Binary100111011111001001101
Octal116174115

Shades and tints

Shades of #4E7C4D

#4E7C4D
(78,124,77)
#477146
(71,113,70)
#40663F
(64,102,63)
#395B38
(57,91,56)
#325031
(50,80,49)
#2B452A
(43,69,42)
#243A23
(36,58,35)
#1D2F1C
(29,47,28)
#162415
(22,36,21)
#0F190E
(15,25,14)
#080E07
(8,14,7)
#000000
(0,0,0)

Tints of #4E7C4D

#4E7C4D
(78,124,77)
#5E875D
(94,135,93)
#6E926D
(110,146,109)
#7E9D7D
(126,157,125)
#8EA88D
(142,168,141)
#9EB39D
(158,179,157)
#AEBEAD
(174,190,173)
#BEC9BD
(190,201,189)
#CED4CD
(206,212,205)
#DEDFDD
(222,223,221)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E7C4D; }

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

This text font color is #4E7C4D.


Background Color

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

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

This div background color is #4E7C4D.


Border color

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

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

This div border color is #4E7C4D.


Opacity

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

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

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

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

This text has shadow with #4E7C4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E7C4D on black background.


Color preview on white background

This text has color #4E7C4D on white background.



Black color preview on #4E7C4D background

This text has black color on #4E7C4D background.


White color preview on #4E7C4D background

This text has white color on #4E7C4D background.