COLOR #5C466F

HEX: #5C466F
RGB: (92,70,111)

Color info

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

RGB color model

#5C466F color RGB value is (92,70,111).

  • red value is 92;
  • green value is 70;
  • blue value is 111.
RGB:
(92,70,111)
(36%,27%,44%)

RGB channels and saturation

R 92 of 255 = 36%
G 70 of 255 = 27%
B 111 of 255 = 44%

92
70
111

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

Portions of RGB colors in percentages

R + G + B =
92 + 70 + 111 = 273 (100%)
R 92 of 273 ~ 33.7%
G 70 of 273 ~ 25.64%
B 111 of 273 ~ 40.66%

%33.7
%25.64
%40.66

CMYK color model

#5C466F color CMYK value is (17,37,0,56).

  • cyan value is 17.12%
  • magenta value is 36.94%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(17,37,0,56)
C17M37Y0K56 
(17%,37%,0%,56%)
(0.17/0.37/0.00/0.56)	

CMYK percentages

%17.12
%36.94
%0
%56.47

Codes

Color #5C466F in popluar color models

5C466F
RGB9270111
HSL272°22.65%35.49%
HSB/HSV272°36.94%43.53%
CMYK17.12%36.94%0.00%
56.47%

Color #5C466F in popluar number systems.

HEX5C466F
Decimal9270111
Binary101110010001101101111
Octal134106157

Shades and tints

Shades of #5C466F

#5C466F
(92,70,111)
#544065
(84,64,101)
#4C3A5B
(76,58,91)
#443451
(68,52,81)
#3C2E47
(60,46,71)
#34283D
(52,40,61)
#2C2233
(44,34,51)
#241C29
(36,28,41)
#1C161F
(28,22,31)
#141015
(20,16,21)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #5C466F

#5C466F
(92,70,111)
#6A567C
(106,86,124)
#786689
(120,102,137)
#867696
(134,118,150)
#9486A3
(148,134,163)
#A296B0
(162,150,176)
#B0A6BD
(176,166,189)
#BEB6CA
(190,182,202)
#CCC6D7
(204,198,215)
#DAD6E4
(218,214,228)
#E8E6F1
(232,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C466F color. Also use rgb(92,70,111) instead hex code.

Text Font Color

.myTextColor { color: #5C466F; }

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

This text font color is #5C466F.


Background Color

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

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

This div background color is #5C466F.


Border color

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

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

This div border color is #5C466F.


Opacity

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

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

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

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

This text has shadow with #5C466F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C466F on black background.


Color preview on white background

This text has color #5C466F on white background.



Black color preview on #5C466F background

This text has black color on #5C466F background.


White color preview on #5C466F background

This text has white color on #5C466F background.