COLOR #4E2440

HEX: #4E2440
RGB: (78,36,64)

Color info

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

RGB color model

#4E2440 color RGB value is (78,36,64).

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

RGB channels and saturation

R 78 of 255 = 31%
G 36 of 255 = 14%
B 64 of 255 = 25%

78
36
64

R + G + B ~ 23%. #4E2440 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 36 + 64 = 178 (100%)
R 78 of 178 ~ 43.82%
G 36 of 178 ~ 20.22%
B 64 of 178 ~ 35.96%

%43.82
%20.22
%35.96

CMYK color model

#4E2440 color CMYK value is (0,54,18,69).

  • cyan value is 0.00%
  • magenta value is 53.85%
  • yellow value is 17.95%
  • key color value is 69.41%
CMYK:
(0,54,18,69)
C0M54Y18K69 
(0%,54%,18%,69%)
(0.00/0.54/0.18/0.69)	

CMYK percentages

%0
%53.85
%17.95
%69.41

Codes

Color #4E2440 in popluar color models

4E2440
RGB783664
HSL320°36.84%22.35%
HSB/HSV320°53.85%30.59%
CMYK0.00%53.85%17.95%
69.41%

Color #4E2440 in popluar number systems.

HEX4E2440
Decimal783664
Binary10011101001001000000
Octal11644100

Shades and tints

Shades of #4E2440

#4E2440
(78,36,64)
#47213B
(71,33,59)
#401E36
(64,30,54)
#391B31
(57,27,49)
#32182C
(50,24,44)
#2B1527
(43,21,39)
#241222
(36,18,34)
#1D0F1D
(29,15,29)
#160C18
(22,12,24)
#0F0913
(15,9,19)
#08060E
(8,6,14)
#000000
(0,0,0)

Tints of #4E2440

#4E2440
(78,36,64)
#5E3751
(94,55,81)
#6E4A62
(110,74,98)
#7E5D73
(126,93,115)
#8E7084
(142,112,132)
#9E8395
(158,131,149)
#AE96A6
(174,150,166)
#BEA9B7
(190,169,183)
#CEBCC8
(206,188,200)
#DECFD9
(222,207,217)
#EEE2EA
(238,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E2440; }

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

This text font color is #4E2440.


Background Color

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

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

This div background color is #4E2440.


Border color

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

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

This div border color is #4E2440.


Opacity

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

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

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

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

This text has shadow with #4E2440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E2440 on black background.


Color preview on white background

This text has color #4E2440 on white background.



Black color preview on #4E2440 background

This text has black color on #4E2440 background.


White color preview on #4E2440 background

This text has white color on #4E2440 background.