COLOR #5C5547

HEX: #5C5547 RGB: (92,85,71)

Color info

#5C5547 contains red, green and blue colors in about the same proportion. Web safe color of #5C5547 is #666633 (or #663).

RGB color model

#5C5547 color RGB value is (92,85,71).

RGB: (92,85,71) (36%, 33%, 28%)

RGB channels and saturation

R 92 of 255 = 36%
G 85 of 255 = 33%
B 71 of 255 = 28%

92
85
71

R + G + B ~ 32%. #5C5547 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 85 + 71 = 248 (100%)
R 92 of 248 ~ 37.1%
G 85 of 248 ~ 34.27%
B 71 of 248 ~ 28.63'%

%37.1
%34.27
%28.63

CMYK color model

#5C5547 color CMYK value is (0,8,23,64).

  • cyan value is 0.00%
  • magenta value is 7.61%
  • yellow value is 22.83%
  • key color value is 63.92%

CMYK: (0,8,23,64)
C0M8Y23K64 (0%, 8%, 23%, 64%)
(0.00 / 0.08 / 0.23 / 0.64)

CMYK percentages

%0
%7.61
%22.83
%63.92

Codes

Color #5C5547 in popluar color models

5C 55 47
RGB 92 85 71
HSL 40° 12.88% 31.96%
HSB/HSV 40° 22.83% 36.08%
CMYK 0.00% 7.61% 22.83%
63.92%

Color #5C5547 in popluar number systems.

HEX 5C 55 47
Decimal 92 85 71
Binary 1011100 1010101 1000111
Octal 134 125 107

Shades and tints

Shades of #5C5547

#5C5547
(92,85,71)
#544E41
(84,78,65)
#4C473B
(76,71,59)
#444035
(68,64,53)
#3C392F
(60,57,47)
#343229
(52,50,41)
#2C2B23
(44,43,35)
#24241D
(36,36,29)
#1C1D17
(28,29,23)
#141611
(20,22,17)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #5C5547

#5C5547
(92,85,71)
#6A6457
(106,100,87)
#787367
(120,115,103)
#868277
(134,130,119)
#949187
(148,145,135)
#A2A097
(162,160,151)
#B0AFA7
(176,175,167)
#BEBEB7
(190,190,183)
#CCCDC7
(204,205,199)
#DADCD7
(218,220,215)
#E8EBE7
(232,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C5547 color. Also use rgb(92,85,71) instead hex code.

Text Font Color

.myTextColor { color: #5C5547; }

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

This text font color is #5C5547.

Background Color

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

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

This div background color is #5C5547.

Border color

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

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

This div border color is #5C5547.

Opacity

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

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

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

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

This text has shadow with #5C5547 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C5547.

Preview

Color preview on black background

This text has color #5C5547 on black background.


Color preview on white background

This text has color #5C5547 on white background.


Black color preview on #5C5547 background

This text has black color on #5C5547 background.


White color preview on #5C5547 background

This text has white color on #5C5547 background.


Related colors

Complementary color

Complementary color for #hex is #A3AAB8.


I love getcolorcode.com

Triadic colors

1 #475C55 and #55475C with #5C5547 are triadic colors.

2 #47555C and #555C47 with #5C5547 are triadic colors.