COLOR #4E7F4A

HEX: #4E7F4A RGB: (78,127,74)

Color info

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

RGB color model

#4E7F4A color RGB value is (78,127,74).

RGB: (78,127,74) (31%, 50%, 29%)

RGB channels and saturation

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

78
127
74

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

Portions of RGB colors in percentages

R + G + B = 78 + 127 + 74 = 279 (100%)
R 78 of 279 ~ 27.96%
G 127 of 279 ~ 45.52%
B 74 of 279 ~ 26.52'%

%27.96
%45.52
%26.52

CMYK color model

#4E7F4A color CMYK value is (39,0,42,50).

  • cyan value is 38.58%
  • magenta value is 0.00%
  • yellow value is 41.73%
  • key color value is 50.20%

CMYK: (39,0,42,50)
C39M0Y42K50 (39%, 0%, 42%, 50%)
(0.39 / 0.00 / 0.42 / 0.50)

CMYK percentages

%38.58
%0
%41.73
%50.2

Codes

Color #4E7F4A in popluar color models

4E 7F 4A
RGB 78 127 74
HSL 115° 26.37% 39.41%
HSB/HSV 115° 41.73% 49.80%
CMYK 38.58% 0.00% 41.73%
50.20%

Color #4E7F4A in popluar number systems.

HEX 4E 7F 4A
Decimal 78 127 74
Binary 1001110 1111111 1001010
Octal 116 177 112

Shades and tints

Shades of #4E7F4A

#4E7F4A
(78,127,74)
#477444
(71,116,68)
#40693E
(64,105,62)
#395E38
(57,94,56)
#325332
(50,83,50)
#2B482C
(43,72,44)
#243D26
(36,61,38)
#1D3220
(29,50,32)
#16271A
(22,39,26)
#0F1C14
(15,28,20)
#08110E
(8,17,14)
#000000
(0,0,0)

Tints of #4E7F4A

#4E7F4A
(78,127,74)
#5E8A5A
(94,138,90)
#6E956A
(110,149,106)
#7EA07A
(126,160,122)
#8EAB8A
(142,171,138)
#9EB69A
(158,182,154)
#AEC1AA
(174,193,170)
#BECCBA
(190,204,186)
#CED7CA
(206,215,202)
#DEE2DA
(222,226,218)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E7F4A; }

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

This text font color is #4E7F4A.

Background Color

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

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

This div background color is #4E7F4A.

Border color

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

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

This div border color is #4E7F4A.

Opacity

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

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

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

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

This text has shadow with #4E7F4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E7F4A.

Preview

Color preview on black background

This text has color #4E7F4A on black background.


Color preview on white background

This text has color #4E7F4A on white background.


Black color preview on #4E7F4A background

This text has black color on #4E7F4A background.


White color preview on #4E7F4A background

This text has white color on #4E7F4A background.


Related colors

Complementary color

Complementary color for #hex is #B180B5.


I love getcolorcode.com

Triadic colors

1 #4A4E7F and #7F4A4E with #4E7F4A are triadic colors.

2 #4A7F4E and #7F4E4A with #4E7F4A are triadic colors.