COLOR #4E3544

HEX: #4E3544
RGB: (78,53,68)

Color info

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

RGB color model

#4E3544 color RGB value is (78,53,68).

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

RGB channels and saturation

R 78 of 255 = 31%
G 53 of 255 = 21%
B 68 of 255 = 27%

78
53
68

R + G + B ~ 26%. #4E3544 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 53 + 68 = 199 (100%)
R 78 of 199 ~ 39.2%
G 53 of 199 ~ 26.63%
B 68 of 199 ~ 34.17%

%39.2
%26.63
%34.17

CMYK color model

#4E3544 color CMYK value is (0,32,13,69).

  • cyan value is 0.00%
  • magenta value is 32.05%
  • yellow value is 12.82%
  • key color value is 69.41%
CMYK:
(0,32,13,69)
C0M32Y13K69 
(0%,32%,13%,69%)
(0.00/0.32/0.13/0.69)	

CMYK percentages

%0
%32.05
%12.82
%69.41

Codes

Color #4E3544 in popluar color models

4E3544
RGB785368
HSL324°19.08%25.69%
HSB/HSV324°32.05%30.59%
CMYK0.00%32.05%12.82%
69.41%

Color #4E3544 in popluar number systems.

HEX4E3544
Decimal785368
Binary10011101101011000100
Octal11665104

Shades and tints

Shades of #4E3544

#4E3544
(78,53,68)
#47313E
(71,49,62)
#402D38
(64,45,56)
#392932
(57,41,50)
#32252C
(50,37,44)
#2B2126
(43,33,38)
#241D20
(36,29,32)
#1D191A
(29,25,26)
#161514
(22,21,20)
#0F110E
(15,17,14)
#080D08
(8,13,8)
#000000
(0,0,0)

Tints of #4E3544

#4E3544
(78,53,68)
#5E4755
(94,71,85)
#6E5966
(110,89,102)
#7E6B77
(126,107,119)
#8E7D88
(142,125,136)
#9E8F99
(158,143,153)
#AEA1AA
(174,161,170)
#BEB3BB
(190,179,187)
#CEC5CC
(206,197,204)
#DED7DD
(222,215,221)
#EEE9EE
(238,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3544; }

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

This text font color is #4E3544.


Background Color

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

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

This div background color is #4E3544.


Border color

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

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

This div border color is #4E3544.


Opacity

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

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

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

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

This text has shadow with #4E3544 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3544 on black background.


Color preview on white background

This text has color #4E3544 on white background.



Black color preview on #4E3544 background

This text has black color on #4E3544 background.


White color preview on #4E3544 background

This text has white color on #4E3544 background.