COLOR #5E4973

HEX: #5E4973
RGB: (94,73,115)

Color info

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

RGB color model

#5E4973 color RGB value is (94,73,115).

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

RGB channels and saturation

R 94 of 255 = 37%
G 73 of 255 = 29%
B 115 of 255 = 45%

94
73
115

R + G + B ~ 37%. #5E4973 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 73 + 115 = 282 (100%)
R 94 of 282 ~ 33.33%
G 73 of 282 ~ 25.89%
B 115 of 282 ~ 40.78%

%33.33
%25.89
%40.78

CMYK color model

#5E4973 color CMYK value is (18,37,0,55).

  • cyan value is 18.26%
  • magenta value is 36.52%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(18,37,0,55)
C18M37Y0K55 
(18%,37%,0%,55%)
(0.18/0.37/0.00/0.55)	

CMYK percentages

%18.26
%36.52
%0
%54.9

Codes

Color #5E4973 in popluar color models

5E4973
RGB9473115
HSL270°22.34%36.86%
HSB/HSV270°36.52%45.10%
CMYK18.26%36.52%0.00%
54.90%

Color #5E4973 in popluar number systems.

HEX5E4973
Decimal9473115
Binary101111010010011110011
Octal136111163

Shades and tints

Shades of #5E4973

#5E4973
(94,73,115)
#564369
(86,67,105)
#4E3D5F
(78,61,95)
#463755
(70,55,85)
#3E314B
(62,49,75)
#362B41
(54,43,65)
#2E2537
(46,37,55)
#261F2D
(38,31,45)
#1E1923
(30,25,35)
#161319
(22,19,25)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #5E4973

#5E4973
(94,73,115)
#6C597F
(108,89,127)
#7A698B
(122,105,139)
#887997
(136,121,151)
#9689A3
(150,137,163)
#A499AF
(164,153,175)
#B2A9BB
(178,169,187)
#C0B9C7
(192,185,199)
#CEC9D3
(206,201,211)
#DCD9DF
(220,217,223)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4973; }

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

This text font color is #5E4973.


Background Color

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

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

This div background color is #5E4973.


Border color

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

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

This div border color is #5E4973.


Opacity

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

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

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

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

This text has shadow with #5E4973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4973 on black background.


Color preview on white background

This text has color #5E4973 on white background.



Black color preview on #5E4973 background

This text has black color on #5E4973 background.


White color preview on #5E4973 background

This text has white color on #5E4973 background.