COLOR #5C3C8A

HEX: #5C3C8A RGB: (92,60,138)

Color info

#5C3C8A contains mainly red and blue colors. Web safe color of #5C3C8A is #663399 (or #639).

RGB color model

#5C3C8A color RGB value is (92,60,138).

RGB: (92,60,138) (36%, 24%, 54%)

RGB channels and saturation

R 92 of 255 = 36%
G 60 of 255 = 24%
B 138 of 255 = 54%

92
60
138

R + G + B ~ 38%. #5C3C8A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 60 + 138 = 290 (100%)
R 92 of 290 ~ 31.72%
G 60 of 290 ~ 20.69%
B 138 of 290 ~ 47.59'%

%31.72
%20.69
%47.59

CMYK color model

#5C3C8A color CMYK value is (33,57,0,46).

  • cyan value is 33.33%
  • magenta value is 56.52%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK: (33,57,0,46) C33M57Y0K46 (33%,57%,0%,46%) (0.33/0.57/0.00/0.46) 

CMYK percentages

%33.33
%56.52
%0
%45.88

Codes

Color #5C3C8A in popluar color models

5C 3C 8A
RGB 92 60 138
HSL 265° 39.39% 38.82%
HSB/HSV 265° 56.52% 54.12%
CMYK 33.33% 56.52% 0.00%
45.88%

Color #5C3C8A in popluar number systems.

HEX 5C 3C 8A
Decimal 92 60 138
Binary 1011100 111100 10001010
Octal 134 74 212

Shades and tints

Shades of #5C3C8A

#5C3C8A
(92,60,138)
#54377E
(84,55,126)
#4C3272
(76,50,114)
#442D66
(68,45,102)
#3C285A
(60,40,90)
#34234E
(52,35,78)
#2C1E42
(44,30,66)
#241936
(36,25,54)
#1C142A
(28,20,42)
#140F1E
(20,15,30)
#0C0A12
(12,10,18)
#000000
(0,0,0)

Tints of #5C3C8A

#5C3C8A
(92,60,138)
#6A4D94
(106,77,148)
#785E9E
(120,94,158)
#866FA8
(134,111,168)
#9480B2
(148,128,178)
#A291BC
(162,145,188)
#B0A2C6
(176,162,198)
#BEB3D0
(190,179,208)
#CCC4DA
(204,196,218)
#DAD5E4
(218,213,228)
#E8E6EE
(232,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C3C8A color. Also use rgb(92,60,138) instead hex code.

Text Font Color

.myTextColor { color: #5C3C8A; }

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

This text font color is #5C3C8A.

Background Color

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

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

This div background color is #5C3C8A.

Border color

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

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

This div border color is #5C3C8A.

Opacity

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

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

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

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

This text has shadow with #5C3C8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C3C8A.

Preview

Color preview on black background

This text has color #5C3C8A on black background.


Color preview on white background

This text has color #5C3C8A on white background.


Black color preview on #5C3C8A background

This text has black color on #5C3C8A background.


White color preview on #5C3C8A background

This text has white color on #5C3C8A background.


Related colors

Complementary color

Complementary color for #hex is #A3C375.


I love getcolorcode.com

Triadic colors

1 #8A5C3C and #3C8A5C with #5C3C8A are triadic colors.

2 #8A3C5C and #3C5C8A with #5C3C8A are triadic colors.