COLOR #5C5517

HEX: #5C5517
RGB: (92,85,23)

Color info

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

RGB color model

#5C5517 color RGB value is (92,85,23).

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

RGB channels and saturation

R 92 of 255 = 36%
G 85 of 255 = 33%
B 23 of 255 = 9%

92
85
23

R + G + B ~ 26%. #5C5517 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 85 + 23 = 200 (100%)
R 92 of 200 ~ 46%
G 85 of 200 ~ 42.5%
B 23 of 200 ~ 11.5%

%46
%42.5
%11.5

CMYK color model

#5C5517 color CMYK value is (0,8,75,64).

  • cyan value is 0.00%
  • magenta value is 7.61%
  • yellow value is 75.00%
  • key color value is 63.92%
CMYK:
(0,8,75,64)
C0M8Y75K64 
(0%,8%,75%,64%)
(0.00/0.08/0.75/0.64)	

CMYK percentages

%0
%7.61
%75
%63.92

Codes

Color #5C5517 in popluar color models

5C5517
RGB928523
HSL54°60.00%22.55%
HSB/HSV54°75.00%36.08%
CMYK0.00%7.61%75.00%
63.92%

Color #5C5517 in popluar number systems.

HEX5C5517
Decimal928523
Binary1011100101010110111
Octal13412527

Shades and tints

Shades of #5C5517

#5C5517
(92,85,23)
#544E15
(84,78,21)
#4C4713
(76,71,19)
#444011
(68,64,17)
#3C390F
(60,57,15)
#34320D
(52,50,13)
#2C2B0B
(44,43,11)
#242409
(36,36,9)
#1C1D07
(28,29,7)
#141605
(20,22,5)
#0C0F03
(12,15,3)
#000000
(0,0,0)

Tints of #5C5517

#5C5517
(92,85,23)
#6A642C
(106,100,44)
#787341
(120,115,65)
#868256
(134,130,86)
#94916B
(148,145,107)
#A2A080
(162,160,128)
#B0AF95
(176,175,149)
#BEBEAA
(190,190,170)
#CCCDBF
(204,205,191)
#DADCD4
(218,220,212)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5517; }

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

This text font color is #5C5517.


Background Color

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

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

This div background color is #5C5517.


Border color

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

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

This div border color is #5C5517.


Opacity

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

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

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

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

This text has shadow with #5C5517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5517 on black background.


Color preview on white background

This text has color #5C5517 on white background.



Black color preview on #5C5517 background

This text has black color on #5C5517 background.


White color preview on #5C5517 background

This text has white color on #5C5517 background.