COLOR #4E5C2F

HEX: #4E5C2F
RGB: (78,92,47)

Color info

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

RGB color model

#4E5C2F color RGB value is (78,92,47).

  • red value is 78;
  • green value is 92;
  • blue value is 47.
RGB:
(78,92,47)
(31%,36%,18%)

RGB channels and saturation

R 78 of 255 = 31%
G 92 of 255 = 36%
B 47 of 255 = 18%

78
92
47

R + G + B ~ 28%. #4E5C2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 92 + 47 = 217 (100%)
R 78 of 217 ~ 35.94%
G 92 of 217 ~ 42.4%
B 47 of 217 ~ 21.66%

%35.94
%42.4
%21.66

CMYK color model

#4E5C2F color CMYK value is (15,0,49,64).

  • cyan value is 15.22%
  • magenta value is 0.00%
  • yellow value is 48.91%
  • key color value is 63.92%
CMYK:
(15,0,49,64)
C15M0Y49K64 
(15%,0%,49%,64%)
(0.15/0.00/0.49/0.64)	

CMYK percentages

%15.22
%0
%48.91
%63.92

Codes

Color #4E5C2F in popluar color models

4E5C2F
RGB789247
HSL79°32.37%27.25%
HSB/HSV79°48.91%36.08%
CMYK15.22%0.00%48.91%
63.92%

Color #4E5C2F in popluar number systems.

HEX4E5C2F
Decimal789247
Binary10011101011100101111
Octal11613457

Shades and tints

Shades of #4E5C2F

#4E5C2F
(78,92,47)
#47542B
(71,84,43)
#404C27
(64,76,39)
#394423
(57,68,35)
#323C1F
(50,60,31)
#2B341B
(43,52,27)
#242C17
(36,44,23)
#1D2413
(29,36,19)
#161C0F
(22,28,15)
#0F140B
(15,20,11)
#080C07
(8,12,7)
#000000
(0,0,0)

Tints of #4E5C2F

#4E5C2F
(78,92,47)
#5E6A41
(94,106,65)
#6E7853
(110,120,83)
#7E8665
(126,134,101)
#8E9477
(142,148,119)
#9EA289
(158,162,137)
#AEB09B
(174,176,155)
#BEBEAD
(190,190,173)
#CECCBF
(206,204,191)
#DEDAD1
(222,218,209)
#EEE8E3
(238,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E5C2F color. Also use rgb(78,92,47) instead hex code.

Text Font Color

.myTextColor { color: #4E5C2F; }

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

This text font color is #4E5C2F.


Background Color

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

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

This div background color is #4E5C2F.


Border color

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

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

This div border color is #4E5C2F.


Opacity

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

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

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

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

This text has shadow with #4E5C2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5C2F on black background.


Color preview on white background

This text has color #4E5C2F on white background.



Black color preview on #4E5C2F background

This text has black color on #4E5C2F background.


White color preview on #4E5C2F background

This text has white color on #4E5C2F background.