COLOR #4E724D

HEX: #4E724D RGB: (78,114,77)

Color info

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

RGB color model

#4E724D color RGB value is (78,114,77).

RGB: (78,114,77) (31%, 45%, 30%)

RGB channels and saturation

R 78 of 255 = 31%
G 114 of 255 = 45%
B 77 of 255 = 30%

78
114
77

R + G + B ~ 35%. #4E724D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 114 + 77 = 269 (100%)
R 78 of 269 ~ 29%
G 114 of 269 ~ 42.38%
B 77 of 269 ~ 28.62'%

%29
%42.38
%28.62

CMYK color model

#4E724D color CMYK value is (32,0,32,55).

  • cyan value is 31.58%
  • magenta value is 0.00%
  • yellow value is 32.46%
  • key color value is 55.29%

CMYK: (32,0,32,55)
C32M0Y32K55 (32%, 0%, 32%, 55%)
(0.32 / 0.00 / 0.32 / 0.55)

CMYK percentages

%31.58
%0
%32.46
%55.29

Codes

Color #4E724D in popluar color models

4E 72 4D
RGB 78 114 77
HSL 118° 19.37% 37.45%
HSB/HSV 118° 32.46% 44.71%
CMYK 31.58% 0.00% 32.46%
55.29%

Color #4E724D in popluar number systems.

HEX 4E 72 4D
Decimal 78 114 77
Binary 1001110 1110010 1001101
Octal 116 162 115

Shades and tints

Shades of #4E724D

#4E724D
(78,114,77)
#476846
(71,104,70)
#405E3F
(64,94,63)
#395438
(57,84,56)
#324A31
(50,74,49)
#2B402A
(43,64,42)
#243623
(36,54,35)
#1D2C1C
(29,44,28)
#162215
(22,34,21)
#0F180E
(15,24,14)
#080E07
(8,14,7)
#000000
(0,0,0)

Tints of #4E724D

#4E724D
(78,114,77)
#5E7E5D
(94,126,93)
#6E8A6D
(110,138,109)
#7E967D
(126,150,125)
#8EA28D
(142,162,141)
#9EAE9D
(158,174,157)
#AEBAAD
(174,186,173)
#BEC6BD
(190,198,189)
#CED2CD
(206,210,205)
#DEDEDD
(222,222,221)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E724D; }

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

This text font color is #4E724D.

Background Color

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

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

This div background color is #4E724D.

Border color

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

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

This div border color is #4E724D.

Opacity

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

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

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

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

This text has shadow with #4E724D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E724D.

Preview

Color preview on black background

This text has color #4E724D on black background.


Color preview on white background

This text has color #4E724D on white background.


Black color preview on #4E724D background

This text has black color on #4E724D background.


White color preview on #4E724D background

This text has white color on #4E724D background.


Related colors

Complementary color

Complementary color for #hex is #B18DB2.


I love getcolorcode.com

Triadic colors

1 #4D4E72 and #724D4E with #4E724D are triadic colors.

2 #4D724E and #724E4D with #4E724D are triadic colors.