COLOR #5C4E79

HEX: #5C4E79
RGB: (92,78,121)

Color info

#5C4E79 contains red, green and blue colors in about the same proportion. Web safe color of #5C4E79 is #666666 (or #666).

RGB color model

#5C4E79 color RGB value is (92,78,121).

  • red value is 92;
  • green value is 78;
  • blue value is 121.
RGB:
(92,78,121)
(36%,31%,47%)

RGB channels and saturation

R 92 of 255 = 36%
G 78 of 255 = 31%
B 121 of 255 = 47%

92
78
121

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

Portions of RGB colors in percentages

R + G + B =
92 + 78 + 121 = 291 (100%)
R 92 of 291 ~ 31.62%
G 78 of 291 ~ 26.8%
B 121 of 291 ~ 41.58%

%31.62
%26.8
%41.58

CMYK color model

#5C4E79 color CMYK value is (24,36,0,53).

  • cyan value is 23.97%
  • magenta value is 35.54%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(24,36,0,53)
C24M36Y0K53 
(24%,36%,0%,53%)
(0.24/0.36/0.00/0.53)	

CMYK percentages

%23.97
%35.54
%0
%52.55

Codes

Color #5C4E79 in popluar color models

5C4E79
RGB9278121
HSL260°21.61%39.02%
HSB/HSV260°35.54%47.45%
CMYK23.97%35.54%0.00%
52.55%

Color #5C4E79 in popluar number systems.

HEX5C4E79
Decimal9278121
Binary101110010011101111001
Octal134116171

Shades and tints

Shades of #5C4E79

#5C4E79
(92,78,121)
#54476E
(84,71,110)
#4C4063
(76,64,99)
#443958
(68,57,88)
#3C324D
(60,50,77)
#342B42
(52,43,66)
#2C2437
(44,36,55)
#241D2C
(36,29,44)
#1C1621
(28,22,33)
#140F16
(20,15,22)
#0C080B
(12,8,11)
#000000
(0,0,0)

Tints of #5C4E79

#5C4E79
(92,78,121)
#6A5E85
(106,94,133)
#786E91
(120,110,145)
#867E9D
(134,126,157)
#948EA9
(148,142,169)
#A29EB5
(162,158,181)
#B0AEC1
(176,174,193)
#BEBECD
(190,190,205)
#CCCED9
(204,206,217)
#DADEE5
(218,222,229)
#E8EEF1
(232,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C4E79 color. Also use rgb(92,78,121) instead hex code.

Text Font Color

.myTextColor { color: #5C4E79; }

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

This text font color is #5C4E79.


Background Color

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

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

This div background color is #5C4E79.


Border color

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

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

This div border color is #5C4E79.


Opacity

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

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

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

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

This text has shadow with #5C4E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4E79 on black background.


Color preview on white background

This text has color #5C4E79 on white background.



Black color preview on #5C4E79 background

This text has black color on #5C4E79 background.


White color preview on #5C4E79 background

This text has white color on #5C4E79 background.