COLOR #4E3340

HEX: #4E3340
RGB: (78,51,64)

Color info

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

RGB color model

#4E3340 color RGB value is (78,51,64).

  • red value is 78;
  • green value is 51;
  • blue value is 64.
RGB:
(78,51,64)
(31%,20%,25%)

RGB channels and saturation

R 78 of 255 = 31%
G 51 of 255 = 20%
B 64 of 255 = 25%

78
51
64

R + G + B ~ 25%. #4E3340 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 51 + 64 = 193 (100%)
R 78 of 193 ~ 40.41%
G 51 of 193 ~ 26.42%
B 64 of 193 ~ 33.16%

%40.41
%26.42
%33.16

CMYK color model

#4E3340 color CMYK value is (0,35,18,69).

  • cyan value is 0.00%
  • magenta value is 34.62%
  • yellow value is 17.95%
  • key color value is 69.41%
CMYK:
(0,35,18,69)
C0M35Y18K69 
(0%,35%,18%,69%)
(0.00/0.35/0.18/0.69)	

CMYK percentages

%0
%34.62
%17.95
%69.41

Codes

Color #4E3340 in popluar color models

4E3340
RGB785164
HSL331°20.93%25.29%
HSB/HSV331°34.62%30.59%
CMYK0.00%34.62%17.95%
69.41%

Color #4E3340 in popluar number systems.

HEX4E3340
Decimal785164
Binary10011101100111000000
Octal11663100

Shades and tints

Shades of #4E3340

#4E3340
(78,51,64)
#472F3B
(71,47,59)
#402B36
(64,43,54)
#392731
(57,39,49)
#32232C
(50,35,44)
#2B1F27
(43,31,39)
#241B22
(36,27,34)
#1D171D
(29,23,29)
#161318
(22,19,24)
#0F0F13
(15,15,19)
#080B0E
(8,11,14)
#000000
(0,0,0)

Tints of #4E3340

#4E3340
(78,51,64)
#5E4551
(94,69,81)
#6E5762
(110,87,98)
#7E6973
(126,105,115)
#8E7B84
(142,123,132)
#9E8D95
(158,141,149)
#AE9FA6
(174,159,166)
#BEB1B7
(190,177,183)
#CEC3C8
(206,195,200)
#DED5D9
(222,213,217)
#EEE7EA
(238,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3340 color. Also use rgb(78,51,64) instead hex code.

Text Font Color

.myTextColor { color: #4E3340; }

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

This text font color is #4E3340.


Background Color

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

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

This div background color is #4E3340.


Border color

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

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

This div border color is #4E3340.


Opacity

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

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

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

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

This text has shadow with #4E3340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3340 on black background.


Color preview on white background

This text has color #4E3340 on white background.



Black color preview on #4E3340 background

This text has black color on #4E3340 background.


White color preview on #4E3340 background

This text has white color on #4E3340 background.