COLOR #5E4854

HEX: #5E4854
RGB: (94,72,84)

Color info

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

RGB color model

#5E4854 color RGB value is (94,72,84).

  • red value is 94;
  • green value is 72;
  • blue value is 84.
RGB:
(94,72,84)
(37%,28%,33%)

RGB channels and saturation

R 94 of 255 = 37%
G 72 of 255 = 28%
B 84 of 255 = 33%

94
72
84

R + G + B ~ 33%. #5E4854 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 72 + 84 = 250 (100%)
R 94 of 250 ~ 37.6%
G 72 of 250 ~ 28.8%
B 84 of 250 ~ 33.6%

%37.6
%28.8
%33.6

CMYK color model

#5E4854 color CMYK value is (0,23,11,63).

  • cyan value is 0.00%
  • magenta value is 23.40%
  • yellow value is 10.64%
  • key color value is 63.14%
CMYK:
(0,23,11,63)
C0M23Y11K63 
(0%,23%,11%,63%)
(0.00/0.23/0.11/0.63)	

CMYK percentages

%0
%23.4
%10.64
%63.14

Codes

Color #5E4854 in popluar color models

5E4854
RGB947284
HSL327°13.25%32.55%
HSB/HSV327°23.40%36.86%
CMYK0.00%23.40%10.64%
63.14%

Color #5E4854 in popluar number systems.

HEX5E4854
Decimal947284
Binary101111010010001010100
Octal136110124

Shades and tints

Shades of #5E4854

#5E4854
(94,72,84)
#56424D
(86,66,77)
#4E3C46
(78,60,70)
#46363F
(70,54,63)
#3E3038
(62,48,56)
#362A31
(54,42,49)
#2E242A
(46,36,42)
#261E23
(38,30,35)
#1E181C
(30,24,28)
#161215
(22,18,21)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #5E4854

#5E4854
(94,72,84)
#6C5863
(108,88,99)
#7A6872
(122,104,114)
#887881
(136,120,129)
#968890
(150,136,144)
#A4989F
(164,152,159)
#B2A8AE
(178,168,174)
#C0B8BD
(192,184,189)
#CEC8CC
(206,200,204)
#DCD8DB
(220,216,219)
#EAE8EA
(234,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E4854 color. Also use rgb(94,72,84) instead hex code.

Text Font Color

.myTextColor { color: #5E4854; }

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

This text font color is #5E4854.


Background Color

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

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

This div background color is #5E4854.


Border color

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

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

This div border color is #5E4854.


Opacity

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

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

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

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

This text has shadow with #5E4854 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4854 on black background.


Color preview on white background

This text has color #5E4854 on white background.



Black color preview on #5E4854 background

This text has black color on #5E4854 background.


White color preview on #5E4854 background

This text has white color on #5E4854 background.