COLOR #5C4849

HEX: #5C4849
RGB: (92,72,73)

Color info

#5C4849 contains red, green and blue colors in about the same proportion. Web safe color of #5C4849 is #663333 (or #633).

RGB color model

#5C4849 color RGB value is (92,72,73).

  • red value is 92;
  • green value is 72;
  • blue value is 73.
RGB:
(92,72,73)
(36%,28%,29%)

RGB channels and saturation

R 92 of 255 = 36%
G 72 of 255 = 28%
B 73 of 255 = 29%

92
72
73

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

Portions of RGB colors in percentages

R + G + B =
92 + 72 + 73 = 237 (100%)
R 92 of 237 ~ 38.82%
G 72 of 237 ~ 30.38%
B 73 of 237 ~ 30.8%

%38.82
%30.38
%30.8

CMYK color model

#5C4849 color CMYK value is (0,22,21,64).

  • cyan value is 0.00%
  • magenta value is 21.74%
  • yellow value is 20.65%
  • key color value is 63.92%
CMYK:
(0,22,21,64)
C0M22Y21K64 
(0%,22%,21%,64%)
(0.00/0.22/0.21/0.64)	

CMYK percentages

%0
%21.74
%20.65
%63.92

Codes

Color #5C4849 in popluar color models

5C4849
RGB927273
HSL357°12.20%32.16%
HSB/HSV357°21.74%36.08%
CMYK0.00%21.74%20.65%
63.92%

Color #5C4849 in popluar number systems.

HEX5C4849
Decimal927273
Binary101110010010001001001
Octal134110111

Shades and tints

Shades of #5C4849

#5C4849
(92,72,73)
#544243
(84,66,67)
#4C3C3D
(76,60,61)
#443637
(68,54,55)
#3C3031
(60,48,49)
#342A2B
(52,42,43)
#2C2425
(44,36,37)
#241E1F
(36,30,31)
#1C1819
(28,24,25)
#141213
(20,18,19)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #5C4849

#5C4849
(92,72,73)
#6A5859
(106,88,89)
#786869
(120,104,105)
#867879
(134,120,121)
#948889
(148,136,137)
#A29899
(162,152,153)
#B0A8A9
(176,168,169)
#BEB8B9
(190,184,185)
#CCC8C9
(204,200,201)
#DAD8D9
(218,216,217)
#E8E8E9
(232,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C4849 color. Also use rgb(92,72,73) instead hex code.

Text Font Color

.myTextColor { color: #5C4849; }

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

This text font color is #5C4849.


Background Color

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

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

This div background color is #5C4849.


Border color

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

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

This div border color is #5C4849.


Opacity

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

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

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

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

This text has shadow with #5C4849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4849 on black background.


Color preview on white background

This text has color #5C4849 on white background.



Black color preview on #5C4849 background

This text has black color on #5C4849 background.


White color preview on #5C4849 background

This text has white color on #5C4849 background.