COLOR #5C4378

HEX: #5C4378
RGB: (92,67,120)

Color info

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

RGB color model

#5C4378 color RGB value is (92,67,120).

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

RGB channels and saturation

R 92 of 255 = 36%
G 67 of 255 = 26%
B 120 of 255 = 47%

92
67
120

R + G + B ~ 36%. #5C4378 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 67 + 120 = 279 (100%)
R 92 of 279 ~ 32.97%
G 67 of 279 ~ 24.01%
B 120 of 279 ~ 43.01%

%32.97
%24.01
%43.01

CMYK color model

#5C4378 color CMYK value is (23,44,0,53).

  • cyan value is 23.33%
  • magenta value is 44.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK: (23,44,0,53) C23M44Y0K53 (23%,44%,0%,53%) (0.23/0.44/0.00/0.53)

CMYK percentages

%23.33
%44.17
%0
%52.94

Codes

Color #5C4378 in popluar color models

5C4378
RGB9267120
HSL268°28.34%36.67%
HSB/HSV268°44.17%47.06%
CMYK23.33%44.17%0.00%
52.94%

Color #5C4378 in popluar number systems.

HEX5C4378
Decimal9267120
Binary101110010000111111000
Octal134103170

Shades and tints

Shades of #5C4378

#5C4378
(92,67,120)
#543D6E
(84,61,110)
#4C3764
(76,55,100)
#44315A
(68,49,90)
#3C2B50
(60,43,80)
#342546
(52,37,70)
#2C1F3C
(44,31,60)
#241932
(36,25,50)
#1C1328
(28,19,40)
#140D1E
(20,13,30)
#0C0714
(12,7,20)
#000000
(0,0,0)

Tints of #5C4378

#5C4378
(92,67,120)
#6A5484
(106,84,132)
#786590
(120,101,144)
#86769C
(134,118,156)
#9487A8
(148,135,168)
#A298B4
(162,152,180)
#B0A9C0
(176,169,192)
#BEBACC
(190,186,204)
#CCCBD8
(204,203,216)
#DADCE4
(218,220,228)
#E8EDF0
(232,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C4378; }

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

This text font color is #5C4378.


Background Color

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

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

This div background color is #5C4378.


Border color

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

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

This div border color is #5C4378.


Opacity

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

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

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

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

This text has shadow with #5C4378 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5C4378 on black background.


Color preview on white background

This text has color #5C4378 on white background.



Black color preview on #5C4378 background

This text has black color on #5C4378 background.


White color preview on #5C4378 background

This text has white color on #5C4378 background.