COLOR #5E3F5C

HEX: #5E3F5C
RGB: (94,63,92)

Color info

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

RGB color model

#5E3F5C color RGB value is (94,63,92).

  • red value is 94;
  • green value is 63;
  • blue value is 92.
RGB:
(94,63,92)
(37%,25%,36%)

RGB channels and saturation

R 94 of 255 = 37%
G 63 of 255 = 25%
B 92 of 255 = 36%

94
63
92

R + G + B ~ 33%. #5E3F5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 63 + 92 = 249 (100%)
R 94 of 249 ~ 37.75%
G 63 of 249 ~ 25.3%
B 92 of 249 ~ 36.95%

%37.75
%25.3
%36.95

CMYK color model

#5E3F5C color CMYK value is (0,33,2,63).

  • cyan value is 0.00%
  • magenta value is 32.98%
  • yellow value is 2.13%
  • key color value is 63.14%
CMYK:
(0,33,2,63)
C0M33Y2K63 
(0%,33%,2%,63%)
(0.00/0.33/0.02/0.63)	

CMYK percentages

%0
%32.98
%2.13
%63.14

Codes

Color #5E3F5C in popluar color models

5E3F5C
RGB946392
HSL304°19.75%30.78%
HSB/HSV304°32.98%36.86%
CMYK0.00%32.98%2.13%
63.14%

Color #5E3F5C in popluar number systems.

HEX5E3F5C
Decimal946392
Binary10111101111111011100
Octal13677134

Shades and tints

Shades of #5E3F5C

#5E3F5C
(94,63,92)
#563A54
(86,58,84)
#4E354C
(78,53,76)
#463044
(70,48,68)
#3E2B3C
(62,43,60)
#362634
(54,38,52)
#2E212C
(46,33,44)
#261C24
(38,28,36)
#1E171C
(30,23,28)
#161214
(22,18,20)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #5E3F5C

#5E3F5C
(94,63,92)
#6C506A
(108,80,106)
#7A6178
(122,97,120)
#887286
(136,114,134)
#968394
(150,131,148)
#A494A2
(164,148,162)
#B2A5B0
(178,165,176)
#C0B6BE
(192,182,190)
#CEC7CC
(206,199,204)
#DCD8DA
(220,216,218)
#EAE9E8
(234,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E3F5C color. Also use rgb(94,63,92) instead hex code.

Text Font Color

.myTextColor { color: #5E3F5C; }

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

This text font color is #5E3F5C.


Background Color

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

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

This div background color is #5E3F5C.


Border color

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

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

This div border color is #5E3F5C.


Opacity

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

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

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

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

This text has shadow with #5E3F5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3F5C on black background.


Color preview on white background

This text has color #5E3F5C on white background.



Black color preview on #5E3F5C background

This text has black color on #5E3F5C background.


White color preview on #5E3F5C background

This text has white color on #5E3F5C background.