COLOR #5E354F

HEX: #5E354F
RGB: (94,53,79)

Color info

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

RGB color model

#5E354F color RGB value is (94,53,79).

  • red value is 94;
  • green value is 53;
  • blue value is 79.
RGB:
(94,53,79)
(37%,21%,31%)

RGB channels and saturation

R 94 of 255 = 37%
G 53 of 255 = 21%
B 79 of 255 = 31%

94
53
79

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

Portions of RGB colors in percentages

R + G + B =
94 + 53 + 79 = 226 (100%)
R 94 of 226 ~ 41.59%
G 53 of 226 ~ 23.45%
B 79 of 226 ~ 34.96%

%41.59
%23.45
%34.96

CMYK color model

#5E354F color CMYK value is (0,44,16,63).

  • cyan value is 0.00%
  • magenta value is 43.62%
  • yellow value is 15.96%
  • key color value is 63.14%
CMYK:
(0,44,16,63)
C0M44Y16K63 
(0%,44%,16%,63%)
(0.00/0.44/0.16/0.63)	

CMYK percentages

%0
%43.62
%15.96
%63.14

Codes

Color #5E354F in popluar color models

5E354F
RGB945379
HSL322°27.89%28.82%
HSB/HSV322°43.62%36.86%
CMYK0.00%43.62%15.96%
63.14%

Color #5E354F in popluar number systems.

HEX5E354F
Decimal945379
Binary10111101101011001111
Octal13665117

Shades and tints

Shades of #5E354F

#5E354F
(94,53,79)
#563148
(86,49,72)
#4E2D41
(78,45,65)
#46293A
(70,41,58)
#3E2533
(62,37,51)
#36212C
(54,33,44)
#2E1D25
(46,29,37)
#26191E
(38,25,30)
#1E1517
(30,21,23)
#161110
(22,17,16)
#0E0D09
(14,13,9)
#000000
(0,0,0)

Tints of #5E354F

#5E354F
(94,53,79)
#6C475F
(108,71,95)
#7A596F
(122,89,111)
#886B7F
(136,107,127)
#967D8F
(150,125,143)
#A48F9F
(164,143,159)
#B2A1AF
(178,161,175)
#C0B3BF
(192,179,191)
#CEC5CF
(206,197,207)
#DCD7DF
(220,215,223)
#EAE9EF
(234,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E354F color. Also use rgb(94,53,79) instead hex code.

Text Font Color

.myTextColor { color: #5E354F; }

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

This text font color is #5E354F.


Background Color

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

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

This div background color is #5E354F.


Border color

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

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

This div border color is #5E354F.


Opacity

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

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

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

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

This text has shadow with #5E354F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E354F on black background.


Color preview on white background

This text has color #5E354F on white background.



Black color preview on #5E354F background

This text has black color on #5E354F background.


White color preview on #5E354F background

This text has white color on #5E354F background.