COLOR #5C315B

HEX: #5C315B
RGB: (92,49,91)

Color info

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

RGB color model

#5C315B color RGB value is (92,49,91).

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

RGB channels and saturation

R 92 of 255 = 36%
G 49 of 255 = 19%
B 91 of 255 = 36%

92
49
91

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

Portions of RGB colors in percentages

R + G + B =
92 + 49 + 91 = 232 (100%)
R 92 of 232 ~ 39.66%
G 49 of 232 ~ 21.12%
B 91 of 232 ~ 39.22%

%39.66
%21.12
%39.22

CMYK color model

#5C315B color CMYK value is (0,47,1,64).

  • cyan value is 0.00%
  • magenta value is 46.74%
  • yellow value is 1.09%
  • key color value is 63.92%
CMYK:
(0,47,1,64)
C0M47Y1K64 
(0%,47%,1%,64%)
(0.00/0.47/0.01/0.64)	

CMYK percentages

%0
%46.74
%1.09
%63.92

Codes

Color #5C315B in popluar color models

5C315B
RGB924991
HSL301°30.50%27.65%
HSB/HSV301°46.74%36.08%
CMYK0.00%46.74%1.09%
63.92%

Color #5C315B in popluar number systems.

HEX5C315B
Decimal924991
Binary10111001100011011011
Octal13461133

Shades and tints

Shades of #5C315B

#5C315B
(92,49,91)
#542D53
(84,45,83)
#4C294B
(76,41,75)
#442543
(68,37,67)
#3C213B
(60,33,59)
#341D33
(52,29,51)
#2C192B
(44,25,43)
#241523
(36,21,35)
#1C111B
(28,17,27)
#140D13
(20,13,19)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #5C315B

#5C315B
(92,49,91)
#6A4369
(106,67,105)
#785577
(120,85,119)
#866785
(134,103,133)
#947993
(148,121,147)
#A28BA1
(162,139,161)
#B09DAF
(176,157,175)
#BEAFBD
(190,175,189)
#CCC1CB
(204,193,203)
#DAD3D9
(218,211,217)
#E8E5E7
(232,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C315B; }

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

This text font color is #5C315B.


Background Color

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

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

This div background color is #5C315B.


Border color

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

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

This div border color is #5C315B.


Opacity

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

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

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

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

This text has shadow with #5C315B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C315B on black background.


Color preview on white background

This text has color #5C315B on white background.



Black color preview on #5C315B background

This text has black color on #5C315B background.


White color preview on #5C315B background

This text has white color on #5C315B background.