COLOR #5E3057

HEX: #5E3057
RGB: (94,48,87)

Color info

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

RGB color model

#5E3057 color RGB value is (94,48,87).

  • red value is 94;
  • green value is 48;
  • blue value is 87.
RGB:
(94,48,87)
(37%,19%,34%)

RGB channels and saturation

R 94 of 255 = 37%
G 48 of 255 = 19%
B 87 of 255 = 34%

94
48
87

R + G + B ~ 30%. #5E3057 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 48 + 87 = 229 (100%)
R 94 of 229 ~ 41.05%
G 48 of 229 ~ 20.96%
B 87 of 229 ~ 37.99%

%41.05
%20.96
%37.99

CMYK color model

#5E3057 color CMYK value is (0,49,7,63).

  • cyan value is 0.00%
  • magenta value is 48.94%
  • yellow value is 7.45%
  • key color value is 63.14%
CMYK:
(0,49,7,63)
C0M49Y7K63 
(0%,49%,7%,63%)
(0.00/0.49/0.07/0.63)	

CMYK percentages

%0
%48.94
%7.45
%63.14

Codes

Color #5E3057 in popluar color models

5E3057
RGB944887
HSL309°32.39%27.84%
HSB/HSV309°48.94%36.86%
CMYK0.00%48.94%7.45%
63.14%

Color #5E3057 in popluar number systems.

HEX5E3057
Decimal944887
Binary10111101100001010111
Octal13660127

Shades and tints

Shades of #5E3057

#5E3057
(94,48,87)
#562C50
(86,44,80)
#4E2849
(78,40,73)
#462442
(70,36,66)
#3E203B
(62,32,59)
#361C34
(54,28,52)
#2E182D
(46,24,45)
#261426
(38,20,38)
#1E101F
(30,16,31)
#160C18
(22,12,24)
#0E0811
(14,8,17)
#000000
(0,0,0)

Tints of #5E3057

#5E3057
(94,48,87)
#6C4266
(108,66,102)
#7A5475
(122,84,117)
#886684
(136,102,132)
#967893
(150,120,147)
#A48AA2
(164,138,162)
#B29CB1
(178,156,177)
#C0AEC0
(192,174,192)
#CEC0CF
(206,192,207)
#DCD2DE
(220,210,222)
#EAE4ED
(234,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E3057 color. Also use rgb(94,48,87) instead hex code.

Text Font Color

.myTextColor { color: #5E3057; }

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

This text font color is #5E3057.


Background Color

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

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

This div background color is #5E3057.


Border color

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

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

This div border color is #5E3057.


Opacity

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

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

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

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

This text has shadow with #5E3057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3057 on black background.


Color preview on white background

This text has color #5E3057 on white background.



Black color preview on #5E3057 background

This text has black color on #5E3057 background.


White color preview on #5E3057 background

This text has white color on #5E3057 background.