COLOR #5C3549

HEX: #5C3549
RGB: (92,53,73)

Color info

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

RGB color model

#5C3549 color RGB value is (92,53,73).

  • red value is 92;
  • green value is 53;
  • blue value is 73.
RGB:
(92,53,73)
(36%,21%,29%)

RGB channels and saturation

R 92 of 255 = 36%
G 53 of 255 = 21%
B 73 of 255 = 29%

92
53
73

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

Portions of RGB colors in percentages

R + G + B =
92 + 53 + 73 = 218 (100%)
R 92 of 218 ~ 42.2%
G 53 of 218 ~ 24.31%
B 73 of 218 ~ 33.49%

%42.2
%24.31
%33.49

CMYK color model

#5C3549 color CMYK value is (0,42,21,64).

  • cyan value is 0.00%
  • magenta value is 42.39%
  • yellow value is 20.65%
  • key color value is 63.92%
CMYK:
(0,42,21,64)
C0M42Y21K64 
(0%,42%,21%,64%)
(0.00/0.42/0.21/0.64)	

CMYK percentages

%0
%42.39
%20.65
%63.92

Codes

Color #5C3549 in popluar color models

5C3549
RGB925373
HSL329°26.90%28.43%
HSB/HSV329°42.39%36.08%
CMYK0.00%42.39%20.65%
63.92%

Color #5C3549 in popluar number systems.

HEX5C3549
Decimal925373
Binary10111001101011001001
Octal13465111

Shades and tints

Shades of #5C3549

#5C3549
(92,53,73)
#543143
(84,49,67)
#4C2D3D
(76,45,61)
#442937
(68,41,55)
#3C2531
(60,37,49)
#34212B
(52,33,43)
#2C1D25
(44,29,37)
#24191F
(36,25,31)
#1C1519
(28,21,25)
#141113
(20,17,19)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #5C3549

#5C3549
(92,53,73)
#6A4759
(106,71,89)
#785969
(120,89,105)
#866B79
(134,107,121)
#947D89
(148,125,137)
#A28F99
(162,143,153)
#B0A1A9
(176,161,169)
#BEB3B9
(190,179,185)
#CCC5C9
(204,197,201)
#DAD7D9
(218,215,217)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C3549 color. Also use rgb(92,53,73) instead hex code.

Text Font Color

.myTextColor { color: #5C3549; }

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

This text font color is #5C3549.


Background Color

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

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

This div background color is #5C3549.


Border color

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

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

This div border color is #5C3549.


Opacity

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

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

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

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

This text has shadow with #5C3549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C3549 on black background.


Color preview on white background

This text has color #5C3549 on white background.



Black color preview on #5C3549 background

This text has black color on #5C3549 background.


White color preview on #5C3549 background

This text has white color on #5C3549 background.