COLOR #4E1F44

HEX: #4E1F44
RGB: (78,31,68)

Color info

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

RGB color model

#4E1F44 color RGB value is (78,31,68).

  • red value is 78;
  • green value is 31;
  • blue value is 68.
RGB:
(78,31,68)
(31%,12%,27%)

RGB channels and saturation

R 78 of 255 = 31%
G 31 of 255 = 12%
B 68 of 255 = 27%

78
31
68

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

Portions of RGB colors in percentages

R + G + B =
78 + 31 + 68 = 177 (100%)
R 78 of 177 ~ 44.07%
G 31 of 177 ~ 17.51%
B 68 of 177 ~ 38.42%

%44.07
%17.51
%38.42

CMYK color model

#4E1F44 color CMYK value is (0,60,13,69).

  • cyan value is 0.00%
  • magenta value is 60.26%
  • yellow value is 12.82%
  • key color value is 69.41%
CMYK:
(0,60,13,69)
C0M60Y13K69 
(0%,60%,13%,69%)
(0.00/0.60/0.13/0.69)	

CMYK percentages

%0
%60.26
%12.82
%69.41

Codes

Color #4E1F44 in popluar color models

4E1F44
RGB783168
HSL313°43.12%21.37%
HSB/HSV313°60.26%30.59%
CMYK0.00%60.26%12.82%
69.41%

Color #4E1F44 in popluar number systems.

HEX4E1F44
Decimal783168
Binary1001110111111000100
Octal11637104

Shades and tints

Shades of #4E1F44

#4E1F44
(78,31,68)
#471D3E
(71,29,62)
#401B38
(64,27,56)
#391932
(57,25,50)
#32172C
(50,23,44)
#2B1526
(43,21,38)
#241320
(36,19,32)
#1D111A
(29,17,26)
#160F14
(22,15,20)
#0F0D0E
(15,13,14)
#080B08
(8,11,8)
#000000
(0,0,0)

Tints of #4E1F44

#4E1F44
(78,31,68)
#5E3355
(94,51,85)
#6E4766
(110,71,102)
#7E5B77
(126,91,119)
#8E6F88
(142,111,136)
#9E8399
(158,131,153)
#AE97AA
(174,151,170)
#BEABBB
(190,171,187)
#CEBFCC
(206,191,204)
#DED3DD
(222,211,221)
#EEE7EE
(238,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E1F44 color. Also use rgb(78,31,68) instead hex code.

Text Font Color

.myTextColor { color: #4E1F44; }

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

This text font color is #4E1F44.


Background Color

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

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

This div background color is #4E1F44.


Border color

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

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

This div border color is #4E1F44.


Opacity

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

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

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

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

This text has shadow with #4E1F44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E1F44 on black background.


Color preview on white background

This text has color #4E1F44 on white background.



Black color preview on #4E1F44 background

This text has black color on #4E1F44 background.


White color preview on #4E1F44 background

This text has white color on #4E1F44 background.