COLOR #5E3B49

HEX: #5E3B49
RGB: (94,59,73)

Color info

#5E3B49 contains red, green and blue colors in about the same proportion. Web safe color of #5E3B49 is #663333 (or #633).

RGB color model

#5E3B49 color RGB value is (94,59,73).

  • red value is 94;
  • green value is 59;
  • blue value is 73.
RGB:
(94,59,73)
(37%,23%,29%)

RGB channels and saturation

R 94 of 255 = 37%
G 59 of 255 = 23%
B 73 of 255 = 29%

94
59
73

R + G + B ~ 30%. #5E3B49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 59 + 73 = 226 (100%)
R 94 of 226 ~ 41.59%
G 59 of 226 ~ 26.11%
B 73 of 226 ~ 32.3%

%41.59
%26.11
%32.3

CMYK color model

#5E3B49 color CMYK value is (0,37,22,63).

  • cyan value is 0.00%
  • magenta value is 37.23%
  • yellow value is 22.34%
  • key color value is 63.14%
CMYK:
(0,37,22,63)
C0M37Y22K63 
(0%,37%,22%,63%)
(0.00/0.37/0.22/0.63)	

CMYK percentages

%0
%37.23
%22.34
%63.14

Codes

Color #5E3B49 in popluar color models

5E3B49
RGB945973
HSL336°22.88%30.00%
HSB/HSV336°37.23%36.86%
CMYK0.00%37.23%22.34%
63.14%

Color #5E3B49 in popluar number systems.

HEX5E3B49
Decimal945973
Binary10111101110111001001
Octal13673111

Shades and tints

Shades of #5E3B49

#5E3B49
(94,59,73)
#563643
(86,54,67)
#4E313D
(78,49,61)
#462C37
(70,44,55)
#3E2731
(62,39,49)
#36222B
(54,34,43)
#2E1D25
(46,29,37)
#26181F
(38,24,31)
#1E1319
(30,19,25)
#160E13
(22,14,19)
#0E090D
(14,9,13)
#000000
(0,0,0)

Tints of #5E3B49

#5E3B49
(94,59,73)
#6C4C59
(108,76,89)
#7A5D69
(122,93,105)
#886E79
(136,110,121)
#967F89
(150,127,137)
#A49099
(164,144,153)
#B2A1A9
(178,161,169)
#C0B2B9
(192,178,185)
#CEC3C9
(206,195,201)
#DCD4D9
(220,212,217)
#EAE5E9
(234,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E3B49 color. Also use rgb(94,59,73) instead hex code.

Text Font Color

.myTextColor { color: #5E3B49; }

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

This text font color is #5E3B49.


Background Color

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

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

This div background color is #5E3B49.


Border color

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

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

This div border color is #5E3B49.


Opacity

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

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

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

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

This text has shadow with #5E3B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3B49 on black background.


Color preview on white background

This text has color #5E3B49 on white background.



Black color preview on #5E3B49 background

This text has black color on #5E3B49 background.


White color preview on #5E3B49 background

This text has white color on #5E3B49 background.