COLOR #5E3E7C

HEX: #5E3E7C
RGB: (94,62,124)

Color info

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

RGB color model

#5E3E7C color RGB value is (94,62,124).

  • red value is 94;
  • green value is 62;
  • blue value is 124.
RGB:
(94,62,124)
(37%,24%,49%)

RGB channels and saturation

R 94 of 255 = 37%
G 62 of 255 = 24%
B 124 of 255 = 49%

94
62
124

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

Portions of RGB colors in percentages

R + G + B =
94 + 62 + 124 = 280 (100%)
R 94 of 280 ~ 33.57%
G 62 of 280 ~ 22.14%
B 124 of 280 ~ 44.29%

%33.57
%22.14
%44.29

CMYK color model

#5E3E7C color CMYK value is (24,50,0,51).

  • cyan value is 24.19%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(24,50,0,51)
C24M50Y0K51 
(24%,50%,0%,51%)
(0.24/0.50/0.00/0.51)	

CMYK percentages

%24.19
%50
%0
%51.37

Codes

Color #5E3E7C in popluar color models

5E3E7C
RGB9462124
HSL271°33.33%36.47%
HSB/HSV271°50.00%48.63%
CMYK24.19%50.00%0.00%
51.37%

Color #5E3E7C in popluar number systems.

HEX5E3E7C
Decimal9462124
Binary10111101111101111100
Octal13676174

Shades and tints

Shades of #5E3E7C

#5E3E7C
(94,62,124)
#563971
(86,57,113)
#4E3466
(78,52,102)
#462F5B
(70,47,91)
#3E2A50
(62,42,80)
#362545
(54,37,69)
#2E203A
(46,32,58)
#261B2F
(38,27,47)
#1E1624
(30,22,36)
#161119
(22,17,25)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #5E3E7C

#5E3E7C
(94,62,124)
#6C4F87
(108,79,135)
#7A6092
(122,96,146)
#88719D
(136,113,157)
#9682A8
(150,130,168)
#A493B3
(164,147,179)
#B2A4BE
(178,164,190)
#C0B5C9
(192,181,201)
#CEC6D4
(206,198,212)
#DCD7DF
(220,215,223)
#EAE8EA
(234,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E3E7C color. Also use rgb(94,62,124) instead hex code.

Text Font Color

.myTextColor { color: #5E3E7C; }

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

This text font color is #5E3E7C.


Background Color

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

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

This div background color is #5E3E7C.


Border color

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

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

This div border color is #5E3E7C.


Opacity

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

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

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

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

This text has shadow with #5E3E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3E7C on black background.


Color preview on white background

This text has color #5E3E7C on white background.



Black color preview on #5E3E7C background

This text has black color on #5E3E7C background.


White color preview on #5E3E7C background

This text has white color on #5E3E7C background.