COLOR #5C4A7E

HEX: #5C4A7E
RGB: (92,74,126)

Color info

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

RGB color model

#5C4A7E color RGB value is (92,74,126).

  • red value is 92;
  • green value is 74;
  • blue value is 126.
RGB:
(92,74,126)
(36%,29%,49%)

RGB channels and saturation

R 92 of 255 = 36%
G 74 of 255 = 29%
B 126 of 255 = 49%

92
74
126

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

Portions of RGB colors in percentages

R + G + B =
92 + 74 + 126 = 292 (100%)
R 92 of 292 ~ 31.51%
G 74 of 292 ~ 25.34%
B 126 of 292 ~ 43.15%

%31.51
%25.34
%43.15

CMYK color model

#5C4A7E color CMYK value is (27,41,0,51).

  • cyan value is 26.98%
  • magenta value is 41.27%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(27,41,0,51)
C27M41Y0K51 
(27%,41%,0%,51%)
(0.27/0.41/0.00/0.51)	

CMYK percentages

%26.98
%41.27
%0
%50.59

Codes

Color #5C4A7E in popluar color models

5C4A7E
RGB9274126
HSL261°26.00%39.22%
HSB/HSV261°41.27%49.41%
CMYK26.98%41.27%0.00%
50.59%

Color #5C4A7E in popluar number systems.

HEX5C4A7E
Decimal9274126
Binary101110010010101111110
Octal134112176

Shades and tints

Shades of #5C4A7E

#5C4A7E
(92,74,126)
#544473
(84,68,115)
#4C3E68
(76,62,104)
#44385D
(68,56,93)
#3C3252
(60,50,82)
#342C47
(52,44,71)
#2C263C
(44,38,60)
#242031
(36,32,49)
#1C1A26
(28,26,38)
#14141B
(20,20,27)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #5C4A7E

#5C4A7E
(92,74,126)
#6A5A89
(106,90,137)
#786A94
(120,106,148)
#867A9F
(134,122,159)
#948AAA
(148,138,170)
#A29AB5
(162,154,181)
#B0AAC0
(176,170,192)
#BEBACB
(190,186,203)
#CCCAD6
(204,202,214)
#DADAE1
(218,218,225)
#E8EAEC
(232,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C4A7E color. Also use rgb(92,74,126) instead hex code.

Text Font Color

.myTextColor { color: #5C4A7E; }

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

This text font color is #5C4A7E.


Background Color

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

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

This div background color is #5C4A7E.


Border color

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

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

This div border color is #5C4A7E.


Opacity

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

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

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

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

This text has shadow with #5C4A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4A7E on black background.


Color preview on white background

This text has color #5C4A7E on white background.



Black color preview on #5C4A7E background

This text has black color on #5C4A7E background.


White color preview on #5C4A7E background

This text has white color on #5C4A7E background.