COLOR #5C5237

HEX: #5C5237
RGB: (92,82,55)

Color info

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

RGB color model

#5C5237 color RGB value is (92,82,55).

  • red value is 92;
  • green value is 82;
  • blue value is 55.
RGB:
(92,82,55)
(36%,32%,22%)

RGB channels and saturation

R 92 of 255 = 36%
G 82 of 255 = 32%
B 55 of 255 = 22%

92
82
55

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

Portions of RGB colors in percentages

R + G + B =
92 + 82 + 55 = 229 (100%)
R 92 of 229 ~ 40.17%
G 82 of 229 ~ 35.81%
B 55 of 229 ~ 24.02%

%40.17
%35.81
%24.02

CMYK color model

#5C5237 color CMYK value is (0,11,40,64).

  • cyan value is 0.00%
  • magenta value is 10.87%
  • yellow value is 40.22%
  • key color value is 63.92%
CMYK:
(0,11,40,64)
C0M11Y40K64 
(0%,11%,40%,64%)
(0.00/0.11/0.40/0.64)	

CMYK percentages

%0
%10.87
%40.22
%63.92

Codes

Color #5C5237 in popluar color models

5C5237
RGB928255
HSL44°25.17%28.82%
HSB/HSV44°40.22%36.08%
CMYK0.00%10.87%40.22%
63.92%

Color #5C5237 in popluar number systems.

HEX5C5237
Decimal928255
Binary10111001010010110111
Octal13412267

Shades and tints

Shades of #5C5237

#5C5237
(92,82,55)
#544B32
(84,75,50)
#4C442D
(76,68,45)
#443D28
(68,61,40)
#3C3623
(60,54,35)
#342F1E
(52,47,30)
#2C2819
(44,40,25)
#242114
(36,33,20)
#1C1A0F
(28,26,15)
#14130A
(20,19,10)
#0C0C05
(12,12,5)
#000000
(0,0,0)

Tints of #5C5237

#5C5237
(92,82,55)
#6A6149
(106,97,73)
#78705B
(120,112,91)
#867F6D
(134,127,109)
#948E7F
(148,142,127)
#A29D91
(162,157,145)
#B0ACA3
(176,172,163)
#BEBBB5
(190,187,181)
#CCCAC7
(204,202,199)
#DAD9D9
(218,217,217)
#E8E8EB
(232,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C5237 color. Also use rgb(92,82,55) instead hex code.

Text Font Color

.myTextColor { color: #5C5237; }

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

This text font color is #5C5237.


Background Color

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

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

This div background color is #5C5237.


Border color

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

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

This div border color is #5C5237.


Opacity

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

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

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

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

This text has shadow with #5C5237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5237 on black background.


Color preview on white background

This text has color #5C5237 on white background.



Black color preview on #5C5237 background

This text has black color on #5C5237 background.


White color preview on #5C5237 background

This text has white color on #5C5237 background.