COLOR #5C4729

HEX: #5C4729 RGB: (92,71,41)

Color info

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

RGB color model

#5C4729 color RGB value is (92,71,41).

RGB: (92,71,41) (36%, 28%, 16%)

RGB channels and saturation

R 92 of 255 = 36%
G 71 of 255 = 28%
B 41 of 255 = 16%

92
71
41

R + G + B ~ 27%. #5C4729 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 71 + 41 = 204 (100%)
R 92 of 204 ~ 45.1%
G 71 of 204 ~ 34.8%
B 41 of 204 ~ 20.1'%

%45.1
%34.8
%20.1

CMYK color model

#5C4729 color CMYK value is (0,23,55,64).

  • cyan value is 0.00%
  • magenta value is 22.83%
  • yellow value is 55.43%
  • key color value is 63.92%
CMYK: (0,23,55,64) C0M23Y55K64 (0%,23%,55%,64%) (0.00/0.23/0.55/0.64) 

CMYK percentages

%0
%22.83
%55.43
%63.92

Codes

Color #5C4729 in popluar color models

5C 47 29
RGB 92 71 41
HSL 35° 38.35% 26.08%
HSB/HSV 35° 55.43% 36.08%
CMYK 0.00% 22.83% 55.43%
63.92%

Color #5C4729 in popluar number systems.

HEX 5C 47 29
Decimal 92 71 41
Binary 1011100 1000111 101001
Octal 134 107 51

Shades and tints

Shades of #5C4729

#5C4729
(92,71,41)
#544126
(84,65,38)
#4C3B23
(76,59,35)
#443520
(68,53,32)
#3C2F1D
(60,47,29)
#34291A
(52,41,26)
#2C2317
(44,35,23)
#241D14
(36,29,20)
#1C1711
(28,23,17)
#14110E
(20,17,14)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #5C4729

#5C4729
(92,71,41)
#6A573C
(106,87,60)
#78674F
(120,103,79)
#867762
(134,119,98)
#948775
(148,135,117)
#A29788
(162,151,136)
#B0A79B
(176,167,155)
#BEB7AE
(190,183,174)
#CCC7C1
(204,199,193)
#DAD7D4
(218,215,212)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C4729; }

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

This text font color is #5C4729.

Background Color

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

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

This div background color is #5C4729.

Border color

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

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

This div border color is #5C4729.

Opacity

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

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

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

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

This text has shadow with #5C4729 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C4729.

Preview

Color preview on black background

This text has color #5C4729 on black background.


Color preview on white background

This text has color #5C4729 on white background.


Black color preview on #5C4729 background

This text has black color on #5C4729 background.


White color preview on #5C4729 background

This text has white color on #5C4729 background.


Related colors

Complementary color

Complementary color for #hex is #A3B8D6.


I love getcolorcode.com

Triadic colors

1 #295C47 and #47295C with #5C4729 are triadic colors.

2 #29475C and #475C29 with #5C4729 are triadic colors.