COLOR #5E4374

HEX: #5E4374
RGB: (94,67,116)

Color info

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

RGB color model

#5E4374 color RGB value is (94,67,116).

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

RGB channels and saturation

R 94 of 255 = 37%
G 67 of 255 = 26%
B 116 of 255 = 45%

94
67
116

R + G + B ~ 36%. #5E4374 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 67 + 116 = 277 (100%)
R 94 of 277 ~ 33.94%
G 67 of 277 ~ 24.19%
B 116 of 277 ~ 41.88%

%33.94
%24.19
%41.88

CMYK color model

#5E4374 color CMYK value is (19,42,0,55).

  • cyan value is 18.97%
  • magenta value is 42.24%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(19,42,0,55)
C19M42Y0K55 
(19%,42%,0%,55%)
(0.19/0.42/0.00/0.55)	

CMYK percentages

%18.97
%42.24
%0
%54.51

Codes

Color #5E4374 in popluar color models

5E4374
RGB9467116
HSL273°26.78%35.88%
HSB/HSV273°42.24%45.49%
CMYK18.97%42.24%0.00%
54.51%

Color #5E4374 in popluar number systems.

HEX5E4374
Decimal9467116
Binary101111010000111110100
Octal136103164

Shades and tints

Shades of #5E4374

#5E4374
(94,67,116)
#563D6A
(86,61,106)
#4E3760
(78,55,96)
#463156
(70,49,86)
#3E2B4C
(62,43,76)
#362542
(54,37,66)
#2E1F38
(46,31,56)
#26192E
(38,25,46)
#1E1324
(30,19,36)
#160D1A
(22,13,26)
#0E0710
(14,7,16)
#000000
(0,0,0)

Tints of #5E4374

#5E4374
(94,67,116)
#6C5480
(108,84,128)
#7A658C
(122,101,140)
#887698
(136,118,152)
#9687A4
(150,135,164)
#A498B0
(164,152,176)
#B2A9BC
(178,169,188)
#C0BAC8
(192,186,200)
#CECBD4
(206,203,212)
#DCDCE0
(220,220,224)
#EAEDEC
(234,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4374; }

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

This text font color is #5E4374.


Background Color

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

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

This div background color is #5E4374.


Border color

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

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

This div border color is #5E4374.


Opacity

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

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

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

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

This text has shadow with #5E4374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4374 on black background.


Color preview on white background

This text has color #5E4374 on white background.



Black color preview on #5E4374 background

This text has black color on #5E4374 background.


White color preview on #5E4374 background

This text has white color on #5E4374 background.