COLOR #5C495B

HEX: #5C495B
RGB: (92,73,91)

Color info

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

RGB color model

#5C495B color RGB value is (92,73,91).

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

RGB channels and saturation

R 92 of 255 = 36%
G 73 of 255 = 29%
B 91 of 255 = 36%

92
73
91

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

Portions of RGB colors in percentages

R + G + B =
92 + 73 + 91 = 256 (100%)
R 92 of 256 ~ 35.94%
G 73 of 256 ~ 28.52%
B 91 of 256 ~ 35.55%

%35.94
%28.52
%35.55

CMYK color model

#5C495B color CMYK value is (0,21,1,64).

  • cyan value is 0.00%
  • magenta value is 20.65%
  • yellow value is 1.09%
  • key color value is 63.92%
CMYK:
(0,21,1,64)
C0M21Y1K64 
(0%,21%,1%,64%)
(0.00/0.21/0.01/0.64)	

CMYK percentages

%0
%20.65
%1.09
%63.92

Codes

Color #5C495B in popluar color models

5C495B
RGB927391
HSL303°11.52%32.35%
HSB/HSV303°20.65%36.08%
CMYK0.00%20.65%1.09%
63.92%

Color #5C495B in popluar number systems.

HEX5C495B
Decimal927391
Binary101110010010011011011
Octal134111133

Shades and tints

Shades of #5C495B

#5C495B
(92,73,91)
#544353
(84,67,83)
#4C3D4B
(76,61,75)
#443743
(68,55,67)
#3C313B
(60,49,59)
#342B33
(52,43,51)
#2C252B
(44,37,43)
#241F23
(36,31,35)
#1C191B
(28,25,27)
#141313
(20,19,19)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #5C495B

#5C495B
(92,73,91)
#6A5969
(106,89,105)
#786977
(120,105,119)
#867985
(134,121,133)
#948993
(148,137,147)
#A299A1
(162,153,161)
#B0A9AF
(176,169,175)
#BEB9BD
(190,185,189)
#CCC9CB
(204,201,203)
#DAD9D9
(218,217,217)
#E8E9E7
(232,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C495B; }

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

This text font color is #5C495B.


Background Color

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

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

This div background color is #5C495B.


Border color

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

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

This div border color is #5C495B.


Opacity

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

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

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

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

This text has shadow with #5C495B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C495B on black background.


Color preview on white background

This text has color #5C495B on white background.



Black color preview on #5C495B background

This text has black color on #5C495B background.


White color preview on #5C495B background

This text has white color on #5C495B background.