COLOR #5C3749

HEX: #5C3749
RGB: (92,55,73)

Color info

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

RGB color model

#5C3749 color RGB value is (92,55,73).

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

RGB channels and saturation

R 92 of 255 = 36%
G 55 of 255 = 22%
B 73 of 255 = 29%

92
55
73

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

Portions of RGB colors in percentages

R + G + B =
92 + 55 + 73 = 220 (100%)
R 92 of 220 ~ 41.82%
G 55 of 220 ~ 25%
B 73 of 220 ~ 33.18%

%41.82
%25
%33.18

CMYK color model

#5C3749 color CMYK value is (0,40,21,64).

  • cyan value is 0.00%
  • magenta value is 40.22%
  • yellow value is 20.65%
  • key color value is 63.92%
CMYK:
(0,40,21,64)
C0M40Y21K64 
(0%,40%,21%,64%)
(0.00/0.40/0.21/0.64)	

CMYK percentages

%0
%40.22
%20.65
%63.92

Codes

Color #5C3749 in popluar color models

5C3749
RGB925573
HSL331°25.17%28.82%
HSB/HSV331°40.22%36.08%
CMYK0.00%40.22%20.65%
63.92%

Color #5C3749 in popluar number systems.

HEX5C3749
Decimal925573
Binary10111001101111001001
Octal13467111

Shades and tints

Shades of #5C3749

#5C3749
(92,55,73)
#543243
(84,50,67)
#4C2D3D
(76,45,61)
#442837
(68,40,55)
#3C2331
(60,35,49)
#341E2B
(52,30,43)
#2C1925
(44,25,37)
#24141F
(36,20,31)
#1C0F19
(28,15,25)
#140A13
(20,10,19)
#0C050D
(12,5,13)
#000000
(0,0,0)

Tints of #5C3749

#5C3749
(92,55,73)
#6A4959
(106,73,89)
#785B69
(120,91,105)
#866D79
(134,109,121)
#947F89
(148,127,137)
#A29199
(162,145,153)
#B0A3A9
(176,163,169)
#BEB5B9
(190,181,185)
#CCC7C9
(204,199,201)
#DAD9D9
(218,217,217)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C3749; }

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

This text font color is #5C3749.


Background Color

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

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

This div background color is #5C3749.


Border color

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

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

This div border color is #5C3749.


Opacity

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

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

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

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

This text has shadow with #5C3749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C3749 on black background.


Color preview on white background

This text has color #5C3749 on white background.



Black color preview on #5C3749 background

This text has black color on #5C3749 background.


White color preview on #5C3749 background

This text has white color on #5C3749 background.