COLOR #4E7E4F

HEX: #4E7E4F
RGB: (78,126,79)

Color info

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

RGB color model

#4E7E4F color RGB value is (78,126,79).

  • red value is 78;
  • green value is 126;
  • blue value is 79.
RGB:
(78,126,79)
(31%,49%,31%)

RGB channels and saturation

R 78 of 255 = 31%
G 126 of 255 = 49%
B 79 of 255 = 31%

78
126
79

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

Portions of RGB colors in percentages

R + G + B =
78 + 126 + 79 = 283 (100%)
R 78 of 283 ~ 27.56%
G 126 of 283 ~ 44.52%
B 79 of 283 ~ 27.92%

%27.56
%44.52
%27.92

CMYK color model

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

  • cyan value is 38.10%
  • magenta value is 0.00%
  • yellow value is 37.30%
  • key color value is 50.59%
CMYK:
(38,0,37,51)
C38M0Y37K51 
(38%,0%,37%,51%)
(0.38/0.00/0.37/0.51)	

CMYK percentages

%38.1
%0
%37.3
%50.59

Codes

Color #4E7E4F in popluar color models

4E7E4F
RGB7812679
HSL121°23.53%40.00%
HSB/HSV121°38.10%49.41%
CMYK38.10%0.00%37.30%
50.59%

Color #4E7E4F in popluar number systems.

HEX4E7E4F
Decimal7812679
Binary100111011111101001111
Octal116176117

Shades and tints

Shades of #4E7E4F

#4E7E4F
(78,126,79)
#477348
(71,115,72)
#406841
(64,104,65)
#395D3A
(57,93,58)
#325233
(50,82,51)
#2B472C
(43,71,44)
#243C25
(36,60,37)
#1D311E
(29,49,30)
#162617
(22,38,23)
#0F1B10
(15,27,16)
#081009
(8,16,9)
#000000
(0,0,0)

Tints of #4E7E4F

#4E7E4F
(78,126,79)
#5E895F
(94,137,95)
#6E946F
(110,148,111)
#7E9F7F
(126,159,127)
#8EAA8F
(142,170,143)
#9EB59F
(158,181,159)
#AEC0AF
(174,192,175)
#BECBBF
(190,203,191)
#CED6CF
(206,214,207)
#DEE1DF
(222,225,223)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E7E4F color. Also use rgb(78,126,79) instead hex code.

Text Font Color

.myTextColor { color: #4E7E4F; }

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

This text font color is #4E7E4F.


Background Color

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

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

This div background color is #4E7E4F.


Border color

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

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

This div border color is #4E7E4F.


Opacity

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

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

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

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

This text has shadow with #4E7E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E7E4F on black background.


Color preview on white background

This text has color #4E7E4F on white background.



Black color preview on #4E7E4F background

This text has black color on #4E7E4F background.


White color preview on #4E7E4F background

This text has white color on #4E7E4F background.