COLOR #5E4366

HEX: #5E4366
RGB: (94,67,102)

Color info

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

RGB color model

#5E4366 color RGB value is (94,67,102).

  • red value is 94;
  • green value is 67;
  • blue value is 102.
RGB:
(94,67,102)
(37%,26%,40%)

RGB channels and saturation

R 94 of 255 = 37%
G 67 of 255 = 26%
B 102 of 255 = 40%

94
67
102

R + G + B ~ 34%. #5E4366 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 67 + 102 = 263 (100%)
R 94 of 263 ~ 35.74%
G 67 of 263 ~ 25.48%
B 102 of 263 ~ 38.78%

%35.74
%25.48
%38.78

CMYK color model

#5E4366 color CMYK value is (8,34,0,60).

  • cyan value is 7.84%
  • magenta value is 34.31%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(8,34,0,60)
C8M34Y0K60 
(8%,34%,0%,60%)
(0.08/0.34/0.00/0.60)	

CMYK percentages

%7.84
%34.31
%0
%60

Codes

Color #5E4366 in popluar color models

5E4366
RGB9467102
HSL286°20.71%33.14%
HSB/HSV286°34.31%40.00%
CMYK7.84%34.31%0.00%
60.00%

Color #5E4366 in popluar number systems.

HEX5E4366
Decimal9467102
Binary101111010000111100110
Octal136103146

Shades and tints

Shades of #5E4366

#5E4366
(94,67,102)
#563D5D
(86,61,93)
#4E3754
(78,55,84)
#46314B
(70,49,75)
#3E2B42
(62,43,66)
#362539
(54,37,57)
#2E1F30
(46,31,48)
#261927
(38,25,39)
#1E131E
(30,19,30)
#160D15
(22,13,21)
#0E070C
(14,7,12)
#000000
(0,0,0)

Tints of #5E4366

#5E4366
(94,67,102)
#6C5473
(108,84,115)
#7A6580
(122,101,128)
#88768D
(136,118,141)
#96879A
(150,135,154)
#A498A7
(164,152,167)
#B2A9B4
(178,169,180)
#C0BAC1
(192,186,193)
#CECBCE
(206,203,206)
#DCDCDB
(220,220,219)
#EAEDE8
(234,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E4366 color. Also use rgb(94,67,102) instead hex code.

Text Font Color

.myTextColor { color: #5E4366; }

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

This text font color is #5E4366.


Background Color

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

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

This div background color is #5E4366.


Border color

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

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

This div border color is #5E4366.


Opacity

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

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

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

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

This text has shadow with #5E4366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4366 on black background.


Color preview on white background

This text has color #5E4366 on white background.



Black color preview on #5E4366 background

This text has black color on #5E4366 background.


White color preview on #5E4366 background

This text has white color on #5E4366 background.