COLOR #5C2A37

HEX: #5C2A37
RGB: (92,42,55)

Color info

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

RGB color model

#5C2A37 color RGB value is (92,42,55).

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

RGB channels and saturation

R 92 of 255 = 36%
G 42 of 255 = 16%
B 55 of 255 = 22%

92
42
55

R + G + B ~ 25%. #5C2A37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 42 + 55 = 189 (100%)
R 92 of 189 ~ 48.68%
G 42 of 189 ~ 22.22%
B 55 of 189 ~ 29.1%

%48.68
%22.22
%29.1

CMYK color model

#5C2A37 color CMYK value is (0,54,40,64).

  • cyan value is 0.00%
  • magenta value is 54.35%
  • yellow value is 40.22%
  • key color value is 63.92%
CMYK:
(0,54,40,64)
C0M54Y40K64 
(0%,54%,40%,64%)
(0.00/0.54/0.40/0.64)	

CMYK percentages

%0
%54.35
%40.22
%63.92

Codes

Color #5C2A37 in popluar color models

5C2A37
RGB924255
HSL344°37.31%26.27%
HSB/HSV344°54.35%36.08%
CMYK0.00%54.35%40.22%
63.92%

Color #5C2A37 in popluar number systems.

HEX5C2A37
Decimal924255
Binary1011100101010110111
Octal1345267

Shades and tints

Shades of #5C2A37

#5C2A37
(92,42,55)
#542732
(84,39,50)
#4C242D
(76,36,45)
#442128
(68,33,40)
#3C1E23
(60,30,35)
#341B1E
(52,27,30)
#2C1819
(44,24,25)
#241514
(36,21,20)
#1C120F
(28,18,15)
#140F0A
(20,15,10)
#0C0C05
(12,12,5)
#000000
(0,0,0)

Tints of #5C2A37

#5C2A37
(92,42,55)
#6A3D49
(106,61,73)
#78505B
(120,80,91)
#86636D
(134,99,109)
#94767F
(148,118,127)
#A28991
(162,137,145)
#B09CA3
(176,156,163)
#BEAFB5
(190,175,181)
#CCC2C7
(204,194,199)
#DAD5D9
(218,213,217)
#E8E8EB
(232,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C2A37; }

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

This text font color is #5C2A37.


Background Color

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

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

This div background color is #5C2A37.


Border color

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

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

This div border color is #5C2A37.


Opacity

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

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

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

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

This text has shadow with #5C2A37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C2A37 on black background.


Color preview on white background

This text has color #5C2A37 on white background.



Black color preview on #5C2A37 background

This text has black color on #5C2A37 background.


White color preview on #5C2A37 background

This text has white color on #5C2A37 background.