COLOR #5C5512

HEX: #5C5512
RGB: (92,85,18)

Color info

#5C5512 contains mainly red and green colors. Web safe color of #5C5512 is #666600 (or #660).

RGB color model

#5C5512 color RGB value is (92,85,18).

  • red value is 92;
  • green value is 85;
  • blue value is 18.
RGB:
(92,85,18)
(36%,33%,7%)

RGB channels and saturation

R 92 of 255 = 36%
G 85 of 255 = 33%
B 18 of 255 = 7%

92
85
18

R + G + B ~ 25%. #5C5512 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 85 + 18 = 195 (100%)
R 92 of 195 ~ 47.18%
G 85 of 195 ~ 43.59%
B 18 of 195 ~ 9.23%

%47.18
%43.59

CMYK color model

#5C5512 color CMYK value is (0,8,80,64).

  • cyan value is 0.00%
  • magenta value is 7.61%
  • yellow value is 80.43%
  • key color value is 63.92%
CMYK:
(0,8,80,64)
C0M8Y80K64 
(0%,8%,80%,64%)
(0.00/0.08/0.80/0.64)	

CMYK percentages

%0
%7.61
%80.43
%63.92

Codes

Color #5C5512 in popluar color models

5C5512
RGB928518
HSL54°67.27%21.57%
HSB/HSV54°80.43%36.08%
CMYK0.00%7.61%80.43%
63.92%

Color #5C5512 in popluar number systems.

HEX5C5512
Decimal928518
Binary1011100101010110010
Octal13412522

Shades and tints

Shades of #5C5512

#5C5512
(92,85,18)
#544E11
(84,78,17)
#4C4710
(76,71,16)
#44400F
(68,64,15)
#3C390E
(60,57,14)
#34320D
(52,50,13)
#2C2B0C
(44,43,12)
#24240B
(36,36,11)
#1C1D0A
(28,29,10)
#141609
(20,22,9)
#0C0F08
(12,15,8)
#000000
(0,0,0)

Tints of #5C5512

#5C5512
(92,85,18)
#6A6427
(106,100,39)
#78733C
(120,115,60)
#868251
(134,130,81)
#949166
(148,145,102)
#A2A07B
(162,160,123)
#B0AF90
(176,175,144)
#BEBEA5
(190,190,165)
#CCCDBA
(204,205,186)
#DADCCF
(218,220,207)
#E8EBE4
(232,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C5512 color. Also use rgb(92,85,18) instead hex code.

Text Font Color

.myTextColor { color: #5C5512; }

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

This text font color is #5C5512.


Background Color

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

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

This div background color is #5C5512.


Border color

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

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

This div border color is #5C5512.


Opacity

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

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

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

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

This text has shadow with #5C5512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5512 on black background.


Color preview on white background

This text has color #5C5512 on white background.



Black color preview on #5C5512 background

This text has black color on #5C5512 background.


White color preview on #5C5512 background

This text has white color on #5C5512 background.