COLOR #5E344C

HEX: #5E344C
RGB: (94,52,76)

Color info

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

RGB color model

#5E344C color RGB value is (94,52,76).

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

RGB channels and saturation

R 94 of 255 = 37%
G 52 of 255 = 20%
B 76 of 255 = 30%

94
52
76

R + G + B ~ 29%. #5E344C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 52 + 76 = 222 (100%)
R 94 of 222 ~ 42.34%
G 52 of 222 ~ 23.42%
B 76 of 222 ~ 34.23%

%42.34
%23.42
%34.23

CMYK color model

#5E344C color CMYK value is (0,45,19,63).

  • cyan value is 0.00%
  • magenta value is 44.68%
  • yellow value is 19.15%
  • key color value is 63.14%
CMYK:
(0,45,19,63)
C0M45Y19K63 
(0%,45%,19%,63%)
(0.00/0.45/0.19/0.63)	

CMYK percentages

%0
%44.68
%19.15
%63.14

Codes

Color #5E344C in popluar color models

5E344C
RGB945276
HSL326°28.77%28.63%
HSB/HSV326°44.68%36.86%
CMYK0.00%44.68%19.15%
63.14%

Color #5E344C in popluar number systems.

HEX5E344C
Decimal945276
Binary10111101101001001100
Octal13664114

Shades and tints

Shades of #5E344C

#5E344C
(94,52,76)
#563046
(86,48,70)
#4E2C40
(78,44,64)
#46283A
(70,40,58)
#3E2434
(62,36,52)
#36202E
(54,32,46)
#2E1C28
(46,28,40)
#261822
(38,24,34)
#1E141C
(30,20,28)
#161016
(22,16,22)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #5E344C

#5E344C
(94,52,76)
#6C465C
(108,70,92)
#7A586C
(122,88,108)
#886A7C
(136,106,124)
#967C8C
(150,124,140)
#A48E9C
(164,142,156)
#B2A0AC
(178,160,172)
#C0B2BC
(192,178,188)
#CEC4CC
(206,196,204)
#DCD6DC
(220,214,220)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E344C; }

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

This text font color is #5E344C.


Background Color

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

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

This div background color is #5E344C.


Border color

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

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

This div border color is #5E344C.


Opacity

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

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

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

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

This text has shadow with #5E344C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E344C on black background.


Color preview on white background

This text has color #5E344C on white background.



Black color preview on #5E344C background

This text has black color on #5E344C background.


White color preview on #5E344C background

This text has white color on #5E344C background.