COLOR #5C4337

HEX: #5C4337
RGB: (92,67,55)

Color info

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

RGB color model

#5C4337 color RGB value is (92,67,55).

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

RGB channels and saturation

R 92 of 255 = 36%
G 67 of 255 = 26%
B 55 of 255 = 22%

92
67
55

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

Portions of RGB colors in percentages

R + G + B =
92 + 67 + 55 = 214 (100%)
R 92 of 214 ~ 42.99%
G 67 of 214 ~ 31.31%
B 55 of 214 ~ 25.7%

%42.99
%31.31
%25.7

CMYK color model

#5C4337 color CMYK value is (0,27,40,64).

  • cyan value is 0.00%
  • magenta value is 27.17%
  • yellow value is 40.22%
  • key color value is 63.92%
CMYK:
(0,27,40,64)
C0M27Y40K64 
(0%,27%,40%,64%)
(0.00/0.27/0.40/0.64)	

CMYK percentages

%0
%27.17
%40.22
%63.92

Codes

Color #5C4337 in popluar color models

5C4337
RGB926755
HSL19°25.17%28.82%
HSB/HSV19°40.22%36.08%
CMYK0.00%27.17%40.22%
63.92%

Color #5C4337 in popluar number systems.

HEX5C4337
Decimal926755
Binary10111001000011110111
Octal13410367

Shades and tints

Shades of #5C4337

#5C4337
(92,67,55)
#543D32
(84,61,50)
#4C372D
(76,55,45)
#443128
(68,49,40)
#3C2B23
(60,43,35)
#34251E
(52,37,30)
#2C1F19
(44,31,25)
#241914
(36,25,20)
#1C130F
(28,19,15)
#140D0A
(20,13,10)
#0C0705
(12,7,5)
#000000
(0,0,0)

Tints of #5C4337

#5C4337
(92,67,55)
#6A5449
(106,84,73)
#78655B
(120,101,91)
#86766D
(134,118,109)
#94877F
(148,135,127)
#A29891
(162,152,145)
#B0A9A3
(176,169,163)
#BEBAB5
(190,186,181)
#CCCBC7
(204,203,199)
#DADCD9
(218,220,217)
#E8EDEB
(232,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C4337; }

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

This text font color is #5C4337.


Background Color

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

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

This div background color is #5C4337.


Border color

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

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

This div border color is #5C4337.


Opacity

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

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

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

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

This text has shadow with #5C4337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4337 on black background.


Color preview on white background

This text has color #5C4337 on white background.



Black color preview on #5C4337 background

This text has black color on #5C4337 background.


White color preview on #5C4337 background

This text has white color on #5C4337 background.