COLOR #5C4738

HEX: #5C4738 RGB: (92,71,56)

Color info

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

RGB color model

#5C4738 color RGB value is (92,71,56).

RGB: (92,71,56) (36%, 28%, 22%)

RGB channels and saturation

R 92 of 255 = 36%
G 71 of 255 = 28%
B 56 of 255 = 22%

92
71
56

R + G + B ~ 29%. #5C4738 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 71 + 56 = 219 (100%)
R 92 of 219 ~ 42.01%
G 71 of 219 ~ 32.42%
B 56 of 219 ~ 25.57'%

%42.01
%32.42
%25.57

CMYK color model

#5C4738 color CMYK value is (0,23,39,64).

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

CMYK: (0,23,39,64)
C0M23Y39K64 (0%, 23%, 39%, 64%)
(0.00 / 0.23 / 0.39 / 0.64)

CMYK percentages

%0
%22.83
%39.13
%63.92

Codes

Color #5C4738 in popluar color models

5C 47 38
RGB 92 71 56
HSL 25° 24.32% 29.02%
HSB/HSV 25° 39.13% 36.08%
CMYK 0.00% 22.83% 39.13%
63.92%

Color #5C4738 in popluar number systems.

HEX 5C 47 38
Decimal 92 71 56
Binary 1011100 1000111 111000
Octal 134 107 70

Shades and tints

Shades of #5C4738

#5C4738
(92,71,56)
#544133
(84,65,51)
#4C3B2E
(76,59,46)
#443529
(68,53,41)
#3C2F24
(60,47,36)
#34291F
(52,41,31)
#2C231A
(44,35,26)
#241D15
(36,29,21)
#1C1710
(28,23,16)
#14110B
(20,17,11)
#0C0B06
(12,11,6)
#000000
(0,0,0)

Tints of #5C4738

#5C4738
(92,71,56)
#6A574A
(106,87,74)
#78675C
(120,103,92)
#86776E
(134,119,110)
#948780
(148,135,128)
#A29792
(162,151,146)
#B0A7A4
(176,167,164)
#BEB7B6
(190,183,182)
#CCC7C8
(204,199,200)
#DAD7DA
(218,215,218)
#E8E7EC
(232,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C4738; }

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

This text font color is #5C4738.

Background Color

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

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

This div background color is #5C4738.

Border color

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

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

This div border color is #5C4738.

Opacity

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

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

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

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

This text has shadow with #5C4738 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C4738.

Preview

Color preview on black background

This text has color #5C4738 on black background.


Color preview on white background

This text has color #5C4738 on white background.


Black color preview on #5C4738 background

This text has black color on #5C4738 background.


White color preview on #5C4738 background

This text has white color on #5C4738 background.


Related colors

Complementary color

Complementary color for #hex is #A3B8C7.


I love getcolorcode.com

Triadic colors

1 #385C47 and #47385C with #5C4738 are triadic colors.

2 #38475C and #475C38 with #5C4738 are triadic colors.