COLOR #5C4751

HEX: #5C4751
RGB: (92,71,81)

Color info

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

RGB color model

#5C4751 color RGB value is (92,71,81).

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

RGB channels and saturation

R 92 of 255 = 36%
G 71 of 255 = 28%
B 81 of 255 = 32%

92
71
81

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

Portions of RGB colors in percentages

R + G + B =
92 + 71 + 81 = 244 (100%)
R 92 of 244 ~ 37.7%
G 71 of 244 ~ 29.1%
B 81 of 244 ~ 33.2%

%37.7
%29.1
%33.2

CMYK color model

#5C4751 color CMYK value is (0,23,12,64).

  • cyan value is 0.00%
  • magenta value is 22.83%
  • yellow value is 11.96%
  • key color value is 63.92%
CMYK:
(0,23,12,64)
C0M23Y12K64 
(0%,23%,12%,64%)
(0.00/0.23/0.12/0.64)	

CMYK percentages

%0
%22.83
%11.96
%63.92

Codes

Color #5C4751 in popluar color models

5C4751
RGB927181
HSL331°12.88%31.96%
HSB/HSV331°22.83%36.08%
CMYK0.00%22.83%11.96%
63.92%

Color #5C4751 in popluar number systems.

HEX5C4751
Decimal927181
Binary101110010001111010001
Octal134107121

Shades and tints

Shades of #5C4751

#5C4751
(92,71,81)
#54414A
(84,65,74)
#4C3B43
(76,59,67)
#44353C
(68,53,60)
#3C2F35
(60,47,53)
#34292E
(52,41,46)
#2C2327
(44,35,39)
#241D20
(36,29,32)
#1C1719
(28,23,25)
#141112
(20,17,18)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #5C4751

#5C4751
(92,71,81)
#6A5760
(106,87,96)
#78676F
(120,103,111)
#86777E
(134,119,126)
#94878D
(148,135,141)
#A2979C
(162,151,156)
#B0A7AB
(176,167,171)
#BEB7BA
(190,183,186)
#CCC7C9
(204,199,201)
#DAD7D8
(218,215,216)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C4751; }

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

This text font color is #5C4751.


Background Color

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

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

This div background color is #5C4751.


Border color

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

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

This div border color is #5C4751.


Opacity

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

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

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

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

This text has shadow with #5C4751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4751 on black background.


Color preview on white background

This text has color #5C4751 on white background.



Black color preview on #5C4751 background

This text has black color on #5C4751 background.


White color preview on #5C4751 background

This text has white color on #5C4751 background.