COLOR #5E1C49

HEX: #5E1C49
RGB: (94,28,73)

Color info

#5E1C49 contains mainly red and blue colors. Web safe color of #5E1C49 is #663333 (or #633).

RGB color model

#5E1C49 color RGB value is (94,28,73).

  • red value is 94;
  • green value is 28;
  • blue value is 73.
RGB:
(94,28,73)
(37%,11%,29%)

RGB channels and saturation

R 94 of 255 = 37%
G 28 of 255 = 11%
B 73 of 255 = 29%

94
28
73

R + G + B ~ 26%. #5E1C49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 28 + 73 = 195 (100%)
R 94 of 195 ~ 48.21%
G 28 of 195 ~ 14.36%
B 73 of 195 ~ 37.44%

%48.21
%14.36
%37.44

CMYK color model

#5E1C49 color CMYK value is (0,70,22,63).

  • cyan value is 0.00%
  • magenta value is 70.21%
  • yellow value is 22.34%
  • key color value is 63.14%
CMYK:
(0,70,22,63)
C0M70Y22K63 
(0%,70%,22%,63%)
(0.00/0.70/0.22/0.63)	

CMYK percentages

%0
%70.21
%22.34
%63.14

Codes

Color #5E1C49 in popluar color models

5E1C49
RGB942873
HSL319°54.10%23.92%
HSB/HSV319°70.21%36.86%
CMYK0.00%70.21%22.34%
63.14%

Color #5E1C49 in popluar number systems.

HEX5E1C49
Decimal942873
Binary1011110111001001001
Octal13634111

Shades and tints

Shades of #5E1C49

#5E1C49
(94,28,73)
#561A43
(86,26,67)
#4E183D
(78,24,61)
#461637
(70,22,55)
#3E1431
(62,20,49)
#36122B
(54,18,43)
#2E1025
(46,16,37)
#260E1F
(38,14,31)
#1E0C19
(30,12,25)
#160A13
(22,10,19)
#0E080D
(14,8,13)
#000000
(0,0,0)

Tints of #5E1C49

#5E1C49
(94,28,73)
#6C3059
(108,48,89)
#7A4469
(122,68,105)
#885879
(136,88,121)
#966C89
(150,108,137)
#A48099
(164,128,153)
#B294A9
(178,148,169)
#C0A8B9
(192,168,185)
#CEBCC9
(206,188,201)
#DCD0D9
(220,208,217)
#EAE4E9
(234,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E1C49 color. Also use rgb(94,28,73) instead hex code.

Text Font Color

.myTextColor { color: #5E1C49; }

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

This text font color is #5E1C49.


Background Color

.myBgColor { background-color: #5E1C49; }

<div style="background-color:#5E1C49">Inner text</div>

This div background color is #5E1C49.


Border color

.myBorderColor { border: 1px solid #5E1C49; }

<div style="border:3px solid #5E1C49">Div</div>

This div border color is #5E1C49.


Opacity

.myOpacity80 { color: #5E1C49; opacity: 0.8; }

<p style="color:#5E1C49;opacity:0.8;">80%</p>

Text with #5E1C49 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 #5E1C49;}

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

This text has shadow with #5E1C49 color.

.textShadow {text-shadow: 3px 3px 1px #5E1C49, 3px 3px 1px red;}

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

This text has shadow with #5E1C49 primary color and red secondary color.


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

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

This text has shadow with #5E1C49 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E1C49 on black background.


Color preview on white background

This text has color #5E1C49 on white background.



Black color preview on #5E1C49 background

This text has black color on #5E1C49 background.


White color preview on #5E1C49 background

This text has white color on #5E1C49 background.