COLOR #5C3D8A

HEX: #5C3D8A RGB: (92,61,138)

Color info

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

RGB color model

#5C3D8A color RGB value is (92,61,138).

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

RGB channels and saturation

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

92
61
138

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

Portions of RGB colors in percentages

R + G + B = 92 + 61 + 138 = 291 (100%)
R 92 of 291 ~ 31.62%
G 61 of 291 ~ 20.96%
B 138 of 291 ~ 47.42'%

%31.62
%20.96
%47.42

CMYK color model

#5C3D8A color CMYK value is (33,56,0,46).

  • cyan value is 33.33%
  • magenta value is 55.80%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (33,56,0,46)
C33M56Y0K46 (33%, 56%, 0%, 46%)
(0.33 / 0.56 / 0.00 / 0.46)

CMYK percentages

%33.33
%55.8
%0
%45.88

Codes

Color #5C3D8A in popluar color models

5C 3D 8A
RGB 92 61 138
HSL 264° 38.69% 39.02%
HSB/HSV 264° 55.80% 54.12%
CMYK 33.33% 55.80% 0.00%
45.88%

Color #5C3D8A in popluar number systems.

HEX 5C 3D 8A
Decimal 92 61 138
Binary 1011100 111101 10001010
Octal 134 75 212

Shades and tints

Shades of #5C3D8A

#5C3D8A
(92,61,138)
#54387E
(84,56,126)
#4C3372
(76,51,114)
#442E66
(68,46,102)
#3C295A
(60,41,90)
#34244E
(52,36,78)
#2C1F42
(44,31,66)
#241A36
(36,26,54)
#1C152A
(28,21,42)
#14101E
(20,16,30)
#0C0B12
(12,11,18)
#000000
(0,0,0)

Tints of #5C3D8A

#5C3D8A
(92,61,138)
#6A4E94
(106,78,148)
#785F9E
(120,95,158)
#8670A8
(134,112,168)
#9481B2
(148,129,178)
#A292BC
(162,146,188)
#B0A3C6
(176,163,198)
#BEB4D0
(190,180,208)
#CCC5DA
(204,197,218)
#DAD6E4
(218,214,228)
#E8E7EE
(232,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C3D8A; }

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

This text font color is #5C3D8A.

Background Color

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

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

This div background color is #5C3D8A.

Border color

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

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

This div border color is #5C3D8A.

Opacity

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

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

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

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

This text has shadow with #5C3D8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C3D8A.

Preview

Color preview on black background

This text has color #5C3D8A on black background.


Color preview on white background

This text has color #5C3D8A on white background.


Black color preview on #5C3D8A background

This text has black color on #5C3D8A background.


White color preview on #5C3D8A background

This text has white color on #5C3D8A background.


Related colors

Complementary color

Complementary color for #hex is #A3C275.


I love getcolorcode.com

Triadic colors

1 #8A5C3D and #3D8A5C with #5C3D8A are triadic colors.

2 #8A3D5C and #3D5C8A with #5C3D8A are triadic colors.