COLOR #5C3E5B

HEX: #5C3E5B
RGB: (92,62,91)

Color info

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

RGB color model

#5C3E5B color RGB value is (92,62,91).

  • red value is 92;
  • green value is 62;
  • blue value is 91.
RGB:
(92,62,91)
(36%,24%,36%)

RGB channels and saturation

R 92 of 255 = 36%
G 62 of 255 = 24%
B 91 of 255 = 36%

92
62
91

R + G + B ~ 32%. #5C3E5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 62 + 91 = 245 (100%)
R 92 of 245 ~ 37.55%
G 62 of 245 ~ 25.31%
B 91 of 245 ~ 37.14%

%37.55
%25.31
%37.14

CMYK color model

#5C3E5B color CMYK value is (0,33,1,64).

  • cyan value is 0.00%
  • magenta value is 32.61%
  • yellow value is 1.09%
  • key color value is 63.92%
CMYK:
(0,33,1,64)
C0M33Y1K64 
(0%,33%,1%,64%)
(0.00/0.33/0.01/0.64)	

CMYK percentages

%0
%32.61
%1.09
%63.92

Codes

Color #5C3E5B in popluar color models

5C3E5B
RGB926291
HSL302°19.48%30.20%
HSB/HSV302°32.61%36.08%
CMYK0.00%32.61%1.09%
63.92%

Color #5C3E5B in popluar number systems.

HEX5C3E5B
Decimal926291
Binary10111001111101011011
Octal13476133

Shades and tints

Shades of #5C3E5B

#5C3E5B
(92,62,91)
#543953
(84,57,83)
#4C344B
(76,52,75)
#442F43
(68,47,67)
#3C2A3B
(60,42,59)
#342533
(52,37,51)
#2C202B
(44,32,43)
#241B23
(36,27,35)
#1C161B
(28,22,27)
#141113
(20,17,19)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #5C3E5B

#5C3E5B
(92,62,91)
#6A4F69
(106,79,105)
#786077
(120,96,119)
#867185
(134,113,133)
#948293
(148,130,147)
#A293A1
(162,147,161)
#B0A4AF
(176,164,175)
#BEB5BD
(190,181,189)
#CCC6CB
(204,198,203)
#DAD7D9
(218,215,217)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C3E5B color. Also use rgb(92,62,91) instead hex code.

Text Font Color

.myTextColor { color: #5C3E5B; }

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

This text font color is #5C3E5B.


Background Color

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

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

This div background color is #5C3E5B.


Border color

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

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

This div border color is #5C3E5B.


Opacity

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

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

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

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

This text has shadow with #5C3E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C3E5B on black background.


Color preview on white background

This text has color #5C3E5B on white background.



Black color preview on #5C3E5B background

This text has black color on #5C3E5B background.


White color preview on #5C3E5B background

This text has white color on #5C3E5B background.