COLOR #5C473E

HEX: #5C473E
RGB: (92,71,62)

Color info

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

RGB color model

#5C473E color RGB value is (92,71,62).

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

RGB channels and saturation

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

92
71
62

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

Portions of RGB colors in percentages

R + G + B =
92 + 71 + 62 = 225 (100%)
R 92 of 225 ~ 40.89%
G 71 of 225 ~ 31.56%
B 62 of 225 ~ 27.56%

%40.89
%31.56
%27.56

CMYK color model

#5C473E color CMYK value is (0,23,33,64).

  • cyan value is 0.00%
  • magenta value is 22.83%
  • yellow value is 32.61%
  • key color value is 63.92%
CMYK:
(0,23,33,64)
C0M23Y33K64 
(0%,23%,33%,64%)
(0.00/0.23/0.33/0.64)	

CMYK percentages

%0
%22.83
%32.61
%63.92

Codes

Color #5C473E in popluar color models

5C473E
RGB927162
HSL18°19.48%30.20%
HSB/HSV18°32.61%36.08%
CMYK0.00%22.83%32.61%
63.92%

Color #5C473E in popluar number systems.

HEX5C473E
Decimal927162
Binary10111001000111111110
Octal13410776

Shades and tints

Shades of #5C473E

#5C473E
(92,71,62)
#544139
(84,65,57)
#4C3B34
(76,59,52)
#44352F
(68,53,47)
#3C2F2A
(60,47,42)
#342925
(52,41,37)
#2C2320
(44,35,32)
#241D1B
(36,29,27)
#1C1716
(28,23,22)
#141111
(20,17,17)
#0C0B0C
(12,11,12)
#000000
(0,0,0)

Tints of #5C473E

#5C473E
(92,71,62)
#6A574F
(106,87,79)
#786760
(120,103,96)
#867771
(134,119,113)
#948782
(148,135,130)
#A29793
(162,151,147)
#B0A7A4
(176,167,164)
#BEB7B5
(190,183,181)
#CCC7C6
(204,199,198)
#DAD7D7
(218,215,215)
#E8E7E8
(232,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C473E; }

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

This text font color is #5C473E.


Background Color

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

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

This div background color is #5C473E.


Border color

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

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

This div border color is #5C473E.


Opacity

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

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

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

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

This text has shadow with #5C473E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C473E on black background.


Color preview on white background

This text has color #5C473E on white background.



Black color preview on #5C473E background

This text has black color on #5C473E background.


White color preview on #5C473E background

This text has white color on #5C473E background.