COLOR #5C4A6E

HEX: #5C4A6E
RGB: (92,74,110)

Color info

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

RGB color model

#5C4A6E color RGB value is (92,74,110).

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

RGB channels and saturation

R 92 of 255 = 36%
G 74 of 255 = 29%
B 110 of 255 = 43%

92
74
110

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

Portions of RGB colors in percentages

R + G + B =
92 + 74 + 110 = 276 (100%)
R 92 of 276 ~ 33.33%
G 74 of 276 ~ 26.81%
B 110 of 276 ~ 39.86%

%33.33
%26.81
%39.86

CMYK color model

#5C4A6E color CMYK value is (16,33,0,57).

  • cyan value is 16.36%
  • magenta value is 32.73%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(16,33,0,57)
C16M33Y0K57 
(16%,33%,0%,57%)
(0.16/0.33/0.00/0.57)	

CMYK percentages

%16.36
%32.73
%0
%56.86

Codes

Color #5C4A6E in popluar color models

5C4A6E
RGB9274110
HSL270°19.57%36.08%
HSB/HSV270°32.73%43.14%
CMYK16.36%32.73%0.00%
56.86%

Color #5C4A6E in popluar number systems.

HEX5C4A6E
Decimal9274110
Binary101110010010101101110
Octal134112156

Shades and tints

Shades of #5C4A6E

#5C4A6E
(92,74,110)
#544464
(84,68,100)
#4C3E5A
(76,62,90)
#443850
(68,56,80)
#3C3246
(60,50,70)
#342C3C
(52,44,60)
#2C2632
(44,38,50)
#242028
(36,32,40)
#1C1A1E
(28,26,30)
#141414
(20,20,20)
#0C0E0A
(12,14,10)
#000000
(0,0,0)

Tints of #5C4A6E

#5C4A6E
(92,74,110)
#6A5A7B
(106,90,123)
#786A88
(120,106,136)
#867A95
(134,122,149)
#948AA2
(148,138,162)
#A29AAF
(162,154,175)
#B0AABC
(176,170,188)
#BEBAC9
(190,186,201)
#CCCAD6
(204,202,214)
#DADAE3
(218,218,227)
#E8EAF0
(232,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C4A6E; }

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

This text font color is #5C4A6E.


Background Color

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

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

This div background color is #5C4A6E.


Border color

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

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

This div border color is #5C4A6E.


Opacity

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

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

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

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

This text has shadow with #5C4A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4A6E on black background.


Color preview on white background

This text has color #5C4A6E on white background.



Black color preview on #5C4A6E background

This text has black color on #5C4A6E background.


White color preview on #5C4A6E background

This text has white color on #5C4A6E background.