COLOR #5C5D24

HEX: #5C5D24
RGB: (92,93,36)

Color info

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

RGB color model

#5C5D24 color RGB value is (92,93,36).

  • red value is 92;
  • green value is 93;
  • blue value is 36.
RGB:
(92,93,36)
(36%,36%,14%)

RGB channels and saturation

R 92 of 255 = 36%
G 93 of 255 = 36%
B 36 of 255 = 14%

92
93
36

R + G + B ~ 29%. #5C5D24 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 93 + 36 = 221 (100%)
R 92 of 221 ~ 41.63%
G 93 of 221 ~ 42.08%
B 36 of 221 ~ 16.29%

%41.63
%42.08
%16.29

CMYK color model

#5C5D24 color CMYK value is (1,0,61,64).

  • cyan value is 1.08%
  • magenta value is 0.00%
  • yellow value is 61.29%
  • key color value is 63.53%
CMYK:
(1,0,61,64)
C1M0Y61K64 
(1%,0%,61%,64%)
(0.01/0.00/0.61/0.64)	

CMYK percentages

%1.08
%0
%61.29
%63.53

Codes

Color #5C5D24 in popluar color models

5C5D24
RGB929336
HSL61°44.19%25.29%
HSB/HSV61°61.29%36.47%
CMYK1.08%0.00%61.29%
63.53%

Color #5C5D24 in popluar number systems.

HEX5C5D24
Decimal929336
Binary10111001011101100100
Octal13413544

Shades and tints

Shades of #5C5D24

#5C5D24
(92,93,36)
#545521
(84,85,33)
#4C4D1E
(76,77,30)
#44451B
(68,69,27)
#3C3D18
(60,61,24)
#343515
(52,53,21)
#2C2D12
(44,45,18)
#24250F
(36,37,15)
#1C1D0C
(28,29,12)
#141509
(20,21,9)
#0C0D06
(12,13,6)
#000000
(0,0,0)

Tints of #5C5D24

#5C5D24
(92,93,36)
#6A6B37
(106,107,55)
#78794A
(120,121,74)
#86875D
(134,135,93)
#949570
(148,149,112)
#A2A383
(162,163,131)
#B0B196
(176,177,150)
#BEBFA9
(190,191,169)
#CCCDBC
(204,205,188)
#DADBCF
(218,219,207)
#E8E9E2
(232,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C5D24 color. Also use rgb(92,93,36) instead hex code.

Text Font Color

.myTextColor { color: #5C5D24; }

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

This text font color is #5C5D24.


Background Color

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

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

This div background color is #5C5D24.


Border color

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

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

This div border color is #5C5D24.


Opacity

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

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

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

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

This text has shadow with #5C5D24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5D24 on black background.


Color preview on white background

This text has color #5C5D24 on white background.



Black color preview on #5C5D24 background

This text has black color on #5C5D24 background.


White color preview on #5C5D24 background

This text has white color on #5C5D24 background.