COLOR #5C4B6E

HEX: #5C4B6E
RGB: (92,75,110)

Color info

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

RGB color model

#5C4B6E color RGB value is (92,75,110).

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

RGB channels and saturation

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

92
75
110

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

Portions of RGB colors in percentages

R + G + B =
92 + 75 + 110 = 277 (100%)
R 92 of 277 ~ 33.21%
G 75 of 277 ~ 27.08%
B 110 of 277 ~ 39.71%

%33.21
%27.08
%39.71

CMYK color model

#5C4B6E color CMYK value is (16,32,0,57).

  • cyan value is 16.36%
  • magenta value is 31.82%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(16,32,0,57)
C16M32Y0K57 
(16%,32%,0%,57%)
(0.16/0.32/0.00/0.57)	

CMYK percentages

%16.36
%31.82
%0
%56.86

Codes

Color #5C4B6E in popluar color models

5C4B6E
RGB9275110
HSL269°18.92%36.27%
HSB/HSV269°31.82%43.14%
CMYK16.36%31.82%0.00%
56.86%

Color #5C4B6E in popluar number systems.

HEX5C4B6E
Decimal9275110
Binary101110010010111101110
Octal134113156

Shades and tints

Shades of #5C4B6E

#5C4B6E
(92,75,110)
#544564
(84,69,100)
#4C3F5A
(76,63,90)
#443950
(68,57,80)
#3C3346
(60,51,70)
#342D3C
(52,45,60)
#2C2732
(44,39,50)
#242128
(36,33,40)
#1C1B1E
(28,27,30)
#141514
(20,21,20)
#0C0F0A
(12,15,10)
#000000
(0,0,0)

Tints of #5C4B6E

#5C4B6E
(92,75,110)
#6A5B7B
(106,91,123)
#786B88
(120,107,136)
#867B95
(134,123,149)
#948BA2
(148,139,162)
#A29BAF
(162,155,175)
#B0ABBC
(176,171,188)
#BEBBC9
(190,187,201)
#CCCBD6
(204,203,214)
#DADBE3
(218,219,227)
#E8EBF0
(232,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C4B6E; }

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

This text font color is #5C4B6E.


Background Color

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

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

This div background color is #5C4B6E.


Border color

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

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

This div border color is #5C4B6E.


Opacity

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

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

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

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

This text has shadow with #5C4B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4B6E on black background.


Color preview on white background

This text has color #5C4B6E on white background.



Black color preview on #5C4B6E background

This text has black color on #5C4B6E background.


White color preview on #5C4B6E background

This text has white color on #5C4B6E background.