COLOR #5E0673

HEX: #5E0673
RGB: (94,6,115)

Color info

#5E0673 contains mainly red and blue colors. Web safe color of #5E0673 is #660066 (or #606).

RGB color model

#5E0673 color RGB value is (94,6,115).

  • red value is 94;
  • green value is 6;
  • blue value is 115.
RGB:
(94,6,115)
(37%,2%,45%)

RGB channels and saturation

R 94 of 255 = 37%
G 6 of 255 = 2%
B 115 of 255 = 45%

94
6
115

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

Portions of RGB colors in percentages

R + G + B =
94 + 6 + 115 = 215 (100%)
R 94 of 215 ~ 43.72%
G 6 of 215 ~ 2.79%
B 115 of 215 ~ 53.49%

%43.72
%53.49

CMYK color model

#5E0673 color CMYK value is (18,95,0,55).

  • cyan value is 18.26%
  • magenta value is 94.78%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(18,95,0,55)
C18M95Y0K55 
(18%,95%,0%,55%)
(0.18/0.95/0.00/0.55)	

CMYK percentages

%18.26
%94.78
%0
%54.9

Codes

Color #5E0673 in popluar color models

5E0673
RGB946115
HSL288°90.08%23.73%
HSB/HSV288°94.78%45.10%
CMYK18.26%94.78%0.00%
54.90%

Color #5E0673 in popluar number systems.

HEX5E0673
Decimal946115
Binary10111101101110011
Octal1366163

Shades and tints

Shades of #5E0673

#5E0673
(94,6,115)
#560669
(86,6,105)
#4E065F
(78,6,95)
#460655
(70,6,85)
#3E064B
(62,6,75)
#360641
(54,6,65)
#2E0637
(46,6,55)
#26062D
(38,6,45)
#1E0623
(30,6,35)
#160619
(22,6,25)
#0E060F
(14,6,15)
#000000
(0,0,0)

Tints of #5E0673

#5E0673
(94,6,115)
#6C1C7F
(108,28,127)
#7A328B
(122,50,139)
#884897
(136,72,151)
#965EA3
(150,94,163)
#A474AF
(164,116,175)
#B28ABB
(178,138,187)
#C0A0C7
(192,160,199)
#CEB6D3
(206,182,211)
#DCCCDF
(220,204,223)
#EAE2EB
(234,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E0673 color. Also use rgb(94,6,115) instead hex code.

Text Font Color

.myTextColor { color: #5E0673; }

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

This text font color is #5E0673.


Background Color

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

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

This div background color is #5E0673.


Border color

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

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

This div border color is #5E0673.


Opacity

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

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

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

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

This text has shadow with #5E0673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E0673 on black background.


Color preview on white background

This text has color #5E0673 on white background.



Black color preview on #5E0673 background

This text has black color on #5E0673 background.


White color preview on #5E0673 background

This text has white color on #5E0673 background.