COLOR #5C4D3C

HEX: #5C4D3C
RGB: (92,77,60)

Color info

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

RGB color model

#5C4D3C color RGB value is (92,77,60).

  • red value is 92;
  • green value is 77;
  • blue value is 60.
RGB:
(92,77,60)
(36%,30%,24%)

RGB channels and saturation

R 92 of 255 = 36%
G 77 of 255 = 30%
B 60 of 255 = 24%

92
77
60

R + G + B ~ 30%. #5C4D3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 77 + 60 = 229 (100%)
R 92 of 229 ~ 40.17%
G 77 of 229 ~ 33.62%
B 60 of 229 ~ 26.2%

%40.17
%33.62
%26.2

CMYK color model

#5C4D3C color CMYK value is (0,16,35,64).

  • cyan value is 0.00%
  • magenta value is 16.30%
  • yellow value is 34.78%
  • key color value is 63.92%
CMYK:
(0,16,35,64)
C0M16Y35K64 
(0%,16%,35%,64%)
(0.00/0.16/0.35/0.64)	

CMYK percentages

%0
%16.3
%34.78
%63.92

Codes

Color #5C4D3C in popluar color models

5C4D3C
RGB927760
HSL32°21.05%29.80%
HSB/HSV32°34.78%36.08%
CMYK0.00%16.30%34.78%
63.92%

Color #5C4D3C in popluar number systems.

HEX5C4D3C
Decimal927760
Binary10111001001101111100
Octal13411574

Shades and tints

Shades of #5C4D3C

#5C4D3C
(92,77,60)
#544637
(84,70,55)
#4C3F32
(76,63,50)
#44382D
(68,56,45)
#3C3128
(60,49,40)
#342A23
(52,42,35)
#2C231E
(44,35,30)
#241C19
(36,28,25)
#1C1514
(28,21,20)
#140E0F
(20,14,15)
#0C070A
(12,7,10)
#000000
(0,0,0)

Tints of #5C4D3C

#5C4D3C
(92,77,60)
#6A5D4D
(106,93,77)
#786D5E
(120,109,94)
#867D6F
(134,125,111)
#948D80
(148,141,128)
#A29D91
(162,157,145)
#B0ADA2
(176,173,162)
#BEBDB3
(190,189,179)
#CCCDC4
(204,205,196)
#DADDD5
(218,221,213)
#E8EDE6
(232,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C4D3C color. Also use rgb(92,77,60) instead hex code.

Text Font Color

.myTextColor { color: #5C4D3C; }

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

This text font color is #5C4D3C.


Background Color

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

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

This div background color is #5C4D3C.


Border color

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

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

This div border color is #5C4D3C.


Opacity

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

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

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

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

This text has shadow with #5C4D3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4D3C on black background.


Color preview on white background

This text has color #5C4D3C on white background.



Black color preview on #5C4D3C background

This text has black color on #5C4D3C background.


White color preview on #5C4D3C background

This text has white color on #5C4D3C background.