COLOR #5C3B6A

HEX: #5C3B6A
RGB: (92,59,106)

Color info

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

RGB color model

#5C3B6A color RGB value is (92,59,106).

  • red value is 92;
  • green value is 59;
  • blue value is 106.
RGB:
(92,59,106)
(36%,23%,42%)

RGB channels and saturation

R 92 of 255 = 36%
G 59 of 255 = 23%
B 106 of 255 = 42%

92
59
106

R + G + B ~ 34%. #5C3B6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 59 + 106 = 257 (100%)
R 92 of 257 ~ 35.8%
G 59 of 257 ~ 22.96%
B 106 of 257 ~ 41.25%

%35.8
%22.96
%41.25

CMYK color model

#5C3B6A color CMYK value is (13,44,0,58).

  • cyan value is 13.21%
  • magenta value is 44.34%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(13,44,0,58)
C13M44Y0K58 
(13%,44%,0%,58%)
(0.13/0.44/0.00/0.58)	

CMYK percentages

%13.21
%44.34
%0
%58.43

Codes

Color #5C3B6A in popluar color models

5C3B6A
RGB9259106
HSL282°28.48%32.35%
HSB/HSV282°44.34%41.57%
CMYK13.21%44.34%0.00%
58.43%

Color #5C3B6A in popluar number systems.

HEX5C3B6A
Decimal9259106
Binary10111001110111101010
Octal13473152

Shades and tints

Shades of #5C3B6A

#5C3B6A
(92,59,106)
#543661
(84,54,97)
#4C3158
(76,49,88)
#442C4F
(68,44,79)
#3C2746
(60,39,70)
#34223D
(52,34,61)
#2C1D34
(44,29,52)
#24182B
(36,24,43)
#1C1322
(28,19,34)
#140E19
(20,14,25)
#0C0910
(12,9,16)
#000000
(0,0,0)

Tints of #5C3B6A

#5C3B6A
(92,59,106)
#6A4C77
(106,76,119)
#785D84
(120,93,132)
#866E91
(134,110,145)
#947F9E
(148,127,158)
#A290AB
(162,144,171)
#B0A1B8
(176,161,184)
#BEB2C5
(190,178,197)
#CCC3D2
(204,195,210)
#DAD4DF
(218,212,223)
#E8E5EC
(232,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C3B6A color. Also use rgb(92,59,106) instead hex code.

Text Font Color

.myTextColor { color: #5C3B6A; }

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

This text font color is #5C3B6A.


Background Color

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

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

This div background color is #5C3B6A.


Border color

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

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

This div border color is #5C3B6A.


Opacity

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

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

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

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

This text has shadow with #5C3B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C3B6A on black background.


Color preview on white background

This text has color #5C3B6A on white background.



Black color preview on #5C3B6A background

This text has black color on #5C3B6A background.


White color preview on #5C3B6A background

This text has white color on #5C3B6A background.