COLOR #5C3637

HEX: #5C3637
RGB: (92,54,55)

Color info

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

RGB color model

#5C3637 color RGB value is (92,54,55).

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

RGB channels and saturation

R 92 of 255 = 36%
G 54 of 255 = 21%
B 55 of 255 = 22%

92
54
55

R + G + B ~ 26%. #5C3637 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 54 + 55 = 201 (100%)
R 92 of 201 ~ 45.77%
G 54 of 201 ~ 26.87%
B 55 of 201 ~ 27.36%

%45.77
%26.87
%27.36

CMYK color model

#5C3637 color CMYK value is (0,41,40,64).

  • cyan value is 0.00%
  • magenta value is 41.30%
  • yellow value is 40.22%
  • key color value is 63.92%
CMYK:
(0,41,40,64)
C0M41Y40K64 
(0%,41%,40%,64%)
(0.00/0.41/0.40/0.64)	

CMYK percentages

%0
%41.3
%40.22
%63.92

Codes

Color #5C3637 in popluar color models

5C3637
RGB925455
HSL358°26.03%28.63%
HSB/HSV358°41.30%36.08%
CMYK0.00%41.30%40.22%
63.92%

Color #5C3637 in popluar number systems.

HEX5C3637
Decimal925455
Binary1011100110110110111
Octal1346667

Shades and tints

Shades of #5C3637

#5C3637
(92,54,55)
#543232
(84,50,50)
#4C2E2D
(76,46,45)
#442A28
(68,42,40)
#3C2623
(60,38,35)
#34221E
(52,34,30)
#2C1E19
(44,30,25)
#241A14
(36,26,20)
#1C160F
(28,22,15)
#14120A
(20,18,10)
#0C0E05
(12,14,5)
#000000
(0,0,0)

Tints of #5C3637

#5C3637
(92,54,55)
#6A4849
(106,72,73)
#785A5B
(120,90,91)
#866C6D
(134,108,109)
#947E7F
(148,126,127)
#A29091
(162,144,145)
#B0A2A3
(176,162,163)
#BEB4B5
(190,180,181)
#CCC6C7
(204,198,199)
#DAD8D9
(218,216,217)
#E8EAEB
(232,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C3637; }

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

This text font color is #5C3637.


Background Color

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

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

This div background color is #5C3637.


Border color

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

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

This div border color is #5C3637.


Opacity

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

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

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

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

This text has shadow with #5C3637 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C3637 on black background.


Color preview on white background

This text has color #5C3637 on white background.



Black color preview on #5C3637 background

This text has black color on #5C3637 background.


White color preview on #5C3637 background

This text has white color on #5C3637 background.