COLOR #4E3942

HEX: #4E3942
RGB: (78,57,66)

Color info

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

RGB color model

#4E3942 color RGB value is (78,57,66).

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

RGB channels and saturation

R 78 of 255 = 31%
G 57 of 255 = 22%
B 66 of 255 = 26%

78
57
66

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

Portions of RGB colors in percentages

R + G + B =
78 + 57 + 66 = 201 (100%)
R 78 of 201 ~ 38.81%
G 57 of 201 ~ 28.36%
B 66 of 201 ~ 32.84%

%38.81
%28.36
%32.84

CMYK color model

#4E3942 color CMYK value is (0,27,15,69).

  • cyan value is 0.00%
  • magenta value is 26.92%
  • yellow value is 15.38%
  • key color value is 69.41%
CMYK:
(0,27,15,69)
C0M27Y15K69 
(0%,27%,15%,69%)
(0.00/0.27/0.15/0.69)	

CMYK percentages

%0
%26.92
%15.38
%69.41

Codes

Color #4E3942 in popluar color models

4E3942
RGB785766
HSL334°15.56%26.47%
HSB/HSV334°26.92%30.59%
CMYK0.00%26.92%15.38%
69.41%

Color #4E3942 in popluar number systems.

HEX4E3942
Decimal785766
Binary10011101110011000010
Octal11671102

Shades and tints

Shades of #4E3942

#4E3942
(78,57,66)
#47343C
(71,52,60)
#402F36
(64,47,54)
#392A30
(57,42,48)
#32252A
(50,37,42)
#2B2024
(43,32,36)
#241B1E
(36,27,30)
#1D1618
(29,22,24)
#161112
(22,17,18)
#0F0C0C
(15,12,12)
#080706
(8,7,6)
#000000
(0,0,0)

Tints of #4E3942

#4E3942
(78,57,66)
#5E4B53
(94,75,83)
#6E5D64
(110,93,100)
#7E6F75
(126,111,117)
#8E8186
(142,129,134)
#9E9397
(158,147,151)
#AEA5A8
(174,165,168)
#BEB7B9
(190,183,185)
#CEC9CA
(206,201,202)
#DEDBDB
(222,219,219)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3942; }

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

This text font color is #4E3942.


Background Color

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

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

This div background color is #4E3942.


Border color

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

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

This div border color is #4E3942.


Opacity

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

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

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

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

This text has shadow with #4E3942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3942 on black background.


Color preview on white background

This text has color #4E3942 on white background.



Black color preview on #4E3942 background

This text has black color on #4E3942 background.


White color preview on #4E3942 background

This text has white color on #4E3942 background.