COLOR #4E3E42

HEX: #4E3E42
RGB: (78,62,66)

Color info

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

RGB color model

#4E3E42 color RGB value is (78,62,66).

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

RGB channels and saturation

R 78 of 255 = 31%
G 62 of 255 = 24%
B 66 of 255 = 26%

78
62
66

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

Portions of RGB colors in percentages

R + G + B =
78 + 62 + 66 = 206 (100%)
R 78 of 206 ~ 37.86%
G 62 of 206 ~ 30.1%
B 66 of 206 ~ 32.04%

%37.86
%30.1
%32.04

CMYK color model

#4E3E42 color CMYK value is (0,21,15,69).

  • cyan value is 0.00%
  • magenta value is 20.51%
  • yellow value is 15.38%
  • key color value is 69.41%
CMYK:
(0,21,15,69)
C0M21Y15K69 
(0%,21%,15%,69%)
(0.00/0.21/0.15/0.69)	

CMYK percentages

%0
%20.51
%15.38
%69.41

Codes

Color #4E3E42 in popluar color models

4E3E42
RGB786266
HSL345°11.43%27.45%
HSB/HSV345°20.51%30.59%
CMYK0.00%20.51%15.38%
69.41%

Color #4E3E42 in popluar number systems.

HEX4E3E42
Decimal786266
Binary10011101111101000010
Octal11676102

Shades and tints

Shades of #4E3E42

#4E3E42
(78,62,66)
#47393C
(71,57,60)
#403436
(64,52,54)
#392F30
(57,47,48)
#322A2A
(50,42,42)
#2B2524
(43,37,36)
#24201E
(36,32,30)
#1D1B18
(29,27,24)
#161612
(22,22,18)
#0F110C
(15,17,12)
#080C06
(8,12,6)
#000000
(0,0,0)

Tints of #4E3E42

#4E3E42
(78,62,66)
#5E4F53
(94,79,83)
#6E6064
(110,96,100)
#7E7175
(126,113,117)
#8E8286
(142,130,134)
#9E9397
(158,147,151)
#AEA4A8
(174,164,168)
#BEB5B9
(190,181,185)
#CEC6CA
(206,198,202)
#DED7DB
(222,215,219)
#EEE8EC
(238,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3E42; }

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

This text font color is #4E3E42.


Background Color

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

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

This div background color is #4E3E42.


Border color

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

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

This div border color is #4E3E42.


Opacity

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

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

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

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

This text has shadow with #4E3E42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3E42 on black background.


Color preview on white background

This text has color #4E3E42 on white background.



Black color preview on #4E3E42 background

This text has black color on #4E3E42 background.


White color preview on #4E3E42 background

This text has white color on #4E3E42 background.