COLOR #4E5B49

HEX: #4E5B49
RGB: (78,91,73)

Color info

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

RGB color model

#4E5B49 color RGB value is (78,91,73).

  • red value is 78;
  • green value is 91;
  • blue value is 73.
RGB:
(78,91,73)
(31%,36%,29%)

RGB channels and saturation

R 78 of 255 = 31%
G 91 of 255 = 36%
B 73 of 255 = 29%

78
91
73

R + G + B ~ 32%. #4E5B49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 91 + 73 = 242 (100%)
R 78 of 242 ~ 32.23%
G 91 of 242 ~ 37.6%
B 73 of 242 ~ 30.17%

%32.23
%37.6
%30.17

CMYK color model

#4E5B49 color CMYK value is (14,0,20,64).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 19.78%
  • key color value is 64.31%
CMYK:
(14,0,20,64)
C14M0Y20K64 
(14%,0%,20%,64%)
(0.14/0.00/0.20/0.64)	

CMYK percentages

%14.29
%0
%19.78
%64.31

Codes

Color #4E5B49 in popluar color models

4E5B49
RGB789173
HSL103°10.98%32.16%
HSB/HSV103°19.78%35.69%
CMYK14.29%0.00%19.78%
64.31%

Color #4E5B49 in popluar number systems.

HEX4E5B49
Decimal789173
Binary100111010110111001001
Octal116133111

Shades and tints

Shades of #4E5B49

#4E5B49
(78,91,73)
#475343
(71,83,67)
#404B3D
(64,75,61)
#394337
(57,67,55)
#323B31
(50,59,49)
#2B332B
(43,51,43)
#242B25
(36,43,37)
#1D231F
(29,35,31)
#161B19
(22,27,25)
#0F1313
(15,19,19)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #4E5B49

#4E5B49
(78,91,73)
#5E6959
(94,105,89)
#6E7769
(110,119,105)
#7E8579
(126,133,121)
#8E9389
(142,147,137)
#9EA199
(158,161,153)
#AEAFA9
(174,175,169)
#BEBDB9
(190,189,185)
#CECBC9
(206,203,201)
#DED9D9
(222,217,217)
#EEE7E9
(238,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E5B49 color. Also use rgb(78,91,73) instead hex code.

Text Font Color

.myTextColor { color: #4E5B49; }

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

This text font color is #4E5B49.


Background Color

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

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

This div background color is #4E5B49.


Border color

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

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

This div border color is #4E5B49.


Opacity

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

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

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

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

This text has shadow with #4E5B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5B49 on black background.


Color preview on white background

This text has color #4E5B49 on white background.



Black color preview on #4E5B49 background

This text has black color on #4E5B49 background.


White color preview on #4E5B49 background

This text has white color on #4E5B49 background.