COLOR #5C4057

HEX: #5C4057
RGB: (92,64,87)

Color info

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

RGB color model

#5C4057 color RGB value is (92,64,87).

  • red value is 92;
  • green value is 64;
  • blue value is 87.
RGB:
(92,64,87)
(36%,25%,34%)

RGB channels and saturation

R 92 of 255 = 36%
G 64 of 255 = 25%
B 87 of 255 = 34%

92
64
87

R + G + B ~ 32%. #5C4057 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 64 + 87 = 243 (100%)
R 92 of 243 ~ 37.86%
G 64 of 243 ~ 26.34%
B 87 of 243 ~ 35.8%

%37.86
%26.34
%35.8

CMYK color model

#5C4057 color CMYK value is (0,30,5,64).

  • cyan value is 0.00%
  • magenta value is 30.43%
  • yellow value is 5.43%
  • key color value is 63.92%
CMYK:
(0,30,5,64)
C0M30Y5K64 
(0%,30%,5%,64%)
(0.00/0.30/0.05/0.64)	

CMYK percentages

%0
%30.43
%5.43
%63.92

Codes

Color #5C4057 in popluar color models

5C4057
RGB926487
HSL311°17.95%30.59%
HSB/HSV311°30.43%36.08%
CMYK0.00%30.43%5.43%
63.92%

Color #5C4057 in popluar number systems.

HEX5C4057
Decimal926487
Binary101110010000001010111
Octal134100127

Shades and tints

Shades of #5C4057

#5C4057
(92,64,87)
#543B50
(84,59,80)
#4C3649
(76,54,73)
#443142
(68,49,66)
#3C2C3B
(60,44,59)
#342734
(52,39,52)
#2C222D
(44,34,45)
#241D26
(36,29,38)
#1C181F
(28,24,31)
#141318
(20,19,24)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #5C4057

#5C4057
(92,64,87)
#6A5166
(106,81,102)
#786275
(120,98,117)
#867384
(134,115,132)
#948493
(148,132,147)
#A295A2
(162,149,162)
#B0A6B1
(176,166,177)
#BEB7C0
(190,183,192)
#CCC8CF
(204,200,207)
#DAD9DE
(218,217,222)
#E8EAED
(232,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C4057 color. Also use rgb(92,64,87) instead hex code.

Text Font Color

.myTextColor { color: #5C4057; }

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

This text font color is #5C4057.


Background Color

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

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

This div background color is #5C4057.


Border color

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

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

This div border color is #5C4057.


Opacity

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

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

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

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

This text has shadow with #5C4057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4057 on black background.


Color preview on white background

This text has color #5C4057 on white background.



Black color preview on #5C4057 background

This text has black color on #5C4057 background.


White color preview on #5C4057 background

This text has white color on #5C4057 background.