COLOR #5C5B44

HEX: #5C5B44
RGB: (92,91,68)

Color info

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

RGB color model

#5C5B44 color RGB value is (92,91,68).

  • red value is 92;
  • green value is 91;
  • blue value is 68.
RGB:
(92,91,68)
(36%,36%,27%)

RGB channels and saturation

R 92 of 255 = 36%
G 91 of 255 = 36%
B 68 of 255 = 27%

92
91
68

R + G + B ~ 33%. #5C5B44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 91 + 68 = 251 (100%)
R 92 of 251 ~ 36.65%
G 91 of 251 ~ 36.25%
B 68 of 251 ~ 27.09%

%36.65
%36.25
%27.09

CMYK color model

#5C5B44 color CMYK value is (0,1,26,64).

  • cyan value is 0.00%
  • magenta value is 1.09%
  • yellow value is 26.09%
  • key color value is 63.92%
CMYK:
(0,1,26,64)
C0M1Y26K64 
(0%,1%,26%,64%)
(0.00/0.01/0.26/0.64)	

CMYK percentages

%0
%1.09
%26.09
%63.92

Codes

Color #5C5B44 in popluar color models

5C5B44
RGB929168
HSL58°15.00%31.37%
HSB/HSV58°26.09%36.08%
CMYK0.00%1.09%26.09%
63.92%

Color #5C5B44 in popluar number systems.

HEX5C5B44
Decimal929168
Binary101110010110111000100
Octal134133104

Shades and tints

Shades of #5C5B44

#5C5B44
(92,91,68)
#54533E
(84,83,62)
#4C4B38
(76,75,56)
#444332
(68,67,50)
#3C3B2C
(60,59,44)
#343326
(52,51,38)
#2C2B20
(44,43,32)
#24231A
(36,35,26)
#1C1B14
(28,27,20)
#14130E
(20,19,14)
#0C0B08
(12,11,8)
#000000
(0,0,0)

Tints of #5C5B44

#5C5B44
(92,91,68)
#6A6955
(106,105,85)
#787766
(120,119,102)
#868577
(134,133,119)
#949388
(148,147,136)
#A2A199
(162,161,153)
#B0AFAA
(176,175,170)
#BEBDBB
(190,189,187)
#CCCBCC
(204,203,204)
#DAD9DD
(218,217,221)
#E8E7EE
(232,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5B44; }

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

This text font color is #5C5B44.


Background Color

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

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

This div background color is #5C5B44.


Border color

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

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

This div border color is #5C5B44.


Opacity

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

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

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

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

This text has shadow with #5C5B44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5B44 on black background.


Color preview on white background

This text has color #5C5B44 on white background.



Black color preview on #5C5B44 background

This text has black color on #5C5B44 background.


White color preview on #5C5B44 background

This text has white color on #5C5B44 background.