COLOR #5C5549

HEX: #5C5549 RGB: (92,85,73)

Color info

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

RGB color model

#5C5549 color RGB value is (92,85,73).

RGB: (92,85,73) (36%, 33%, 29%)

RGB channels and saturation

R 92 of 255 = 36%
G 85 of 255 = 33%
B 73 of 255 = 29%

92
85
73

R + G + B ~ 33%. #5C5549 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 85 + 73 = 250 (100%)
R 92 of 250 ~ 36.8%
G 85 of 250 ~ 34%
B 73 of 250 ~ 29.2'%

%36.8
%34
%29.2

CMYK color model

#5C5549 color CMYK value is (0,8,21,64).

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

CMYK: (0,8,21,64)
C0M8Y21K64 (0%, 8%, 21%, 64%)
(0.00 / 0.08 / 0.21 / 0.64)

CMYK percentages

%0
%7.61
%20.65
%63.92

Codes

Color #5C5549 in popluar color models

5C 55 49
RGB 92 85 73
HSL 38° 11.52% 32.35%
HSB/HSV 38° 20.65% 36.08%
CMYK 0.00% 7.61% 20.65%
63.92%

Color #5C5549 in popluar number systems.

HEX 5C 55 49
Decimal 92 85 73
Binary 1011100 1010101 1001001
Octal 134 125 111

Shades and tints

Shades of #5C5549

#5C5549
(92,85,73)
#544E43
(84,78,67)
#4C473D
(76,71,61)
#444037
(68,64,55)
#3C3931
(60,57,49)
#34322B
(52,50,43)
#2C2B25
(44,43,37)
#24241F
(36,36,31)
#1C1D19
(28,29,25)
#141613
(20,22,19)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #5C5549

#5C5549
(92,85,73)
#6A6459
(106,100,89)
#787369
(120,115,105)
#868279
(134,130,121)
#949189
(148,145,137)
#A2A099
(162,160,153)
#B0AFA9
(176,175,169)
#BEBEB9
(190,190,185)
#CCCDC9
(204,205,201)
#DADCD9
(218,220,217)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5549; }

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

This text font color is #5C5549.

Background Color

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

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

This div background color is #5C5549.

Border color

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

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

This div border color is #5C5549.

Opacity

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

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

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

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

This text has shadow with #5C5549 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C5549.

Preview

Color preview on black background

This text has color #5C5549 on black background.


Color preview on white background

This text has color #5C5549 on white background.


Black color preview on #5C5549 background

This text has black color on #5C5549 background.


White color preview on #5C5549 background

This text has white color on #5C5549 background.


Related colors

Complementary color

Complementary color for #hex is #A3AAB6.


I love getcolorcode.com

Triadic colors

1 #495C55 and #55495C with #5C5549 are triadic colors.

2 #49555C and #555C49 with #5C5549 are triadic colors.