COLOR #5E4857

HEX: #5E4857 RGB: (94,72,87)

Color info

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

RGB color model

#5E4857 color RGB value is (94,72,87).

RGB: (94,72,87) (37%, 28%, 34%)

RGB channels and saturation

R 94 of 255 = 37%
G 72 of 255 = 28%
B 87 of 255 = 34%

94
72
87

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

Portions of RGB colors in percentages

R + G + B = 94 + 72 + 87 = 253 (100%)
R 94 of 253 ~ 37.15%
G 72 of 253 ~ 28.46%
B 87 of 253 ~ 34.39'%

%37.15
%28.46
%34.39

CMYK color model

#5E4857 color CMYK value is (0,23,7,63).

  • cyan value is 0.00%
  • magenta value is 23.40%
  • yellow value is 7.45%
  • key color value is 63.14%

CMYK: (0,23,7,63)
C0M23Y7K63 (0%, 23%, 7%, 63%)
(0.00 / 0.23 / 0.07 / 0.63)

CMYK percentages

%0
%23.4
%7.45
%63.14

Codes

Color #5E4857 in popluar color models

5E 48 57
RGB 94 72 87
HSL 319° 13.25% 32.55%
HSB/HSV 319° 23.40% 36.86%
CMYK 0.00% 23.40% 7.45%
63.14%

Color #5E4857 in popluar number systems.

HEX 5E 48 57
Decimal 94 72 87
Binary 1011110 1001000 1010111
Octal 136 110 127

Shades and tints

Shades of #5E4857

#5E4857
(94,72,87)
#564250
(86,66,80)
#4E3C49
(78,60,73)
#463642
(70,54,66)
#3E303B
(62,48,59)
#362A34
(54,42,52)
#2E242D
(46,36,45)
#261E26
(38,30,38)
#1E181F
(30,24,31)
#161218
(22,18,24)
#0E0C11
(14,12,17)
#000000
(0,0,0)

Tints of #5E4857

#5E4857
(94,72,87)
#6C5866
(108,88,102)
#7A6875
(122,104,117)
#887884
(136,120,132)
#968893
(150,136,147)
#A498A2
(164,152,162)
#B2A8B1
(178,168,177)
#C0B8C0
(192,184,192)
#CEC8CF
(206,200,207)
#DCD8DE
(220,216,222)
#EAE8ED
(234,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4857; }

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

This text font color is #5E4857.

Background Color

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

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

This div background color is #5E4857.

Border color

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

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

This div border color is #5E4857.

Opacity

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

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

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

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

This text has shadow with #5E4857 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E4857.

Preview

Color preview on black background

This text has color #5E4857 on black background.


Color preview on white background

This text has color #5E4857 on white background.


Black color preview on #5E4857 background

This text has black color on #5E4857 background.


White color preview on #5E4857 background

This text has white color on #5E4857 background.


Related colors

Complementary color

Complementary color for #hex is #A1B7A8.


I love getcolorcode.com

Triadic colors

1 #575E48 and #48575E with #5E4857 are triadic colors.

2 #57485E and #485E57 with #5E4857 are triadic colors.