COLOR #5E4A56

HEX: #5E4A56
RGB: (94,74,86)

Color info

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

RGB color model

#5E4A56 color RGB value is (94,74,86).

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

RGB channels and saturation

R 94 of 255 = 37%
G 74 of 255 = 29%
B 86 of 255 = 34%

94
74
86

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

Portions of RGB colors in percentages

R + G + B =
94 + 74 + 86 = 254 (100%)
R 94 of 254 ~ 37.01%
G 74 of 254 ~ 29.13%
B 86 of 254 ~ 33.86%

%37.01
%29.13
%33.86

CMYK color model

#5E4A56 color CMYK value is (0,21,9,63).

  • cyan value is 0.00%
  • magenta value is 21.28%
  • yellow value is 8.51%
  • key color value is 63.14%
CMYK:
(0,21,9,63)
C0M21Y9K63 
(0%,21%,9%,63%)
(0.00/0.21/0.09/0.63)	

CMYK percentages

%0
%21.28
%8.51
%63.14

Codes

Color #5E4A56 in popluar color models

5E4A56
RGB947486
HSL324°11.90%32.94%
HSB/HSV324°21.28%36.86%
CMYK0.00%21.28%8.51%
63.14%

Color #5E4A56 in popluar number systems.

HEX5E4A56
Decimal947486
Binary101111010010101010110
Octal136112126

Shades and tints

Shades of #5E4A56

#5E4A56
(94,74,86)
#56444F
(86,68,79)
#4E3E48
(78,62,72)
#463841
(70,56,65)
#3E323A
(62,50,58)
#362C33
(54,44,51)
#2E262C
(46,38,44)
#262025
(38,32,37)
#1E1A1E
(30,26,30)
#161417
(22,20,23)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #5E4A56

#5E4A56
(94,74,86)
#6C5A65
(108,90,101)
#7A6A74
(122,106,116)
#887A83
(136,122,131)
#968A92
(150,138,146)
#A49AA1
(164,154,161)
#B2AAB0
(178,170,176)
#C0BABF
(192,186,191)
#CECACE
(206,202,206)
#DCDADD
(220,218,221)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4A56; }

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

This text font color is #5E4A56.


Background Color

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

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

This div background color is #5E4A56.


Border color

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

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

This div border color is #5E4A56.


Opacity

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

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

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

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

This text has shadow with #5E4A56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4A56 on black background.


Color preview on white background

This text has color #5E4A56 on white background.



Black color preview on #5E4A56 background

This text has black color on #5E4A56 background.


White color preview on #5E4A56 background

This text has white color on #5E4A56 background.