COLOR #5C5735

HEX: #5C5735 RGB: (92,87,53)

Color info

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

RGB color model

#5C5735 color RGB value is (92,87,53).

RGB: (92,87,53) (36%, 34%, 21%)

RGB channels and saturation

R 92 of 255 = 36%
G 87 of 255 = 34%
B 53 of 255 = 21%

92
87
53

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

Portions of RGB colors in percentages

R + G + B = 92 + 87 + 53 = 232 (100%)
R 92 of 232 ~ 39.66%
G 87 of 232 ~ 37.5%
B 53 of 232 ~ 22.84'%

%39.66
%37.5
%22.84

CMYK color model

#5C5735 color CMYK value is (0,5,42,64).

  • cyan value is 0.00%
  • magenta value is 5.43%
  • yellow value is 42.39%
  • key color value is 63.92%
CMYK: (0,5,42,64) C0M5Y42K64 (0%,5%,42%,64%) (0.00/0.05/0.42/0.64) 

CMYK percentages

%0
%5.43
%42.39
%63.92

Codes

Color #5C5735 in popluar color models

5C 57 35
RGB 92 87 53
HSL 52° 26.90% 28.43%
HSB/HSV 52° 42.39% 36.08%
CMYK 0.00% 5.43% 42.39%
63.92%

Color #5C5735 in popluar number systems.

HEX 5C 57 35
Decimal 92 87 53
Binary 1011100 1010111 110101
Octal 134 127 65

Shades and tints

Shades of #5C5735

#5C5735
(92,87,53)
#545031
(84,80,49)
#4C492D
(76,73,45)
#444229
(68,66,41)
#3C3B25
(60,59,37)
#343421
(52,52,33)
#2C2D1D
(44,45,29)
#242619
(36,38,25)
#1C1F15
(28,31,21)
#141811
(20,24,17)
#0C110D
(12,17,13)
#000000
(0,0,0)

Tints of #5C5735

#5C5735
(92,87,53)
#6A6647
(106,102,71)
#787559
(120,117,89)
#86846B
(134,132,107)
#94937D
(148,147,125)
#A2A28F
(162,162,143)
#B0B1A1
(176,177,161)
#BEC0B3
(190,192,179)
#CCCFC5
(204,207,197)
#DADED7
(218,222,215)
#E8EDE9
(232,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C5735 color. Also use rgb(92,87,53) instead hex code.

Text Font Color

.myTextColor { color: #5C5735; }

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

This text font color is #5C5735.

Background Color

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

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

This div background color is #5C5735.

Border color

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

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

This div border color is #5C5735.

Opacity

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

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

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

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

This text has shadow with #5C5735 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C5735.

Preview

Color preview on black background

This text has color #5C5735 on black background.


Color preview on white background

This text has color #5C5735 on white background.


Black color preview on #5C5735 background

This text has black color on #5C5735 background.


White color preview on #5C5735 background

This text has white color on #5C5735 background.


Related colors

Complementary color

Complementary color for #hex is #A3A8CA.


I love getcolorcode.com

Triadic colors

1 #355C57 and #57355C with #5C5735 are triadic colors.

2 #35575C and #575C35 with #5C5735 are triadic colors.