COLOR #5C4550

HEX: #5C4550
RGB: (92,69,80)

Color info

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

RGB color model

#5C4550 color RGB value is (92,69,80).

  • red value is 92;
  • green value is 69;
  • blue value is 80.
RGB:
(92,69,80)
(36%,27%,31%)

RGB channels and saturation

R 92 of 255 = 36%
G 69 of 255 = 27%
B 80 of 255 = 31%

92
69
80

R + G + B ~ 31%. #5C4550 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 69 + 80 = 241 (100%)
R 92 of 241 ~ 38.17%
G 69 of 241 ~ 28.63%
B 80 of 241 ~ 33.2%

%38.17
%28.63
%33.2

CMYK color model

#5C4550 color CMYK value is (0,25,13,64).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 13.04%
  • key color value is 63.92%
CMYK:
(0,25,13,64)
C0M25Y13K64 
(0%,25%,13%,64%)
(0.00/0.25/0.13/0.64)	

CMYK percentages

%0
%25
%13.04
%63.92

Codes

Color #5C4550 in popluar color models

5C4550
RGB926980
HSL331°14.29%31.57%
HSB/HSV331°25.00%36.08%
CMYK0.00%25.00%13.04%
63.92%

Color #5C4550 in popluar number systems.

HEX5C4550
Decimal926980
Binary101110010001011010000
Octal134105120

Shades and tints

Shades of #5C4550

#5C4550
(92,69,80)
#543F49
(84,63,73)
#4C3942
(76,57,66)
#44333B
(68,51,59)
#3C2D34
(60,45,52)
#34272D
(52,39,45)
#2C2126
(44,33,38)
#241B1F
(36,27,31)
#1C1518
(28,21,24)
#140F11
(20,15,17)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #5C4550

#5C4550
(92,69,80)
#6A555F
(106,85,95)
#78656E
(120,101,110)
#86757D
(134,117,125)
#94858C
(148,133,140)
#A2959B
(162,149,155)
#B0A5AA
(176,165,170)
#BEB5B9
(190,181,185)
#CCC5C8
(204,197,200)
#DAD5D7
(218,213,215)
#E8E5E6
(232,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C4550 color. Also use rgb(92,69,80) instead hex code.

Text Font Color

.myTextColor { color: #5C4550; }

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

This text font color is #5C4550.


Background Color

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

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

This div background color is #5C4550.


Border color

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

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

This div border color is #5C4550.


Opacity

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

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

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

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

This text has shadow with #5C4550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4550 on black background.


Color preview on white background

This text has color #5C4550 on white background.



Black color preview on #5C4550 background

This text has black color on #5C4550 background.


White color preview on #5C4550 background

This text has white color on #5C4550 background.