COLOR #5E4457

HEX: #5E4457 RGB: (94,68,87)

Color info

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

RGB color model

#5E4457 color RGB value is (94,68,87).

RGB: (94,68,87) (37%, 27%, 34%)

RGB channels and saturation

R 94 of 255 = 37%
G 68 of 255 = 27%
B 87 of 255 = 34%

94
68
87

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

Portions of RGB colors in percentages

R + G + B = 94 + 68 + 87 = 249 (100%)
R 94 of 249 ~ 37.75%
G 68 of 249 ~ 27.31%
B 87 of 249 ~ 34.94'%

%37.75
%27.31
%34.94

CMYK color model

#5E4457 color CMYK value is (0,28,7,63).

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

CMYK: (0,28,7,63)
C0M28Y7K63 (0%, 28%, 7%, 63%)
(0.00 / 0.28 / 0.07 / 0.63)

CMYK percentages

%0
%27.66
%7.45
%63.14

Codes

Color #5E4457 in popluar color models

5E 44 57
RGB 94 68 87
HSL 316° 16.05% 31.76%
HSB/HSV 316° 27.66% 36.86%
CMYK 0.00% 27.66% 7.45%
63.14%

Color #5E4457 in popluar number systems.

HEX 5E 44 57
Decimal 94 68 87
Binary 1011110 1000100 1010111
Octal 136 104 127

Shades and tints

Shades of #5E4457

#5E4457
(94,68,87)
#563E50
(86,62,80)
#4E3849
(78,56,73)
#463242
(70,50,66)
#3E2C3B
(62,44,59)
#362634
(54,38,52)
#2E202D
(46,32,45)
#261A26
(38,26,38)
#1E141F
(30,20,31)
#160E18
(22,14,24)
#0E0811
(14,8,17)
#000000
(0,0,0)

Tints of #5E4457

#5E4457
(94,68,87)
#6C5566
(108,85,102)
#7A6675
(122,102,117)
#887784
(136,119,132)
#968893
(150,136,147)
#A499A2
(164,153,162)
#B2AAB1
(178,170,177)
#C0BBC0
(192,187,192)
#CECCCF
(206,204,207)
#DCDDDE
(220,221,222)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4457; }

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

This text font color is #5E4457.

Background Color

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

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

This div background color is #5E4457.

Border color

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

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

This div border color is #5E4457.

Opacity

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

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

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

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

This text has shadow with #5E4457 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E4457.

Preview

Color preview on black background

This text has color #5E4457 on black background.


Color preview on white background

This text has color #5E4457 on white background.


Black color preview on #5E4457 background

This text has black color on #5E4457 background.


White color preview on #5E4457 background

This text has white color on #5E4457 background.


Related colors

Complementary color

Complementary color for #hex is #A1BBA8.


I love getcolorcode.com

Triadic colors

1 #575E44 and #44575E with #5E4457 are triadic colors.

2 #57445E and #445E57 with #5E4457 are triadic colors.