COLOR #5E3F56

HEX: #5E3F56
RGB: (94,63,86)

Color info

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

RGB color model

#5E3F56 color RGB value is (94,63,86).

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

RGB channels and saturation

R 94 of 255 = 37%
G 63 of 255 = 25%
B 86 of 255 = 34%

94
63
86

R + G + B ~ 32%. #5E3F56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 63 + 86 = 243 (100%)
R 94 of 243 ~ 38.68%
G 63 of 243 ~ 25.93%
B 86 of 243 ~ 35.39%

%38.68
%25.93
%35.39

CMYK color model

#5E3F56 color CMYK value is (0,33,9,63).

  • cyan value is 0.00%
  • magenta value is 32.98%
  • yellow value is 8.51%
  • key color value is 63.14%
CMYK:
(0,33,9,63)
C0M33Y9K63 
(0%,33%,9%,63%)
(0.00/0.33/0.09/0.63)	

CMYK percentages

%0
%32.98
%8.51
%63.14

Codes

Color #5E3F56 in popluar color models

5E3F56
RGB946386
HSL315°19.75%30.78%
HSB/HSV315°32.98%36.86%
CMYK0.00%32.98%8.51%
63.14%

Color #5E3F56 in popluar number systems.

HEX5E3F56
Decimal946386
Binary10111101111111010110
Octal13677126

Shades and tints

Shades of #5E3F56

#5E3F56
(94,63,86)
#563A4F
(86,58,79)
#4E3548
(78,53,72)
#463041
(70,48,65)
#3E2B3A
(62,43,58)
#362633
(54,38,51)
#2E212C
(46,33,44)
#261C25
(38,28,37)
#1E171E
(30,23,30)
#161217
(22,18,23)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #5E3F56

#5E3F56
(94,63,86)
#6C5065
(108,80,101)
#7A6174
(122,97,116)
#887283
(136,114,131)
#968392
(150,131,146)
#A494A1
(164,148,161)
#B2A5B0
(178,165,176)
#C0B6BF
(192,182,191)
#CEC7CE
(206,199,206)
#DCD8DD
(220,216,221)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E3F56; }

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

This text font color is #5E3F56.


Background Color

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

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

This div background color is #5E3F56.


Border color

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

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

This div border color is #5E3F56.


Opacity

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

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

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

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

This text has shadow with #5E3F56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3F56 on black background.


Color preview on white background

This text has color #5E3F56 on white background.



Black color preview on #5E3F56 background

This text has black color on #5E3F56 background.


White color preview on #5E3F56 background

This text has white color on #5E3F56 background.