COLOR #4E7F4B

HEX: #4E7F4B
RGB: (78,127,75)

Color info

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

RGB color model

#4E7F4B color RGB value is (78,127,75).

  • red value is 78;
  • green value is 127;
  • blue value is 75.
RGB:
(78,127,75)
(31%,50%,29%)

RGB channels and saturation

R 78 of 255 = 31%
G 127 of 255 = 50%
B 75 of 255 = 29%

78
127
75

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

Portions of RGB colors in percentages

R + G + B =
78 + 127 + 75 = 280 (100%)
R 78 of 280 ~ 27.86%
G 127 of 280 ~ 45.36%
B 75 of 280 ~ 26.79%

%27.86
%45.36
%26.79

CMYK color model

#4E7F4B color CMYK value is (39,0,41,50).

  • cyan value is 38.58%
  • magenta value is 0.00%
  • yellow value is 40.94%
  • key color value is 50.20%
CMYK:
(39,0,41,50)
C39M0Y41K50 
(39%,0%,41%,50%)
(0.39/0.00/0.41/0.50)	

CMYK percentages

%38.58
%0
%40.94
%50.2

Codes

Color #4E7F4B in popluar color models

4E7F4B
RGB7812775
HSL117°25.74%39.61%
HSB/HSV117°40.94%49.80%
CMYK38.58%0.00%40.94%
50.20%

Color #4E7F4B in popluar number systems.

HEX4E7F4B
Decimal7812775
Binary100111011111111001011
Octal116177113

Shades and tints

Shades of #4E7F4B

#4E7F4B
(78,127,75)
#477445
(71,116,69)
#40693F
(64,105,63)
#395E39
(57,94,57)
#325333
(50,83,51)
#2B482D
(43,72,45)
#243D27
(36,61,39)
#1D3221
(29,50,33)
#16271B
(22,39,27)
#0F1C15
(15,28,21)
#08110F
(8,17,15)
#000000
(0,0,0)

Tints of #4E7F4B

#4E7F4B
(78,127,75)
#5E8A5B
(94,138,91)
#6E956B
(110,149,107)
#7EA07B
(126,160,123)
#8EAB8B
(142,171,139)
#9EB69B
(158,182,155)
#AEC1AB
(174,193,171)
#BECCBB
(190,204,187)
#CED7CB
(206,215,203)
#DEE2DB
(222,226,219)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E7F4B color. Also use rgb(78,127,75) instead hex code.

Text Font Color

.myTextColor { color: #4E7F4B; }

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

This text font color is #4E7F4B.


Background Color

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

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

This div background color is #4E7F4B.


Border color

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

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

This div border color is #4E7F4B.


Opacity

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

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

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

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

This text has shadow with #4E7F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E7F4B on black background.


Color preview on white background

This text has color #4E7F4B on white background.



Black color preview on #4E7F4B background

This text has black color on #4E7F4B background.


White color preview on #4E7F4B background

This text has white color on #4E7F4B background.