COLOR #5E4450

HEX: #5E4450
RGB: (94,68,80)

Color info

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

RGB color model

#5E4450 color RGB value is (94,68,80).

  • red value is 94;
  • green value is 68;
  • blue value is 80.
RGB:
(94,68,80)
(37%,27%,31%)

RGB channels and saturation

R 94 of 255 = 37%
G 68 of 255 = 27%
B 80 of 255 = 31%

94
68
80

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

Portions of RGB colors in percentages

R + G + B =
94 + 68 + 80 = 242 (100%)
R 94 of 242 ~ 38.84%
G 68 of 242 ~ 28.1%
B 80 of 242 ~ 33.06%

%38.84
%28.1
%33.06

CMYK color model

#5E4450 color CMYK value is (0,28,15,63).

  • cyan value is 0.00%
  • magenta value is 27.66%
  • yellow value is 14.89%
  • key color value is 63.14%
CMYK:
(0,28,15,63)
C0M28Y15K63 
(0%,28%,15%,63%)
(0.00/0.28/0.15/0.63)	

CMYK percentages

%0
%27.66
%14.89
%63.14

Codes

Color #5E4450 in popluar color models

5E4450
RGB946880
HSL332°16.05%31.76%
HSB/HSV332°27.66%36.86%
CMYK0.00%27.66%14.89%
63.14%

Color #5E4450 in popluar number systems.

HEX5E4450
Decimal946880
Binary101111010001001010000
Octal136104120

Shades and tints

Shades of #5E4450

#5E4450
(94,68,80)
#563E49
(86,62,73)
#4E3842
(78,56,66)
#46323B
(70,50,59)
#3E2C34
(62,44,52)
#36262D
(54,38,45)
#2E2026
(46,32,38)
#261A1F
(38,26,31)
#1E1418
(30,20,24)
#160E11
(22,14,17)
#0E080A
(14,8,10)
#000000
(0,0,0)

Tints of #5E4450

#5E4450
(94,68,80)
#6C555F
(108,85,95)
#7A666E
(122,102,110)
#88777D
(136,119,125)
#96888C
(150,136,140)
#A4999B
(164,153,155)
#B2AAAA
(178,170,170)
#C0BBB9
(192,187,185)
#CECCC8
(206,204,200)
#DCDDD7
(220,221,215)
#EAEEE6
(234,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4450; }

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

This text font color is #5E4450.


Background Color

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

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

This div background color is #5E4450.


Border color

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

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

This div border color is #5E4450.


Opacity

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

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

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

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

This text has shadow with #5E4450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4450 on black background.


Color preview on white background

This text has color #5E4450 on white background.



Black color preview on #5E4450 background

This text has black color on #5E4450 background.


White color preview on #5E4450 background

This text has white color on #5E4450 background.