COLOR #5E4673

HEX: #5E4673
RGB: (94,70,115)

Color info

#5E4673 contains red, green and blue colors in about the same proportion. Web safe color of #5E4673 is #663366 (or #636).

RGB color model

#5E4673 color RGB value is (94,70,115).

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

RGB channels and saturation

R 94 of 255 = 37%
G 70 of 255 = 27%
B 115 of 255 = 45%

94
70
115

R + G + B ~ 36%. #5E4673 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 70 + 115 = 279 (100%)
R 94 of 279 ~ 33.69%
G 70 of 279 ~ 25.09%
B 115 of 279 ~ 41.22%

%33.69
%25.09
%41.22

CMYK color model

#5E4673 color CMYK value is (18,39,0,55).

  • cyan value is 18.26%
  • magenta value is 39.13%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(18,39,0,55)
C18M39Y0K55 
(18%,39%,0%,55%)
(0.18/0.39/0.00/0.55)	

CMYK percentages

%18.26
%39.13
%0
%54.9

Codes

Color #5E4673 in popluar color models

5E4673
RGB9470115
HSL272°24.32%36.27%
HSB/HSV272°39.13%45.10%
CMYK18.26%39.13%0.00%
54.90%

Color #5E4673 in popluar number systems.

HEX5E4673
Decimal9470115
Binary101111010001101110011
Octal136106163

Shades and tints

Shades of #5E4673

#5E4673
(94,70,115)
#564069
(86,64,105)
#4E3A5F
(78,58,95)
#463455
(70,52,85)
#3E2E4B
(62,46,75)
#362841
(54,40,65)
#2E2237
(46,34,55)
#261C2D
(38,28,45)
#1E1623
(30,22,35)
#161019
(22,16,25)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #5E4673

#5E4673
(94,70,115)
#6C567F
(108,86,127)
#7A668B
(122,102,139)
#887697
(136,118,151)
#9686A3
(150,134,163)
#A496AF
(164,150,175)
#B2A6BB
(178,166,187)
#C0B6C7
(192,182,199)
#CEC6D3
(206,198,211)
#DCD6DF
(220,214,223)
#EAE6EB
(234,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4673; }

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

This text font color is #5E4673.


Background Color

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

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

This div background color is #5E4673.


Border color

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

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

This div border color is #5E4673.


Opacity

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

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

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

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

This text has shadow with #5E4673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4673 on black background.


Color preview on white background

This text has color #5E4673 on white background.



Black color preview on #5E4673 background

This text has black color on #5E4673 background.


White color preview on #5E4673 background

This text has white color on #5E4673 background.