COLOR #5C5440

HEX: #5C5440 RGB: (92,84,64)

Color info

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

RGB color model

#5C5440 color RGB value is (92,84,64).

RGB: (92,84,64) (36%, 33%, 25%)

RGB channels and saturation

R 92 of 255 = 36%
G 84 of 255 = 33%
B 64 of 255 = 25%

92
84
64

R + G + B ~ 31%. #5C5440 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 84 + 64 = 240 (100%)
R 92 of 240 ~ 38.33%
G 84 of 240 ~ 35%
B 64 of 240 ~ 26.67'%

%38.33
%35
%26.67

CMYK color model

#5C5440 color CMYK value is (0,9,30,64).

  • cyan value is 0.00%
  • magenta value is 8.70%
  • yellow value is 30.43%
  • key color value is 63.92%

CMYK: (0,9,30,64)
C0M9Y30K64 (0%, 9%, 30%, 64%)
(0.00 / 0.09 / 0.30 / 0.64)

CMYK percentages

%0
%8.7
%30.43
%63.92

Codes

Color #5C5440 in popluar color models

5C 54 40
RGB 92 84 64
HSL 43° 17.95% 30.59%
HSB/HSV 43° 30.43% 36.08%
CMYK 0.00% 8.70% 30.43%
63.92%

Color #5C5440 in popluar number systems.

HEX 5C 54 40
Decimal 92 84 64
Binary 1011100 1010100 1000000
Octal 134 124 100

Shades and tints

Shades of #5C5440

#5C5440
(92,84,64)
#544D3B
(84,77,59)
#4C4636
(76,70,54)
#443F31
(68,63,49)
#3C382C
(60,56,44)
#343127
(52,49,39)
#2C2A22
(44,42,34)
#24231D
(36,35,29)
#1C1C18
(28,28,24)
#141513
(20,21,19)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #5C5440

#5C5440
(92,84,64)
#6A6351
(106,99,81)
#787262
(120,114,98)
#868173
(134,129,115)
#949084
(148,144,132)
#A29F95
(162,159,149)
#B0AEA6
(176,174,166)
#BEBDB7
(190,189,183)
#CCCCC8
(204,204,200)
#DADBD9
(218,219,217)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C5440 color. Also use rgb(92,84,64) instead hex code.

Text Font Color

.myTextColor { color: #5C5440; }

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

This text font color is #5C5440.

Background Color

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

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

This div background color is #5C5440.

Border color

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

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

This div border color is #5C5440.

Opacity

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

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

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

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

This text has shadow with #5C5440 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C5440.

Preview

Color preview on black background

This text has color #5C5440 on black background.


Color preview on white background

This text has color #5C5440 on white background.


Black color preview on #5C5440 background

This text has black color on #5C5440 background.


White color preview on #5C5440 background

This text has white color on #5C5440 background.


Related colors

Complementary color

Complementary color for #hex is #A3ABBF.


I love getcolorcode.com

Triadic colors

1 #405C54 and #54405C with #5C5440 are triadic colors.

2 #40545C and #545C40 with #5C5440 are triadic colors.