COLOR #5E4D64

HEX: #5E4D64
RGB: (94,77,100)

Color info

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

RGB color model

#5E4D64 color RGB value is (94,77,100).

  • red value is 94;
  • green value is 77;
  • blue value is 100.
RGB:
(94,77,100)
(37%,30%,39%)

RGB channels and saturation

R 94 of 255 = 37%
G 77 of 255 = 30%
B 100 of 255 = 39%

94
77
100

R + G + B ~ 35%. #5E4D64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 77 + 100 = 271 (100%)
R 94 of 271 ~ 34.69%
G 77 of 271 ~ 28.41%
B 100 of 271 ~ 36.9%

%34.69
%28.41
%36.9

CMYK color model

#5E4D64 color CMYK value is (6,23,0,61).

  • cyan value is 6.00%
  • magenta value is 23.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(6,23,0,61)
C6M23Y0K61 
(6%,23%,0%,61%)
(0.06/0.23/0.00/0.61)	

CMYK percentages

%6
%23
%0
%60.78

Codes

Color #5E4D64 in popluar color models

5E4D64
RGB9477100
HSL284°12.99%34.71%
HSB/HSV284°23.00%39.22%
CMYK6.00%23.00%0.00%
60.78%

Color #5E4D64 in popluar number systems.

HEX5E4D64
Decimal9477100
Binary101111010011011100100
Octal136115144

Shades and tints

Shades of #5E4D64

#5E4D64
(94,77,100)
#56465B
(86,70,91)
#4E3F52
(78,63,82)
#463849
(70,56,73)
#3E3140
(62,49,64)
#362A37
(54,42,55)
#2E232E
(46,35,46)
#261C25
(38,28,37)
#1E151C
(30,21,28)
#160E13
(22,14,19)
#0E070A
(14,7,10)
#000000
(0,0,0)

Tints of #5E4D64

#5E4D64
(94,77,100)
#6C5D72
(108,93,114)
#7A6D80
(122,109,128)
#887D8E
(136,125,142)
#968D9C
(150,141,156)
#A49DAA
(164,157,170)
#B2ADB8
(178,173,184)
#C0BDC6
(192,189,198)
#CECDD4
(206,205,212)
#DCDDE2
(220,221,226)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E4D64 color. Also use rgb(94,77,100) instead hex code.

Text Font Color

.myTextColor { color: #5E4D64; }

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

This text font color is #5E4D64.


Background Color

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

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

This div background color is #5E4D64.


Border color

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

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

This div border color is #5E4D64.


Opacity

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

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

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

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

This text has shadow with #5E4D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4D64 on black background.


Color preview on white background

This text has color #5E4D64 on white background.



Black color preview on #5E4D64 background

This text has black color on #5E4D64 background.


White color preview on #5E4D64 background

This text has white color on #5E4D64 background.