COLOR #5C4A51

HEX: #5C4A51
RGB: (92,74,81)

Color info

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

RGB color model

#5C4A51 color RGB value is (92,74,81).

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

RGB channels and saturation

R 92 of 255 = 36%
G 74 of 255 = 29%
B 81 of 255 = 32%

92
74
81

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

Portions of RGB colors in percentages

R + G + B =
92 + 74 + 81 = 247 (100%)
R 92 of 247 ~ 37.25%
G 74 of 247 ~ 29.96%
B 81 of 247 ~ 32.79%

%37.25
%29.96
%32.79

CMYK color model

#5C4A51 color CMYK value is (0,20,12,64).

  • cyan value is 0.00%
  • magenta value is 19.57%
  • yellow value is 11.96%
  • key color value is 63.92%
CMYK:
(0,20,12,64)
C0M20Y12K64 
(0%,20%,12%,64%)
(0.00/0.20/0.12/0.64)	

CMYK percentages

%0
%19.57
%11.96
%63.92

Codes

Color #5C4A51 in popluar color models

5C4A51
RGB927481
HSL337°10.84%32.55%
HSB/HSV337°19.57%36.08%
CMYK0.00%19.57%11.96%
63.92%

Color #5C4A51 in popluar number systems.

HEX5C4A51
Decimal927481
Binary101110010010101010001
Octal134112121

Shades and tints

Shades of #5C4A51

#5C4A51
(92,74,81)
#54444A
(84,68,74)
#4C3E43
(76,62,67)
#44383C
(68,56,60)
#3C3235
(60,50,53)
#342C2E
(52,44,46)
#2C2627
(44,38,39)
#242020
(36,32,32)
#1C1A19
(28,26,25)
#141412
(20,20,18)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #5C4A51

#5C4A51
(92,74,81)
#6A5A60
(106,90,96)
#786A6F
(120,106,111)
#867A7E
(134,122,126)
#948A8D
(148,138,141)
#A29A9C
(162,154,156)
#B0AAAB
(176,170,171)
#BEBABA
(190,186,186)
#CCCAC9
(204,202,201)
#DADAD8
(218,218,216)
#E8EAE7
(232,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C4A51; }

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

This text font color is #5C4A51.


Background Color

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

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

This div background color is #5C4A51.


Border color

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

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

This div border color is #5C4A51.


Opacity

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

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

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

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

This text has shadow with #5C4A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4A51 on black background.


Color preview on white background

This text has color #5C4A51 on white background.



Black color preview on #5C4A51 background

This text has black color on #5C4A51 background.


White color preview on #5C4A51 background

This text has white color on #5C4A51 background.