COLOR #5C3347

HEX: #5C3347
RGB: (92,51,71)

Color info

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

RGB color model

#5C3347 color RGB value is (92,51,71).

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

RGB channels and saturation

R 92 of 255 = 36%
G 51 of 255 = 20%
B 71 of 255 = 28%

92
51
71

R + G + B ~ 28%. #5C3347 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 51 + 71 = 214 (100%)
R 92 of 214 ~ 42.99%
G 51 of 214 ~ 23.83%
B 71 of 214 ~ 33.18%

%42.99
%23.83
%33.18

CMYK color model

#5C3347 color CMYK value is (0,45,23,64).

  • cyan value is 0.00%
  • magenta value is 44.57%
  • yellow value is 22.83%
  • key color value is 63.92%
CMYK:
(0,45,23,64)
C0M45Y23K64 
(0%,45%,23%,64%)
(0.00/0.45/0.23/0.64)	

CMYK percentages

%0
%44.57
%22.83
%63.92

Codes

Color #5C3347 in popluar color models

5C3347
RGB925171
HSL331°28.67%28.04%
HSB/HSV331°44.57%36.08%
CMYK0.00%44.57%22.83%
63.92%

Color #5C3347 in popluar number systems.

HEX5C3347
Decimal925171
Binary10111001100111000111
Octal13463107

Shades and tints

Shades of #5C3347

#5C3347
(92,51,71)
#542F41
(84,47,65)
#4C2B3B
(76,43,59)
#442735
(68,39,53)
#3C232F
(60,35,47)
#341F29
(52,31,41)
#2C1B23
(44,27,35)
#24171D
(36,23,29)
#1C1317
(28,19,23)
#140F11
(20,15,17)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #5C3347

#5C3347
(92,51,71)
#6A4557
(106,69,87)
#785767
(120,87,103)
#866977
(134,105,119)
#947B87
(148,123,135)
#A28D97
(162,141,151)
#B09FA7
(176,159,167)
#BEB1B7
(190,177,183)
#CCC3C7
(204,195,199)
#DAD5D7
(218,213,215)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C3347; }

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

This text font color is #5C3347.


Background Color

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

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

This div background color is #5C3347.


Border color

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

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

This div border color is #5C3347.


Opacity

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

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

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

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

This text has shadow with #5C3347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C3347 on black background.


Color preview on white background

This text has color #5C3347 on white background.



Black color preview on #5C3347 background

This text has black color on #5C3347 background.


White color preview on #5C3347 background

This text has white color on #5C3347 background.