COLOR #5C4F7E

HEX: #5C4F7E
RGB: (92,79,126)

Color info

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

RGB color model

#5C4F7E color RGB value is (92,79,126).

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

RGB channels and saturation

R 92 of 255 = 36%
G 79 of 255 = 31%
B 126 of 255 = 49%

92
79
126

R + G + B ~ 39%. #5C4F7E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 79 + 126 = 297 (100%)
R 92 of 297 ~ 30.98%
G 79 of 297 ~ 26.6%
B 126 of 297 ~ 42.42%

%30.98
%26.6
%42.42

CMYK color model

#5C4F7E color CMYK value is (27,37,0,51).

  • cyan value is 26.98%
  • magenta value is 37.30%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(27,37,0,51)
C27M37Y0K51 
(27%,37%,0%,51%)
(0.27/0.37/0.00/0.51)	

CMYK percentages

%26.98
%37.3
%0
%50.59

Codes

Color #5C4F7E in popluar color models

5C4F7E
RGB9279126
HSL257°22.93%40.20%
HSB/HSV257°37.30%49.41%
CMYK26.98%37.30%0.00%
50.59%

Color #5C4F7E in popluar number systems.

HEX5C4F7E
Decimal9279126
Binary101110010011111111110
Octal134117176

Shades and tints

Shades of #5C4F7E

#5C4F7E
(92,79,126)
#544873
(84,72,115)
#4C4168
(76,65,104)
#443A5D
(68,58,93)
#3C3352
(60,51,82)
#342C47
(52,44,71)
#2C253C
(44,37,60)
#241E31
(36,30,49)
#1C1726
(28,23,38)
#14101B
(20,16,27)
#0C0910
(12,9,16)
#000000
(0,0,0)

Tints of #5C4F7E

#5C4F7E
(92,79,126)
#6A5F89
(106,95,137)
#786F94
(120,111,148)
#867F9F
(134,127,159)
#948FAA
(148,143,170)
#A29FB5
(162,159,181)
#B0AFC0
(176,175,192)
#BEBFCB
(190,191,203)
#CCCFD6
(204,207,214)
#DADFE1
(218,223,225)
#E8EFEC
(232,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C4F7E; }

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

This text font color is #5C4F7E.


Background Color

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

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

This div background color is #5C4F7E.


Border color

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

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

This div border color is #5C4F7E.


Opacity

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

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

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

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

This text has shadow with #5C4F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4F7E on black background.


Color preview on white background

This text has color #5C4F7E on white background.



Black color preview on #5C4F7E background

This text has black color on #5C4F7E background.


White color preview on #5C4F7E background

This text has white color on #5C4F7E background.