COLOR #5E4657

HEX: #5E4657
RGB: (94,70,87)

Color info

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

RGB color model

#5E4657 color RGB value is (94,70,87).

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

RGB channels and saturation

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

94
70
87

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

Portions of RGB colors in percentages

R + G + B =
94 + 70 + 87 = 251 (100%)
R 94 of 251 ~ 37.45%
G 70 of 251 ~ 27.89%
B 87 of 251 ~ 34.66%

%37.45
%27.89
%34.66

CMYK color model

#5E4657 color CMYK value is (0,26,7,63).

  • cyan value is 0.00%
  • magenta value is 25.53%
  • yellow value is 7.45%
  • key color value is 63.14%
CMYK:
(0,26,7,63)
C0M26Y7K63 
(0%,26%,7%,63%)
(0.00/0.26/0.07/0.63)	

CMYK percentages

%0
%25.53
%7.45
%63.14

Codes

Color #5E4657 in popluar color models

5E4657
RGB947087
HSL318°14.63%32.16%
HSB/HSV318°25.53%36.86%
CMYK0.00%25.53%7.45%
63.14%

Color #5E4657 in popluar number systems.

HEX5E4657
Decimal947087
Binary101111010001101010111
Octal136106127

Shades and tints

Shades of #5E4657

#5E4657
(94,70,87)
#564050
(86,64,80)
#4E3A49
(78,58,73)
#463442
(70,52,66)
#3E2E3B
(62,46,59)
#362834
(54,40,52)
#2E222D
(46,34,45)
#261C26
(38,28,38)
#1E161F
(30,22,31)
#161018
(22,16,24)
#0E0A11
(14,10,17)
#000000
(0,0,0)

Tints of #5E4657

#5E4657
(94,70,87)
#6C5666
(108,86,102)
#7A6675
(122,102,117)
#887684
(136,118,132)
#968693
(150,134,147)
#A496A2
(164,150,162)
#B2A6B1
(178,166,177)
#C0B6C0
(192,182,192)
#CEC6CF
(206,198,207)
#DCD6DE
(220,214,222)
#EAE6ED
(234,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4657; }

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

This text font color is #5E4657.


Background Color

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

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

This div background color is #5E4657.


Border color

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

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

This div border color is #5E4657.


Opacity

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

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

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

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

This text has shadow with #5E4657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4657 on black background.


Color preview on white background

This text has color #5E4657 on white background.



Black color preview on #5E4657 background

This text has black color on #5E4657 background.


White color preview on #5E4657 background

This text has white color on #5E4657 background.