COLOR #5C4744

HEX: #5C4744 RGB: (92,71,68)

Color info

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

RGB color model

#5C4744 color RGB value is (92,71,68).

RGB: (92,71,68) (36%, 28%, 27%)

RGB channels and saturation

R 92 of 255 = 36%
G 71 of 255 = 28%
B 68 of 255 = 27%

92
71
68

R + G + B ~ 30%. #5C4744 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 71 + 68 = 231 (100%)
R 92 of 231 ~ 39.83%
G 71 of 231 ~ 30.74%
B 68 of 231 ~ 29.44'%

%39.83
%30.74
%29.44

CMYK color model

#5C4744 color CMYK value is (0,23,26,64).

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

CMYK: (0,23,26,64)
C0M23Y26K64 (0%, 23%, 26%, 64%)
(0.00 / 0.23 / 0.26 / 0.64)

CMYK percentages

%0
%22.83
%26.09
%63.92

Codes

Color #5C4744 in popluar color models

5C 47 44
RGB 92 71 68
HSL 15.00% 31.37%
HSB/HSV 26.09% 36.08%
CMYK 0.00% 22.83% 26.09%
63.92%

Color #5C4744 in popluar number systems.

HEX 5C 47 44
Decimal 92 71 68
Binary 1011100 1000111 1000100
Octal 134 107 104

Shades and tints

Shades of #5C4744

#5C4744
(92,71,68)
#54413E
(84,65,62)
#4C3B38
(76,59,56)
#443532
(68,53,50)
#3C2F2C
(60,47,44)
#342926
(52,41,38)
#2C2320
(44,35,32)
#241D1A
(36,29,26)
#1C1714
(28,23,20)
#14110E
(20,17,14)
#0C0B08
(12,11,8)
#000000
(0,0,0)

Tints of #5C4744

#5C4744
(92,71,68)
#6A5755
(106,87,85)
#786766
(120,103,102)
#867777
(134,119,119)
#948788
(148,135,136)
#A29799
(162,151,153)
#B0A7AA
(176,167,170)
#BEB7BB
(190,183,187)
#CCC7CC
(204,199,204)
#DAD7DD
(218,215,221)
#E8E7EE
(232,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C4744; }

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

This text font color is #5C4744.

Background Color

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

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

This div background color is #5C4744.

Border color

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

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

This div border color is #5C4744.

Opacity

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

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

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

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

This text has shadow with #5C4744 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C4744.

Preview

Color preview on black background

This text has color #5C4744 on black background.


Color preview on white background

This text has color #5C4744 on white background.


Black color preview on #5C4744 background

This text has black color on #5C4744 background.


White color preview on #5C4744 background

This text has white color on #5C4744 background.


Related colors

Complementary color

Complementary color for #hex is #A3B8BB.


I love getcolorcode.com

Triadic colors

1 #445C47 and #47445C with #5C4744 are triadic colors.

2 #44475C and #475C44 with #5C4744 are triadic colors.