COLOR #5C366A

HEX: #5C366A
RGB: (92,54,106)

Color info

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

RGB color model

#5C366A color RGB value is (92,54,106).

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

RGB channels and saturation

R 92 of 255 = 36%
G 54 of 255 = 21%
B 106 of 255 = 42%

92
54
106

R + G + B ~ 33%. #5C366A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 54 + 106 = 252 (100%)
R 92 of 252 ~ 36.51%
G 54 of 252 ~ 21.43%
B 106 of 252 ~ 42.06%

%36.51
%21.43
%42.06

CMYK color model

#5C366A color CMYK value is (13,49,0,58).

  • cyan value is 13.21%
  • magenta value is 49.06%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(13,49,0,58)
C13M49Y0K58 
(13%,49%,0%,58%)
(0.13/0.49/0.00/0.58)	

CMYK percentages

%13.21
%49.06
%0
%58.43

Codes

Color #5C366A in popluar color models

5C366A
RGB9254106
HSL284°32.50%31.37%
HSB/HSV284°49.06%41.57%
CMYK13.21%49.06%0.00%
58.43%

Color #5C366A in popluar number systems.

HEX5C366A
Decimal9254106
Binary10111001101101101010
Octal13466152

Shades and tints

Shades of #5C366A

#5C366A
(92,54,106)
#543261
(84,50,97)
#4C2E58
(76,46,88)
#442A4F
(68,42,79)
#3C2646
(60,38,70)
#34223D
(52,34,61)
#2C1E34
(44,30,52)
#241A2B
(36,26,43)
#1C1622
(28,22,34)
#141219
(20,18,25)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #5C366A

#5C366A
(92,54,106)
#6A4877
(106,72,119)
#785A84
(120,90,132)
#866C91
(134,108,145)
#947E9E
(148,126,158)
#A290AB
(162,144,171)
#B0A2B8
(176,162,184)
#BEB4C5
(190,180,197)
#CCC6D2
(204,198,210)
#DAD8DF
(218,216,223)
#E8EAEC
(232,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C366A; }

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

This text font color is #5C366A.


Background Color

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

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

This div background color is #5C366A.


Border color

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

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

This div border color is #5C366A.


Opacity

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

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

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

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

This text has shadow with #5C366A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C366A on black background.


Color preview on white background

This text has color #5C366A on white background.



Black color preview on #5C366A background

This text has black color on #5C366A background.


White color preview on #5C366A background

This text has white color on #5C366A background.