COLOR #5E4A5F

HEX: #5E4A5F
RGB: (94,74,95)

Color info

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

RGB color model

#5E4A5F color RGB value is (94,74,95).

  • red value is 94;
  • green value is 74;
  • blue value is 95.
RGB:
(94,74,95)
(37%,29%,37%)

RGB channels and saturation

R 94 of 255 = 37%
G 74 of 255 = 29%
B 95 of 255 = 37%

94
74
95

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

Portions of RGB colors in percentages

R + G + B =
94 + 74 + 95 = 263 (100%)
R 94 of 263 ~ 35.74%
G 74 of 263 ~ 28.14%
B 95 of 263 ~ 36.12%

%35.74
%28.14
%36.12

CMYK color model

#5E4A5F color CMYK value is (1,22,0,63).

  • cyan value is 1.05%
  • magenta value is 22.11%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(1,22,0,63)
C1M22Y0K63 
(1%,22%,0%,63%)
(0.01/0.22/0.00/0.63)	

CMYK percentages

%1.05
%22.11
%0
%62.75

Codes

Color #5E4A5F in popluar color models

5E4A5F
RGB947495
HSL297°12.43%33.14%
HSB/HSV297°22.11%37.25%
CMYK1.05%22.11%0.00%
62.75%

Color #5E4A5F in popluar number systems.

HEX5E4A5F
Decimal947495
Binary101111010010101011111
Octal136112137

Shades and tints

Shades of #5E4A5F

#5E4A5F
(94,74,95)
#564457
(86,68,87)
#4E3E4F
(78,62,79)
#463847
(70,56,71)
#3E323F
(62,50,63)
#362C37
(54,44,55)
#2E262F
(46,38,47)
#262027
(38,32,39)
#1E1A1F
(30,26,31)
#161417
(22,20,23)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #5E4A5F

#5E4A5F
(94,74,95)
#6C5A6D
(108,90,109)
#7A6A7B
(122,106,123)
#887A89
(136,122,137)
#968A97
(150,138,151)
#A49AA5
(164,154,165)
#B2AAB3
(178,170,179)
#C0BAC1
(192,186,193)
#CECACF
(206,202,207)
#DCDADD
(220,218,221)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E4A5F color. Also use rgb(94,74,95) instead hex code.

Text Font Color

.myTextColor { color: #5E4A5F; }

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

This text font color is #5E4A5F.


Background Color

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

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

This div background color is #5E4A5F.


Border color

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

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

This div border color is #5E4A5F.


Opacity

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

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

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

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

This text has shadow with #5E4A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4A5F on black background.


Color preview on white background

This text has color #5E4A5F on white background.



Black color preview on #5E4A5F background

This text has black color on #5E4A5F background.


White color preview on #5E4A5F background

This text has white color on #5E4A5F background.