COLOR #5E446F

HEX: #5E446F
RGB: (94,68,111)

Color info

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

RGB color model

#5E446F color RGB value is (94,68,111).

  • red value is 94;
  • green value is 68;
  • blue value is 111.
RGB:
(94,68,111)
(37%,27%,44%)

RGB channels and saturation

R 94 of 255 = 37%
G 68 of 255 = 27%
B 111 of 255 = 44%

94
68
111

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

Portions of RGB colors in percentages

R + G + B =
94 + 68 + 111 = 273 (100%)
R 94 of 273 ~ 34.43%
G 68 of 273 ~ 24.91%
B 111 of 273 ~ 40.66%

%34.43
%24.91
%40.66

CMYK color model

#5E446F color CMYK value is (15,39,0,56).

  • cyan value is 15.32%
  • magenta value is 38.74%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(15,39,0,56)
C15M39Y0K56 
(15%,39%,0%,56%)
(0.15/0.39/0.00/0.56)	

CMYK percentages

%15.32
%38.74
%0
%56.47

Codes

Color #5E446F in popluar color models

5E446F
RGB9468111
HSL276°24.02%35.10%
HSB/HSV276°38.74%43.53%
CMYK15.32%38.74%0.00%
56.47%

Color #5E446F in popluar number systems.

HEX5E446F
Decimal9468111
Binary101111010001001101111
Octal136104157

Shades and tints

Shades of #5E446F

#5E446F
(94,68,111)
#563E65
(86,62,101)
#4E385B
(78,56,91)
#463251
(70,50,81)
#3E2C47
(62,44,71)
#36263D
(54,38,61)
#2E2033
(46,32,51)
#261A29
(38,26,41)
#1E141F
(30,20,31)
#160E15
(22,14,21)
#0E080B
(14,8,11)
#000000
(0,0,0)

Tints of #5E446F

#5E446F
(94,68,111)
#6C557C
(108,85,124)
#7A6689
(122,102,137)
#887796
(136,119,150)
#9688A3
(150,136,163)
#A499B0
(164,153,176)
#B2AABD
(178,170,189)
#C0BBCA
(192,187,202)
#CECCD7
(206,204,215)
#DCDDE4
(220,221,228)
#EAEEF1
(234,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E446F color. Also use rgb(94,68,111) instead hex code.

Text Font Color

.myTextColor { color: #5E446F; }

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

This text font color is #5E446F.


Background Color

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

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

This div background color is #5E446F.


Border color

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

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

This div border color is #5E446F.


Opacity

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

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

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

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

This text has shadow with #5E446F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E446F on black background.


Color preview on white background

This text has color #5E446F on white background.



Black color preview on #5E446F background

This text has black color on #5E446F background.


White color preview on #5E446F background

This text has white color on #5E446F background.