COLOR #4E3C44

HEX: #4E3C44
RGB: (78,60,68)

Color info

#4E3C44 contains red, green and blue colors in about the same proportion. Web safe color of #4E3C44 is #663333 (or #633).

RGB color model

#4E3C44 color RGB value is (78,60,68).

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

RGB channels and saturation

R 78 of 255 = 31%
G 60 of 255 = 24%
B 68 of 255 = 27%

78
60
68

R + G + B ~ 27%. #4E3C44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 60 + 68 = 206 (100%)
R 78 of 206 ~ 37.86%
G 60 of 206 ~ 29.13%
B 68 of 206 ~ 33.01%

%37.86
%29.13
%33.01

CMYK color model

#4E3C44 color CMYK value is (0,23,13,69).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 12.82%
  • key color value is 69.41%
CMYK:
(0,23,13,69)
C0M23Y13K69 
(0%,23%,13%,69%)
(0.00/0.23/0.13/0.69)	

CMYK percentages

%0
%23.08
%12.82
%69.41

Codes

Color #4E3C44 in popluar color models

4E3C44
RGB786068
HSL333°13.04%27.06%
HSB/HSV333°23.08%30.59%
CMYK0.00%23.08%12.82%
69.41%

Color #4E3C44 in popluar number systems.

HEX4E3C44
Decimal786068
Binary10011101111001000100
Octal11674104

Shades and tints

Shades of #4E3C44

#4E3C44
(78,60,68)
#47373E
(71,55,62)
#403238
(64,50,56)
#392D32
(57,45,50)
#32282C
(50,40,44)
#2B2326
(43,35,38)
#241E20
(36,30,32)
#1D191A
(29,25,26)
#161414
(22,20,20)
#0F0F0E
(15,15,14)
#080A08
(8,10,8)
#000000
(0,0,0)

Tints of #4E3C44

#4E3C44
(78,60,68)
#5E4D55
(94,77,85)
#6E5E66
(110,94,102)
#7E6F77
(126,111,119)
#8E8088
(142,128,136)
#9E9199
(158,145,153)
#AEA2AA
(174,162,170)
#BEB3BB
(190,179,187)
#CEC4CC
(206,196,204)
#DED5DD
(222,213,221)
#EEE6EE
(238,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3C44; }

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

This text font color is #4E3C44.


Background Color

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

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

This div background color is #4E3C44.


Border color

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

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

This div border color is #4E3C44.


Opacity

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

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

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

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

This text has shadow with #4E3C44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3C44 on black background.


Color preview on white background

This text has color #4E3C44 on white background.



Black color preview on #4E3C44 background

This text has black color on #4E3C44 background.


White color preview on #4E3C44 background

This text has white color on #4E3C44 background.