COLOR #5E1B63

HEX: #5E1B63
RGB: (94,27,99)

Color info

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

RGB color model

#5E1B63 color RGB value is (94,27,99).

  • red value is 94;
  • green value is 27;
  • blue value is 99.
RGB:
(94,27,99)
(37%,11%,39%)

RGB channels and saturation

R 94 of 255 = 37%
G 27 of 255 = 11%
B 99 of 255 = 39%

94
27
99

R + G + B ~ 29%. #5E1B63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 27 + 99 = 220 (100%)
R 94 of 220 ~ 42.73%
G 27 of 220 ~ 12.27%
B 99 of 220 ~ 45%

%42.73
%12.27
%45

CMYK color model

#5E1B63 color CMYK value is (5,73,0,61).

  • cyan value is 5.05%
  • magenta value is 72.73%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(5,73,0,61)
C5M73Y0K61 
(5%,73%,0%,61%)
(0.05/0.73/0.00/0.61)	

CMYK percentages

%5.05
%72.73
%0
%61.18

Codes

Color #5E1B63 in popluar color models

5E1B63
RGB942799
HSL296°57.14%24.71%
HSB/HSV296°72.73%38.82%
CMYK5.05%72.73%0.00%
61.18%

Color #5E1B63 in popluar number systems.

HEX5E1B63
Decimal942799
Binary1011110110111100011
Octal13633143

Shades and tints

Shades of #5E1B63

#5E1B63
(94,27,99)
#56195A
(86,25,90)
#4E1751
(78,23,81)
#461548
(70,21,72)
#3E133F
(62,19,63)
#361136
(54,17,54)
#2E0F2D
(46,15,45)
#260D24
(38,13,36)
#1E0B1B
(30,11,27)
#160912
(22,9,18)
#0E0709
(14,7,9)
#000000
(0,0,0)

Tints of #5E1B63

#5E1B63
(94,27,99)
#6C2F71
(108,47,113)
#7A437F
(122,67,127)
#88578D
(136,87,141)
#966B9B
(150,107,155)
#A47FA9
(164,127,169)
#B293B7
(178,147,183)
#C0A7C5
(192,167,197)
#CEBBD3
(206,187,211)
#DCCFE1
(220,207,225)
#EAE3EF
(234,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E1B63 color. Also use rgb(94,27,99) instead hex code.

Text Font Color

.myTextColor { color: #5E1B63; }

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

This text font color is #5E1B63.


Background Color

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

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

This div background color is #5E1B63.


Border color

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

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

This div border color is #5E1B63.


Opacity

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

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

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

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

This text has shadow with #5E1B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E1B63 on black background.


Color preview on white background

This text has color #5E1B63 on white background.



Black color preview on #5E1B63 background

This text has black color on #5E1B63 background.


White color preview on #5E1B63 background

This text has white color on #5E1B63 background.