COLOR #5C4C3C

HEX: #5C4C3C
RGB: (92,76,60)

Color info

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

RGB color model

#5C4C3C color RGB value is (92,76,60).

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

RGB channels and saturation

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

92
76
60

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

Portions of RGB colors in percentages

R + G + B =
92 + 76 + 60 = 228 (100%)
R 92 of 228 ~ 40.35%
G 76 of 228 ~ 33.33%
B 60 of 228 ~ 26.32%

%40.35
%33.33
%26.32

CMYK color model

#5C4C3C color CMYK value is (0,17,35,64).

  • cyan value is 0.00%
  • magenta value is 17.39%
  • yellow value is 34.78%
  • key color value is 63.92%
CMYK:
(0,17,35,64)
C0M17Y35K64 
(0%,17%,35%,64%)
(0.00/0.17/0.35/0.64)	

CMYK percentages

%0
%17.39
%34.78
%63.92

Codes

Color #5C4C3C in popluar color models

5C4C3C
RGB927660
HSL30°21.05%29.80%
HSB/HSV30°34.78%36.08%
CMYK0.00%17.39%34.78%
63.92%

Color #5C4C3C in popluar number systems.

HEX5C4C3C
Decimal927660
Binary10111001001100111100
Octal13411474

Shades and tints

Shades of #5C4C3C

#5C4C3C
(92,76,60)
#544637
(84,70,55)
#4C4032
(76,64,50)
#443A2D
(68,58,45)
#3C3428
(60,52,40)
#342E23
(52,46,35)
#2C281E
(44,40,30)
#242219
(36,34,25)
#1C1C14
(28,28,20)
#14160F
(20,22,15)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #5C4C3C

#5C4C3C
(92,76,60)
#6A5C4D
(106,92,77)
#786C5E
(120,108,94)
#867C6F
(134,124,111)
#948C80
(148,140,128)
#A29C91
(162,156,145)
#B0ACA2
(176,172,162)
#BEBCB3
(190,188,179)
#CCCCC4
(204,204,196)
#DADCD5
(218,220,213)
#E8ECE6
(232,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C4C3C; }

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

This text font color is #5C4C3C.


Background Color

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

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

This div background color is #5C4C3C.


Border color

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

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

This div border color is #5C4C3C.


Opacity

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

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

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

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

This text has shadow with #5C4C3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4C3C on black background.


Color preview on white background

This text has color #5C4C3C on white background.



Black color preview on #5C4C3C background

This text has black color on #5C4C3C background.


White color preview on #5C4C3C background

This text has white color on #5C4C3C background.