COLOR #5C5120

HEX: #5C5120 RGB: (92,81,32)

Color info

#5C5120 contains mainly red and green colors. Web safe color of #5C5120 is #666633 (or #663).

RGB color model

#5C5120 color RGB value is (92,81,32).

RGB: (92,81,32) (36%, 32%, 13%)

RGB channels and saturation

R 92 of 255 = 36%
G 81 of 255 = 32%
B 32 of 255 = 13%

92
81
32

R + G + B ~ 27%. #5C5120 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 81 + 32 = 205 (100%)
R 92 of 205 ~ 44.88%
G 81 of 205 ~ 39.51%
B 32 of 205 ~ 15.61'%

%44.88
%39.51
%15.61

CMYK color model

#5C5120 color CMYK value is (0,12,65,64).

  • cyan value is 0.00%
  • magenta value is 11.96%
  • yellow value is 65.22%
  • key color value is 63.92%

CMYK: (0,12,65,64)
C0M12Y65K64 (0%, 12%, 65%, 64%)
(0.00 / 0.12 / 0.65 / 0.64)

CMYK percentages

%0
%11.96
%65.22
%63.92

Codes

Color #5C5120 in popluar color models

5C 51 20
RGB 92 81 32
HSL 49° 48.39% 24.31%
HSB/HSV 49° 65.22% 36.08%
CMYK 0.00% 11.96% 65.22%
63.92%

Color #5C5120 in popluar number systems.

HEX 5C 51 20
Decimal 92 81 32
Binary 1011100 1010001 100000
Octal 134 121 40

Shades and tints

Shades of #5C5120

#5C5120
(92,81,32)
#544A1E
(84,74,30)
#4C431C
(76,67,28)
#443C1A
(68,60,26)
#3C3518
(60,53,24)
#342E16
(52,46,22)
#2C2714
(44,39,20)
#242012
(36,32,18)
#1C1910
(28,25,16)
#14120E
(20,18,14)
#0C0B0C
(12,11,12)
#000000
(0,0,0)

Tints of #5C5120

#5C5120
(92,81,32)
#6A6034
(106,96,52)
#786F48
(120,111,72)
#867E5C
(134,126,92)
#948D70
(148,141,112)
#A29C84
(162,156,132)
#B0AB98
(176,171,152)
#BEBAAC
(190,186,172)
#CCC9C0
(204,201,192)
#DAD8D4
(218,216,212)
#E8E7E8
(232,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C5120 color. Also use rgb(92,81,32) instead hex code.

Text Font Color

.myTextColor { color: #5C5120; }

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

This text font color is #5C5120.

Background Color

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

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

This div background color is #5C5120.

Border color

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

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

This div border color is #5C5120.

Opacity

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

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

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

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

This text has shadow with #5C5120 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C5120.

Preview

Color preview on black background

This text has color #5C5120 on black background.


Color preview on white background

This text has color #5C5120 on white background.


Black color preview on #5C5120 background

This text has black color on #5C5120 background.


White color preview on #5C5120 background

This text has white color on #5C5120 background.


Related colors

Complementary color

Complementary color for #hex is #A3AEDF.


I love getcolorcode.com

Triadic colors

1 #205C51 and #51205C with #5C5120 are triadic colors.

2 #20515C and #515C20 with #5C5120 are triadic colors.