COLOR #4E7047

HEX: #4E7047 RGB: (78,112,71)

Color info

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

RGB color model

#4E7047 color RGB value is (78,112,71).

RGB: (78,112,71) (31%, 44%, 28%)

RGB channels and saturation

R 78 of 255 = 31%
G 112 of 255 = 44%
B 71 of 255 = 28%

78
112
71

R + G + B ~ 34%. #4E7047 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 112 + 71 = 261 (100%)
R 78 of 261 ~ 29.89%
G 112 of 261 ~ 42.91%
B 71 of 261 ~ 27.2'%

%29.89
%42.91
%27.2

CMYK color model

#4E7047 color CMYK value is (30,0,37,56).

  • cyan value is 30.36%
  • magenta value is 0.00%
  • yellow value is 36.61%
  • key color value is 56.08%

CMYK: (30,0,37,56)
C30M0Y37K56 (30%, 0%, 37%, 56%)
(0.30 / 0.00 / 0.37 / 0.56)

CMYK percentages

%30.36
%0
%36.61
%56.08

Codes

Color #4E7047 in popluar color models

4E 70 47
RGB 78 112 71
HSL 110° 22.40% 35.88%
HSB/HSV 110° 36.61% 43.92%
CMYK 30.36% 0.00% 36.61%
56.08%

Color #4E7047 in popluar number systems.

HEX 4E 70 47
Decimal 78 112 71
Binary 1001110 1110000 1000111
Octal 116 160 107

Shades and tints

Shades of #4E7047

#4E7047
(78,112,71)
#476641
(71,102,65)
#405C3B
(64,92,59)
#395235
(57,82,53)
#32482F
(50,72,47)
#2B3E29
(43,62,41)
#243423
(36,52,35)
#1D2A1D
(29,42,29)
#162017
(22,32,23)
#0F1611
(15,22,17)
#080C0B
(8,12,11)
#000000
(0,0,0)

Tints of #4E7047

#4E7047
(78,112,71)
#5E7D57
(94,125,87)
#6E8A67
(110,138,103)
#7E9777
(126,151,119)
#8EA487
(142,164,135)
#9EB197
(158,177,151)
#AEBEA7
(174,190,167)
#BECBB7
(190,203,183)
#CED8C7
(206,216,199)
#DEE5D7
(222,229,215)
#EEF2E7
(238,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E7047 color. Also use rgb(78,112,71) instead hex code.

Text Font Color

.myTextColor { color: #4E7047; }

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

This text font color is #4E7047.

Background Color

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

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

This div background color is #4E7047.

Border color

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

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

This div border color is #4E7047.

Opacity

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

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

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

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

This text has shadow with #4E7047 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E7047.

Preview

Color preview on black background

This text has color #4E7047 on black background.


Color preview on white background

This text has color #4E7047 on white background.


Black color preview on #4E7047 background

This text has black color on #4E7047 background.


White color preview on #4E7047 background

This text has white color on #4E7047 background.


Related colors

Complementary color

Complementary color for #hex is #B18FB8.


I love getcolorcode.com

Triadic colors

1 #474E70 and #70474E with #4E7047 are triadic colors.

2 #47704E and #704E47 with #4E7047 are triadic colors.