COLOR #5C495F

HEX: #5C495F
RGB: (92,73,95)

Color info

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

RGB color model

#5C495F color RGB value is (92,73,95).

  • red value is 92;
  • green value is 73;
  • blue value is 95.
RGB:
(92,73,95)
(36%,29%,37%)

RGB channels and saturation

R 92 of 255 = 36%
G 73 of 255 = 29%
B 95 of 255 = 37%

92
73
95

R + G + B ~ 34%. #5C495F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 73 + 95 = 260 (100%)
R 92 of 260 ~ 35.38%
G 73 of 260 ~ 28.08%
B 95 of 260 ~ 36.54%

%35.38
%28.08
%36.54

CMYK color model

#5C495F color CMYK value is (3,23,0,63).

  • cyan value is 3.16%
  • magenta value is 23.16%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(3,23,0,63)
C3M23Y0K63 
(3%,23%,0%,63%)
(0.03/0.23/0.00/0.63)	

CMYK percentages

%3.16
%23.16
%0
%62.75

Codes

Color #5C495F in popluar color models

5C495F
RGB927395
HSL292°13.10%32.94%
HSB/HSV292°23.16%37.25%
CMYK3.16%23.16%0.00%
62.75%

Color #5C495F in popluar number systems.

HEX5C495F
Decimal927395
Binary101110010010011011111
Octal134111137

Shades and tints

Shades of #5C495F

#5C495F
(92,73,95)
#544357
(84,67,87)
#4C3D4F
(76,61,79)
#443747
(68,55,71)
#3C313F
(60,49,63)
#342B37
(52,43,55)
#2C252F
(44,37,47)
#241F27
(36,31,39)
#1C191F
(28,25,31)
#141317
(20,19,23)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #5C495F

#5C495F
(92,73,95)
#6A596D
(106,89,109)
#78697B
(120,105,123)
#867989
(134,121,137)
#948997
(148,137,151)
#A299A5
(162,153,165)
#B0A9B3
(176,169,179)
#BEB9C1
(190,185,193)
#CCC9CF
(204,201,207)
#DAD9DD
(218,217,221)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C495F color. Also use rgb(92,73,95) instead hex code.

Text Font Color

.myTextColor { color: #5C495F; }

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

This text font color is #5C495F.


Background Color

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

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

This div background color is #5C495F.


Border color

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

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

This div border color is #5C495F.


Opacity

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

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

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

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

This text has shadow with #5C495F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C495F on black background.


Color preview on white background

This text has color #5C495F on white background.



Black color preview on #5C495F background

This text has black color on #5C495F background.


White color preview on #5C495F background

This text has white color on #5C495F background.