COLOR #5C377A

HEX: #5C377A
RGB: (92,55,122)

Color info

#5C377A contains mainly red and blue colors. Web safe color of #5C377A is #663366 (or #636).

RGB color model

#5C377A color RGB value is (92,55,122).

  • red value is 92;
  • green value is 55;
  • blue value is 122.
RGB:
(92,55,122)
(36%,22%,48%)

RGB channels and saturation

R 92 of 255 = 36%
G 55 of 255 = 22%
B 122 of 255 = 48%

92
55
122

R + G + B ~ 35%. #5C377A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 55 + 122 = 269 (100%)
R 92 of 269 ~ 34.2%
G 55 of 269 ~ 20.45%
B 122 of 269 ~ 45.35%

%34.2
%20.45
%45.35

CMYK color model

#5C377A color CMYK value is (25,55,0,52).

  • cyan value is 24.59%
  • magenta value is 54.92%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(25,55,0,52)
C25M55Y0K52 
(25%,55%,0%,52%)
(0.25/0.55/0.00/0.52)	

CMYK percentages

%24.59
%54.92
%0
%52.16

Codes

Color #5C377A in popluar color models

5C377A
RGB9255122
HSL273°37.85%34.71%
HSB/HSV273°54.92%47.84%
CMYK24.59%54.92%0.00%
52.16%

Color #5C377A in popluar number systems.

HEX5C377A
Decimal9255122
Binary10111001101111111010
Octal13467172

Shades and tints

Shades of #5C377A

#5C377A
(92,55,122)
#54326F
(84,50,111)
#4C2D64
(76,45,100)
#442859
(68,40,89)
#3C234E
(60,35,78)
#341E43
(52,30,67)
#2C1938
(44,25,56)
#24142D
(36,20,45)
#1C0F22
(28,15,34)
#140A17
(20,10,23)
#0C050C
(12,5,12)
#000000
(0,0,0)

Tints of #5C377A

#5C377A
(92,55,122)
#6A4986
(106,73,134)
#785B92
(120,91,146)
#866D9E
(134,109,158)
#947FAA
(148,127,170)
#A291B6
(162,145,182)
#B0A3C2
(176,163,194)
#BEB5CE
(190,181,206)
#CCC7DA
(204,199,218)
#DAD9E6
(218,217,230)
#E8EBF2
(232,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C377A color. Also use rgb(92,55,122) instead hex code.

Text Font Color

.myTextColor { color: #5C377A; }

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

This text font color is #5C377A.


Background Color

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

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

This div background color is #5C377A.


Border color

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

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

This div border color is #5C377A.


Opacity

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

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

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

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

This text has shadow with #5C377A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C377A on black background.


Color preview on white background

This text has color #5C377A on white background.



Black color preview on #5C377A background

This text has black color on #5C377A background.


White color preview on #5C377A background

This text has white color on #5C377A background.