COLOR #5C473C

HEX: #5C473C
RGB: (92,71,60)

Color info

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

RGB color model

#5C473C color RGB value is (92,71,60).

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

RGB channels and saturation

R 92 of 255 = 36%
G 71 of 255 = 28%
B 60 of 255 = 24%

92
71
60

R + G + B ~ 29%. #5C473C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 71 + 60 = 223 (100%)
R 92 of 223 ~ 41.26%
G 71 of 223 ~ 31.84%
B 60 of 223 ~ 26.91%

%41.26
%31.84
%26.91

CMYK color model

#5C473C color CMYK value is (0,23,35,64).

  • cyan value is 0.00%
  • magenta value is 22.83%
  • yellow value is 34.78%
  • key color value is 63.92%
CMYK:
(0,23,35,64)
C0M23Y35K64 
(0%,23%,35%,64%)
(0.00/0.23/0.35/0.64)	

CMYK percentages

%0
%22.83
%34.78
%63.92

Codes

Color #5C473C in popluar color models

5C473C
RGB927160
HSL21°21.05%29.80%
HSB/HSV21°34.78%36.08%
CMYK0.00%22.83%34.78%
63.92%

Color #5C473C in popluar number systems.

HEX5C473C
Decimal927160
Binary10111001000111111100
Octal13410774

Shades and tints

Shades of #5C473C

#5C473C
(92,71,60)
#544137
(84,65,55)
#4C3B32
(76,59,50)
#44352D
(68,53,45)
#3C2F28
(60,47,40)
#342923
(52,41,35)
#2C231E
(44,35,30)
#241D19
(36,29,25)
#1C1714
(28,23,20)
#14110F
(20,17,15)
#0C0B0A
(12,11,10)
#000000
(0,0,0)

Tints of #5C473C

#5C473C
(92,71,60)
#6A574D
(106,87,77)
#78675E
(120,103,94)
#86776F
(134,119,111)
#948780
(148,135,128)
#A29791
(162,151,145)
#B0A7A2
(176,167,162)
#BEB7B3
(190,183,179)
#CCC7C4
(204,199,196)
#DAD7D5
(218,215,213)
#E8E7E6
(232,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C473C; }

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

This text font color is #5C473C.


Background Color

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

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

This div background color is #5C473C.


Border color

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

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

This div border color is #5C473C.


Opacity

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

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

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

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

This text has shadow with #5C473C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C473C on black background.


Color preview on white background

This text has color #5C473C on white background.



Black color preview on #5C473C background

This text has black color on #5C473C background.


White color preview on #5C473C background

This text has white color on #5C473C background.