COLOR #4E5E44

HEX: #4E5E44
RGB: (78,94,68)

Color info

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

RGB color model

#4E5E44 color RGB value is (78,94,68).

  • red value is 78;
  • green value is 94;
  • blue value is 68.
RGB:
(78,94,68)
(31%,37%,27%)

RGB channels and saturation

R 78 of 255 = 31%
G 94 of 255 = 37%
B 68 of 255 = 27%

78
94
68

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

Portions of RGB colors in percentages

R + G + B =
78 + 94 + 68 = 240 (100%)
R 78 of 240 ~ 32.5%
G 94 of 240 ~ 39.17%
B 68 of 240 ~ 28.33%

%32.5
%39.17
%28.33

CMYK color model

#4E5E44 color CMYK value is (17,0,28,63).

  • cyan value is 17.02%
  • magenta value is 0.00%
  • yellow value is 27.66%
  • key color value is 63.14%
CMYK:
(17,0,28,63)
C17M0Y28K63 
(17%,0%,28%,63%)
(0.17/0.00/0.28/0.63)	

CMYK percentages

%17.02
%0
%27.66
%63.14

Codes

Color #4E5E44 in popluar color models

4E5E44
RGB789468
HSL97°16.05%31.76%
HSB/HSV97°27.66%36.86%
CMYK17.02%0.00%27.66%
63.14%

Color #4E5E44 in popluar number systems.

HEX4E5E44
Decimal789468
Binary100111010111101000100
Octal116136104

Shades and tints

Shades of #4E5E44

#4E5E44
(78,94,68)
#47563E
(71,86,62)
#404E38
(64,78,56)
#394632
(57,70,50)
#323E2C
(50,62,44)
#2B3626
(43,54,38)
#242E20
(36,46,32)
#1D261A
(29,38,26)
#161E14
(22,30,20)
#0F160E
(15,22,14)
#080E08
(8,14,8)
#000000
(0,0,0)

Tints of #4E5E44

#4E5E44
(78,94,68)
#5E6C55
(94,108,85)
#6E7A66
(110,122,102)
#7E8877
(126,136,119)
#8E9688
(142,150,136)
#9EA499
(158,164,153)
#AEB2AA
(174,178,170)
#BEC0BB
(190,192,187)
#CECECC
(206,206,204)
#DEDCDD
(222,220,221)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E5E44 color. Also use rgb(78,94,68) instead hex code.

Text Font Color

.myTextColor { color: #4E5E44; }

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

This text font color is #4E5E44.


Background Color

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

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

This div background color is #4E5E44.


Border color

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

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

This div border color is #4E5E44.


Opacity

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

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

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

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

This text has shadow with #4E5E44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5E44 on black background.


Color preview on white background

This text has color #4E5E44 on white background.



Black color preview on #4E5E44 background

This text has black color on #4E5E44 background.


White color preview on #4E5E44 background

This text has white color on #4E5E44 background.