COLOR #5C4578

HEX: #5C4578
RGB: (92,69,120)

Color info

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

RGB color model

#5C4578 color RGB value is (92,69,120).

  • red value is 92;
  • green value is 69;
  • blue value is 120.
RGB:
(92,69,120)
(36%,27%,47%)

RGB channels and saturation

R 92 of 255 = 36%
G 69 of 255 = 27%
B 120 of 255 = 47%

92
69
120

R + G + B ~ 37%. #5C4578 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 69 + 120 = 281 (100%)
R 92 of 281 ~ 32.74%
G 69 of 281 ~ 24.56%
B 120 of 281 ~ 42.7%

%32.74
%24.56
%42.7

CMYK color model

#5C4578 color CMYK value is (23,43,0,53).

  • cyan value is 23.33%
  • magenta value is 42.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(23,43,0,53)
C23M43Y0K53 
(23%,43%,0%,53%)
(0.23/0.43/0.00/0.53)	

CMYK percentages

%23.33
%42.5
%0
%52.94

Codes

Color #5C4578 in popluar color models

5C4578
RGB9269120
HSL267°26.98%37.06%
HSB/HSV267°42.50%47.06%
CMYK23.33%42.50%0.00%
52.94%

Color #5C4578 in popluar number systems.

HEX5C4578
Decimal9269120
Binary101110010001011111000
Octal134105170

Shades and tints

Shades of #5C4578

#5C4578
(92,69,120)
#543F6E
(84,63,110)
#4C3964
(76,57,100)
#44335A
(68,51,90)
#3C2D50
(60,45,80)
#342746
(52,39,70)
#2C213C
(44,33,60)
#241B32
(36,27,50)
#1C1528
(28,21,40)
#140F1E
(20,15,30)
#0C0914
(12,9,20)
#000000
(0,0,0)

Tints of #5C4578

#5C4578
(92,69,120)
#6A5584
(106,85,132)
#786590
(120,101,144)
#86759C
(134,117,156)
#9485A8
(148,133,168)
#A295B4
(162,149,180)
#B0A5C0
(176,165,192)
#BEB5CC
(190,181,204)
#CCC5D8
(204,197,216)
#DAD5E4
(218,213,228)
#E8E5F0
(232,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C4578 color. Also use rgb(92,69,120) instead hex code.

Text Font Color

.myTextColor { color: #5C4578; }

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

This text font color is #5C4578.


Background Color

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

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

This div background color is #5C4578.


Border color

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

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

This div border color is #5C4578.


Opacity

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

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

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

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

This text has shadow with #5C4578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4578 on black background.


Color preview on white background

This text has color #5C4578 on white background.



Black color preview on #5C4578 background

This text has black color on #5C4578 background.


White color preview on #5C4578 background

This text has white color on #5C4578 background.