COLOR #5C4137

HEX: #5C4137 RGB: (92,65,55)

Color info

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

RGB color model

#5C4137 color RGB value is (92,65,55).

RGB: (92,65,55) (36%, 25%, 22%)

RGB channels and saturation

R 92 of 255 = 36%
G 65 of 255 = 25%
B 55 of 255 = 22%

92
65
55

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

Portions of RGB colors in percentages

R + G + B = 92 + 65 + 55 = 212 (100%)
R 92 of 212 ~ 43.4%
G 65 of 212 ~ 30.66%
B 55 of 212 ~ 25.94'%

%43.4
%30.66
%25.94

CMYK color model

#5C4137 color CMYK value is (0,29,40,64).

  • cyan value is 0.00%
  • magenta value is 29.35%
  • yellow value is 40.22%
  • key color value is 63.92%

CMYK: (0,29,40,64)
C0M29Y40K64 (0%, 29%, 40%, 64%)
(0.00 / 0.29 / 0.40 / 0.64)

CMYK percentages

%0
%29.35
%40.22
%63.92

Codes

Color #5C4137 in popluar color models

5C 41 37
RGB 92 65 55
HSL 16° 25.17% 28.82%
HSB/HSV 16° 40.22% 36.08%
CMYK 0.00% 29.35% 40.22%
63.92%

Color #5C4137 in popluar number systems.

HEX 5C 41 37
Decimal 92 65 55
Binary 1011100 1000001 110111
Octal 134 101 67

Shades and tints

Shades of #5C4137

#5C4137
(92,65,55)
#543C32
(84,60,50)
#4C372D
(76,55,45)
#443228
(68,50,40)
#3C2D23
(60,45,35)
#34281E
(52,40,30)
#2C2319
(44,35,25)
#241E14
(36,30,20)
#1C190F
(28,25,15)
#14140A
(20,20,10)
#0C0F05
(12,15,5)
#000000
(0,0,0)

Tints of #5C4137

#5C4137
(92,65,55)
#6A5249
(106,82,73)
#78635B
(120,99,91)
#86746D
(134,116,109)
#94857F
(148,133,127)
#A29691
(162,150,145)
#B0A7A3
(176,167,163)
#BEB8B5
(190,184,181)
#CCC9C7
(204,201,199)
#DADAD9
(218,218,217)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C4137; }

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

This text font color is #5C4137.

Background Color

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

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

This div background color is #5C4137.

Border color

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

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

This div border color is #5C4137.

Opacity

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

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

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

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

This text has shadow with #5C4137 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C4137.

Preview

Color preview on black background

This text has color #5C4137 on black background.


Color preview on white background

This text has color #5C4137 on white background.


Black color preview on #5C4137 background

This text has black color on #5C4137 background.


White color preview on #5C4137 background

This text has white color on #5C4137 background.


Related colors

Complementary color

Complementary color for #hex is #A3BEC8.


I love getcolorcode.com

Triadic colors

1 #375C41 and #41375C with #5C4137 are triadic colors.

2 #37415C and #415C37 with #5C4137 are triadic colors.