COLOR #5C3E47

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

92
62
71

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

Portions of RGB colors in percentages

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

%40.89
%27.56
%31.56

CMYK color model

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

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

CMYK percentages

%0
%32.61
%22.83
%63.92

Codes

Color #5C3E47 in popluar color models

5C3E47
RGB926271
HSL342°19.48%30.20%
HSB/HSV342°32.61%36.08%
CMYK0.00%32.61%22.83%
63.92%

Color #5C3E47 in popluar number systems.

HEX5C3E47
Decimal926271
Binary10111001111101000111
Octal13476107

Shades and tints

Shades of #5C3E47

#5C3E47
(92,62,71)
#543941
(84,57,65)
#4C343B
(76,52,59)
#442F35
(68,47,53)
#3C2A2F
(60,42,47)
#342529
(52,37,41)
#2C2023
(44,32,35)
#241B1D
(36,27,29)
#1C1617
(28,22,23)
#141111
(20,17,17)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #5C3E47

#5C3E47
(92,62,71)
#6A4F57
(106,79,87)
#786067
(120,96,103)
#867177
(134,113,119)
#948287
(148,130,135)
#A29397
(162,147,151)
#B0A4A7
(176,164,167)
#BEB5B7
(190,181,183)
#CCC6C7
(204,198,199)
#DAD7D7
(218,215,215)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C3E47; }

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

This text font color is #5C3E47.


Background Color

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

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

This div background color is #5C3E47.


Border color

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

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

This div border color is #5C3E47.


Opacity

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

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

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

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

This text has shadow with #5C3E47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C3E47 on black background.


Color preview on white background

This text has color #5C3E47 on white background.



Black color preview on #5C3E47 background

This text has black color on #5C3E47 background.


White color preview on #5C3E47 background

This text has white color on #5C3E47 background.