COLOR #5E3C50

HEX: #5E3C50 RGB: (94,60,80)

Color info

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

RGB color model

#5E3C50 color RGB value is (94,60,80).

RGB: (94,60,80) (37%, 24%, 31%)

RGB channels and saturation

R 94 of 255 = 37%
G 60 of 255 = 24%
B 80 of 255 = 31%

94
60
80

R + G + B ~ 31%. #5E3C50 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 60 + 80 = 234 (100%)
R 94 of 234 ~ 40.17%
G 60 of 234 ~ 25.64%
B 80 of 234 ~ 34.19'%

%40.17
%25.64
%34.19

CMYK color model

#5E3C50 color CMYK value is (0,36,15,63).

  • cyan value is 0.00%
  • magenta value is 36.17%
  • yellow value is 14.89%
  • key color value is 63.14%

CMYK: (0,36,15,63)
C0M36Y15K63 (0%, 36%, 15%, 63%)
(0.00 / 0.36 / 0.15 / 0.63)

CMYK percentages

%0
%36.17
%14.89
%63.14

Codes

Color #5E3C50 in popluar color models

5E 3C 50
RGB 94 60 80
HSL 325° 22.08% 30.20%
HSB/HSV 325° 36.17% 36.86%
CMYK 0.00% 36.17% 14.89%
63.14%

Color #5E3C50 in popluar number systems.

HEX 5E 3C 50
Decimal 94 60 80
Binary 1011110 111100 1010000
Octal 136 74 120

Shades and tints

Shades of #5E3C50

#5E3C50
(94,60,80)
#563749
(86,55,73)
#4E3242
(78,50,66)
#462D3B
(70,45,59)
#3E2834
(62,40,52)
#36232D
(54,35,45)
#2E1E26
(46,30,38)
#26191F
(38,25,31)
#1E1418
(30,20,24)
#160F11
(22,15,17)
#0E0A0A
(14,10,10)
#000000
(0,0,0)

Tints of #5E3C50

#5E3C50
(94,60,80)
#6C4D5F
(108,77,95)
#7A5E6E
(122,94,110)
#886F7D
(136,111,125)
#96808C
(150,128,140)
#A4919B
(164,145,155)
#B2A2AA
(178,162,170)
#C0B3B9
(192,179,185)
#CEC4C8
(206,196,200)
#DCD5D7
(220,213,215)
#EAE6E6
(234,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E3C50; }

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

This text font color is #5E3C50.

Background Color

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

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

This div background color is #5E3C50.

Border color

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

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

This div border color is #5E3C50.

Opacity

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

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

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

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

This text has shadow with #5E3C50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E3C50.

Preview

Color preview on black background

This text has color #5E3C50 on black background.


Color preview on white background

This text has color #5E3C50 on white background.


Black color preview on #5E3C50 background

This text has black color on #5E3C50 background.


White color preview on #5E3C50 background

This text has white color on #5E3C50 background.


Related colors

Complementary color

Complementary color for #hex is #A1C3AF.


I love getcolorcode.com

Triadic colors

1 #505E3C and #3C505E with #5E3C50 are triadic colors.

2 #503C5E and #3C5E50 with #5E3C50 are triadic colors.