COLOR #5C4978

HEX: #5C4978 RGB: (92,73,120)

Color info

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

RGB color model

#5C4978 color RGB value is (92,73,120).

RGB: (92,73,120) (36%, 29%, 47%)

RGB channels and saturation

R 92 of 255 = 36%
G 73 of 255 = 29%
B 120 of 255 = 47%

92
73
120

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

Portions of RGB colors in percentages

R + G + B = 92 + 73 + 120 = 285 (100%)
R 92 of 285 ~ 32.28%
G 73 of 285 ~ 25.61%
B 120 of 285 ~ 42.11'%

%32.28
%25.61
%42.11

CMYK color model

#5C4978 color CMYK value is (23,39,0,53).

  • cyan value is 23.33%
  • magenta value is 39.17%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (23,39,0,53)
C23M39Y0K53 (23%, 39%, 0%, 53%)
(0.23 / 0.39 / 0.00 / 0.53)

CMYK percentages

%23.33
%39.17
%0
%52.94

Codes

Color #5C4978 in popluar color models

5C 49 78
RGB 92 73 120
HSL 264° 24.35% 37.84%
HSB/HSV 264° 39.17% 47.06%
CMYK 23.33% 39.17% 0.00%
52.94%

Color #5C4978 in popluar number systems.

HEX 5C 49 78
Decimal 92 73 120
Binary 1011100 1001001 1111000
Octal 134 111 170

Shades and tints

Shades of #5C4978

#5C4978
(92,73,120)
#54436E
(84,67,110)
#4C3D64
(76,61,100)
#44375A
(68,55,90)
#3C3150
(60,49,80)
#342B46
(52,43,70)
#2C253C
(44,37,60)
#241F32
(36,31,50)
#1C1928
(28,25,40)
#14131E
(20,19,30)
#0C0D14
(12,13,20)
#000000
(0,0,0)

Tints of #5C4978

#5C4978
(92,73,120)
#6A5984
(106,89,132)
#786990
(120,105,144)
#86799C
(134,121,156)
#9489A8
(148,137,168)
#A299B4
(162,153,180)
#B0A9C0
(176,169,192)
#BEB9CC
(190,185,204)
#CCC9D8
(204,201,216)
#DAD9E4
(218,217,228)
#E8E9F0
(232,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C4978; }

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

This text font color is #5C4978.

Background Color

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

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

This div background color is #5C4978.

Border color

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

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

This div border color is #5C4978.

Opacity

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

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

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

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

This text has shadow with #5C4978 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C4978.

Preview

Color preview on black background

This text has color #5C4978 on black background.


Color preview on white background

This text has color #5C4978 on white background.


Black color preview on #5C4978 background

This text has black color on #5C4978 background.


White color preview on #5C4978 background

This text has white color on #5C4978 background.


Related colors

Complementary color

Complementary color for #hex is #A3B687.


I love getcolorcode.com

Triadic colors

1 #785C49 and #49785C with #5C4978 are triadic colors.

2 #78495C and #495C78 with #5C4978 are triadic colors.