COLOR #5E1F59

HEX: #5E1F59
RGB: (94,31,89)

Color info

#5E1F59 contains mainly red and blue colors. Web safe color of #5E1F59 is #663366 (or #636).

RGB color model

#5E1F59 color RGB value is (94,31,89).

  • red value is 94;
  • green value is 31;
  • blue value is 89.
RGB:
(94,31,89)
(37%,12%,35%)

RGB channels and saturation

R 94 of 255 = 37%
G 31 of 255 = 12%
B 89 of 255 = 35%

94
31
89

R + G + B ~ 28%. #5E1F59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 31 + 89 = 214 (100%)
R 94 of 214 ~ 43.93%
G 31 of 214 ~ 14.49%
B 89 of 214 ~ 41.59%

%43.93
%14.49
%41.59

CMYK color model

#5E1F59 color CMYK value is (0,67,5,63).

  • cyan value is 0.00%
  • magenta value is 67.02%
  • yellow value is 5.32%
  • key color value is 63.14%
CMYK:
(0,67,5,63)
C0M67Y5K63 
(0%,67%,5%,63%)
(0.00/0.67/0.05/0.63)	

CMYK percentages

%0
%67.02
%5.32
%63.14

Codes

Color #5E1F59 in popluar color models

5E1F59
RGB943189
HSL305°50.40%24.51%
HSB/HSV305°67.02%36.86%
CMYK0.00%67.02%5.32%
63.14%

Color #5E1F59 in popluar number systems.

HEX5E1F59
Decimal943189
Binary1011110111111011001
Octal13637131

Shades and tints

Shades of #5E1F59

#5E1F59
(94,31,89)
#561D51
(86,29,81)
#4E1B49
(78,27,73)
#461941
(70,25,65)
#3E1739
(62,23,57)
#361531
(54,21,49)
#2E1329
(46,19,41)
#261121
(38,17,33)
#1E0F19
(30,15,25)
#160D11
(22,13,17)
#0E0B09
(14,11,9)
#000000
(0,0,0)

Tints of #5E1F59

#5E1F59
(94,31,89)
#6C3368
(108,51,104)
#7A4777
(122,71,119)
#885B86
(136,91,134)
#966F95
(150,111,149)
#A483A4
(164,131,164)
#B297B3
(178,151,179)
#C0ABC2
(192,171,194)
#CEBFD1
(206,191,209)
#DCD3E0
(220,211,224)
#EAE7EF
(234,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E1F59 color. Also use rgb(94,31,89) instead hex code.

Text Font Color

.myTextColor { color: #5E1F59; }

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

This text font color is #5E1F59.


Background Color

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

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

This div background color is #5E1F59.


Border color

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

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

This div border color is #5E1F59.


Opacity

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

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

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

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

This text has shadow with #5E1F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E1F59 on black background.


Color preview on white background

This text has color #5E1F59 on white background.



Black color preview on #5E1F59 background

This text has black color on #5E1F59 background.


White color preview on #5E1F59 background

This text has white color on #5E1F59 background.