COLOR #4E572E

HEX: #4E572E
RGB: (78,87,46)

Color info

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

RGB color model

#4E572E color RGB value is (78,87,46).

  • red value is 78;
  • green value is 87;
  • blue value is 46.
RGB:
(78,87,46)
(31%,34%,18%)

RGB channels and saturation

R 78 of 255 = 31%
G 87 of 255 = 34%
B 46 of 255 = 18%

78
87
46

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

Portions of RGB colors in percentages

R + G + B =
78 + 87 + 46 = 211 (100%)
R 78 of 211 ~ 36.97%
G 87 of 211 ~ 41.23%
B 46 of 211 ~ 21.8%

%36.97
%41.23
%21.8

CMYK color model

#4E572E color CMYK value is (10,0,47,66).

  • cyan value is 10.34%
  • magenta value is 0.00%
  • yellow value is 47.13%
  • key color value is 65.88%
CMYK:
(10,0,47,66)
C10M0Y47K66 
(10%,0%,47%,66%)
(0.10/0.00/0.47/0.66)	

CMYK percentages

%10.34
%0
%47.13
%65.88

Codes

Color #4E572E in popluar color models

4E572E
RGB788746
HSL73°30.83%26.08%
HSB/HSV73°47.13%34.12%
CMYK10.34%0.00%47.13%
65.88%

Color #4E572E in popluar number systems.

HEX4E572E
Decimal788746
Binary10011101010111101110
Octal11612756

Shades and tints

Shades of #4E572E

#4E572E
(78,87,46)
#47502A
(71,80,42)
#404926
(64,73,38)
#394222
(57,66,34)
#323B1E
(50,59,30)
#2B341A
(43,52,26)
#242D16
(36,45,22)
#1D2612
(29,38,18)
#161F0E
(22,31,14)
#0F180A
(15,24,10)
#081106
(8,17,6)
#000000
(0,0,0)

Tints of #4E572E

#4E572E
(78,87,46)
#5E6641
(94,102,65)
#6E7554
(110,117,84)
#7E8467
(126,132,103)
#8E937A
(142,147,122)
#9EA28D
(158,162,141)
#AEB1A0
(174,177,160)
#BEC0B3
(190,192,179)
#CECFC6
(206,207,198)
#DEDED9
(222,222,217)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E572E color. Also use rgb(78,87,46) instead hex code.

Text Font Color

.myTextColor { color: #4E572E; }

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

This text font color is #4E572E.


Background Color

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

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

This div background color is #4E572E.


Border color

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

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

This div border color is #4E572E.


Opacity

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

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

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

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

This text has shadow with #4E572E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E572E on black background.


Color preview on white background

This text has color #4E572E on white background.



Black color preview on #4E572E background

This text has black color on #4E572E background.


White color preview on #4E572E background

This text has white color on #4E572E background.