COLOR #5C5F37

HEX: #5C5F37
RGB: (92,95,55)

Color info

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

RGB color model

#5C5F37 color RGB value is (92,95,55).

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

RGB channels and saturation

R 92 of 255 = 36%
G 95 of 255 = 37%
B 55 of 255 = 22%

92
95
55

R + G + B ~ 32%. #5C5F37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 95 + 55 = 242 (100%)
R 92 of 242 ~ 38.02%
G 95 of 242 ~ 39.26%
B 55 of 242 ~ 22.73%

%38.02
%39.26
%22.73

CMYK color model

#5C5F37 color CMYK value is (3,0,42,63).

  • cyan value is 3.16%
  • magenta value is 0.00%
  • yellow value is 42.11%
  • key color value is 62.75%
CMYK:
(3,0,42,63)
C3M0Y42K63 
(3%,0%,42%,63%)
(0.03/0.00/0.42/0.63)	

CMYK percentages

%3.16
%0
%42.11
%62.75

Codes

Color #5C5F37 in popluar color models

5C5F37
RGB929555
HSL65°26.67%29.41%
HSB/HSV65°42.11%37.25%
CMYK3.16%0.00%42.11%
62.75%

Color #5C5F37 in popluar number systems.

HEX5C5F37
Decimal929555
Binary10111001011111110111
Octal13413767

Shades and tints

Shades of #5C5F37

#5C5F37
(92,95,55)
#545732
(84,87,50)
#4C4F2D
(76,79,45)
#444728
(68,71,40)
#3C3F23
(60,63,35)
#34371E
(52,55,30)
#2C2F19
(44,47,25)
#242714
(36,39,20)
#1C1F0F
(28,31,15)
#14170A
(20,23,10)
#0C0F05
(12,15,5)
#000000
(0,0,0)

Tints of #5C5F37

#5C5F37
(92,95,55)
#6A6D49
(106,109,73)
#787B5B
(120,123,91)
#86896D
(134,137,109)
#94977F
(148,151,127)
#A2A591
(162,165,145)
#B0B3A3
(176,179,163)
#BEC1B5
(190,193,181)
#CCCFC7
(204,207,199)
#DADDD9
(218,221,217)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5F37; }

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

This text font color is #5C5F37.


Background Color

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

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

This div background color is #5C5F37.


Border color

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

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

This div border color is #5C5F37.


Opacity

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

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

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

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

This text has shadow with #5C5F37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5F37 on black background.


Color preview on white background

This text has color #5C5F37 on white background.



Black color preview on #5C5F37 background

This text has black color on #5C5F37 background.


White color preview on #5C5F37 background

This text has white color on #5C5F37 background.