COLOR #4E3542

HEX: #4E3542
RGB: (78,53,66)

Color info

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

RGB color model

#4E3542 color RGB value is (78,53,66).

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

RGB channels and saturation

R 78 of 255 = 31%
G 53 of 255 = 21%
B 66 of 255 = 26%

78
53
66

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

Portions of RGB colors in percentages

R + G + B =
78 + 53 + 66 = 197 (100%)
R 78 of 197 ~ 39.59%
G 53 of 197 ~ 26.9%
B 66 of 197 ~ 33.5%

%39.59
%26.9
%33.5

CMYK color model

#4E3542 color CMYK value is (0,32,15,69).

  • cyan value is 0.00%
  • magenta value is 32.05%
  • yellow value is 15.38%
  • key color value is 69.41%
CMYK:
(0,32,15,69)
C0M32Y15K69 
(0%,32%,15%,69%)
(0.00/0.32/0.15/0.69)	

CMYK percentages

%0
%32.05
%15.38
%69.41

Codes

Color #4E3542 in popluar color models

4E3542
RGB785366
HSL329°19.08%25.69%
HSB/HSV329°32.05%30.59%
CMYK0.00%32.05%15.38%
69.41%

Color #4E3542 in popluar number systems.

HEX4E3542
Decimal785366
Binary10011101101011000010
Octal11665102

Shades and tints

Shades of #4E3542

#4E3542
(78,53,66)
#47313C
(71,49,60)
#402D36
(64,45,54)
#392930
(57,41,48)
#32252A
(50,37,42)
#2B2124
(43,33,36)
#241D1E
(36,29,30)
#1D1918
(29,25,24)
#161512
(22,21,18)
#0F110C
(15,17,12)
#080D06
(8,13,6)
#000000
(0,0,0)

Tints of #4E3542

#4E3542
(78,53,66)
#5E4753
(94,71,83)
#6E5964
(110,89,100)
#7E6B75
(126,107,117)
#8E7D86
(142,125,134)
#9E8F97
(158,143,151)
#AEA1A8
(174,161,168)
#BEB3B9
(190,179,185)
#CEC5CA
(206,197,202)
#DED7DB
(222,215,219)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3542; }

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

This text font color is #4E3542.


Background Color

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

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

This div background color is #4E3542.


Border color

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

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

This div border color is #4E3542.


Opacity

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

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

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

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

This text has shadow with #4E3542 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3542 on black background.


Color preview on white background

This text has color #4E3542 on white background.



Black color preview on #4E3542 background

This text has black color on #4E3542 background.


White color preview on #4E3542 background

This text has white color on #4E3542 background.