COLOR #5E3447

HEX: #5E3447
RGB: (94,52,71)

Color info

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

RGB color model

#5E3447 color RGB value is (94,52,71).

  • red value is 94;
  • green value is 52;
  • blue value is 71.
RGB:
(94,52,71)
(37%,20%,28%)

RGB channels and saturation

R 94 of 255 = 37%
G 52 of 255 = 20%
B 71 of 255 = 28%

94
52
71

R + G + B ~ 28%. #5E3447 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 52 + 71 = 217 (100%)
R 94 of 217 ~ 43.32%
G 52 of 217 ~ 23.96%
B 71 of 217 ~ 32.72%

%43.32
%23.96
%32.72

CMYK color model

#5E3447 color CMYK value is (0,45,24,63).

  • cyan value is 0.00%
  • magenta value is 44.68%
  • yellow value is 24.47%
  • key color value is 63.14%
CMYK:
(0,45,24,63)
C0M45Y24K63 
(0%,45%,24%,63%)
(0.00/0.45/0.24/0.63)	

CMYK percentages

%0
%44.68
%24.47
%63.14

Codes

Color #5E3447 in popluar color models

5E3447
RGB945271
HSL333°28.77%28.63%
HSB/HSV333°44.68%36.86%
CMYK0.00%44.68%24.47%
63.14%

Color #5E3447 in popluar number systems.

HEX5E3447
Decimal945271
Binary10111101101001000111
Octal13664107

Shades and tints

Shades of #5E3447

#5E3447
(94,52,71)
#563041
(86,48,65)
#4E2C3B
(78,44,59)
#462835
(70,40,53)
#3E242F
(62,36,47)
#362029
(54,32,41)
#2E1C23
(46,28,35)
#26181D
(38,24,29)
#1E1417
(30,20,23)
#161011
(22,16,17)
#0E0C0B
(14,12,11)
#000000
(0,0,0)

Tints of #5E3447

#5E3447
(94,52,71)
#6C4657
(108,70,87)
#7A5867
(122,88,103)
#886A77
(136,106,119)
#967C87
(150,124,135)
#A48E97
(164,142,151)
#B2A0A7
(178,160,167)
#C0B2B7
(192,178,183)
#CEC4C7
(206,196,199)
#DCD6D7
(220,214,215)
#EAE8E7
(234,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E3447 color. Also use rgb(94,52,71) instead hex code.

Text Font Color

.myTextColor { color: #5E3447; }

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

This text font color is #5E3447.


Background Color

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

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

This div background color is #5E3447.


Border color

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

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

This div border color is #5E3447.


Opacity

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

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

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

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

This text has shadow with #5E3447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3447 on black background.


Color preview on white background

This text has color #5E3447 on white background.



Black color preview on #5E3447 background

This text has black color on #5E3447 background.


White color preview on #5E3447 background

This text has white color on #5E3447 background.