COLOR #5E4357

HEX: #5E4357
RGB: (94,67,87)

Color info

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

RGB color model

#5E4357 color RGB value is (94,67,87).

  • red value is 94;
  • green value is 67;
  • blue value is 87.
RGB:
(94,67,87)
(37%,26%,34%)

RGB channels and saturation

R 94 of 255 = 37%
G 67 of 255 = 26%
B 87 of 255 = 34%

94
67
87

R + G + B ~ 32%. #5E4357 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 67 + 87 = 248 (100%)
R 94 of 248 ~ 37.9%
G 67 of 248 ~ 27.02%
B 87 of 248 ~ 35.08%

%37.9
%27.02
%35.08

CMYK color model

#5E4357 color CMYK value is (0,29,7,63).

  • cyan value is 0.00%
  • magenta value is 28.72%
  • yellow value is 7.45%
  • key color value is 63.14%
CMYK:
(0,29,7,63)
C0M29Y7K63 
(0%,29%,7%,63%)
(0.00/0.29/0.07/0.63)	

CMYK percentages

%0
%28.72
%7.45
%63.14

Codes

Color #5E4357 in popluar color models

5E4357
RGB946787
HSL316°16.77%31.57%
HSB/HSV316°28.72%36.86%
CMYK0.00%28.72%7.45%
63.14%

Color #5E4357 in popluar number systems.

HEX5E4357
Decimal946787
Binary101111010000111010111
Octal136103127

Shades and tints

Shades of #5E4357

#5E4357
(94,67,87)
#563D50
(86,61,80)
#4E3749
(78,55,73)
#463142
(70,49,66)
#3E2B3B
(62,43,59)
#362534
(54,37,52)
#2E1F2D
(46,31,45)
#261926
(38,25,38)
#1E131F
(30,19,31)
#160D18
(22,13,24)
#0E0711
(14,7,17)
#000000
(0,0,0)

Tints of #5E4357

#5E4357
(94,67,87)
#6C5466
(108,84,102)
#7A6575
(122,101,117)
#887684
(136,118,132)
#968793
(150,135,147)
#A498A2
(164,152,162)
#B2A9B1
(178,169,177)
#C0BAC0
(192,186,192)
#CECBCF
(206,203,207)
#DCDCDE
(220,220,222)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4357; }

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

This text font color is #5E4357.


Background Color

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

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

This div background color is #5E4357.


Border color

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

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

This div border color is #5E4357.


Opacity

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

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

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

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

This text has shadow with #5E4357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4357 on black background.


Color preview on white background

This text has color #5E4357 on white background.



Black color preview on #5E4357 background

This text has black color on #5E4357 background.


White color preview on #5E4357 background

This text has white color on #5E4357 background.