COLOR #5C4551

HEX: #5C4551
RGB: (92,69,81)

Color info

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

RGB color model

#5C4551 color RGB value is (92,69,81).

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

RGB channels and saturation

R 92 of 255 = 36%
G 69 of 255 = 27%
B 81 of 255 = 32%

92
69
81

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

Portions of RGB colors in percentages

R + G + B =
92 + 69 + 81 = 242 (100%)
R 92 of 242 ~ 38.02%
G 69 of 242 ~ 28.51%
B 81 of 242 ~ 33.47%

%38.02
%28.51
%33.47

CMYK color model

#5C4551 color CMYK value is (0,25,12,64).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 11.96%
  • key color value is 63.92%
CMYK:
(0,25,12,64)
C0M25Y12K64 
(0%,25%,12%,64%)
(0.00/0.25/0.12/0.64)	

CMYK percentages

%0
%25
%11.96
%63.92

Codes

Color #5C4551 in popluar color models

5C4551
RGB926981
HSL329°14.29%31.57%
HSB/HSV329°25.00%36.08%
CMYK0.00%25.00%11.96%
63.92%

Color #5C4551 in popluar number systems.

HEX5C4551
Decimal926981
Binary101110010001011010001
Octal134105121

Shades and tints

Shades of #5C4551

#5C4551
(92,69,81)
#543F4A
(84,63,74)
#4C3943
(76,57,67)
#44333C
(68,51,60)
#3C2D35
(60,45,53)
#34272E
(52,39,46)
#2C2127
(44,33,39)
#241B20
(36,27,32)
#1C1519
(28,21,25)
#140F12
(20,15,18)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #5C4551

#5C4551
(92,69,81)
#6A5560
(106,85,96)
#78656F
(120,101,111)
#86757E
(134,117,126)
#94858D
(148,133,141)
#A2959C
(162,149,156)
#B0A5AB
(176,165,171)
#BEB5BA
(190,181,186)
#CCC5C9
(204,197,201)
#DAD5D8
(218,213,216)
#E8E5E7
(232,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C4551; }

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

This text font color is #5C4551.


Background Color

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

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

This div background color is #5C4551.


Border color

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

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

This div border color is #5C4551.


Opacity

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

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

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

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

This text has shadow with #5C4551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4551 on black background.


Color preview on white background

This text has color #5C4551 on white background.



Black color preview on #5C4551 background

This text has black color on #5C4551 background.


White color preview on #5C4551 background

This text has white color on #5C4551 background.