COLOR #5C5909

HEX: #5C5909
RGB: (92,89,9)

Color info

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

RGB color model

#5C5909 color RGB value is (92,89,9).

  • red value is 92;
  • green value is 89;
  • blue value is 9.
RGB:
(92,89,9)
(36%,35%,4%)

RGB channels and saturation

R 92 of 255 = 36%
G 89 of 255 = 35%
B 9 of 255 = 4%

92
89
9

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

Portions of RGB colors in percentages

R + G + B =
92 + 89 + 9 = 190 (100%)
R 92 of 190 ~ 48.42%
G 89 of 190 ~ 46.84%
B 9 of 190 ~ 4.74%

%48.42
%46.84

CMYK color model

#5C5909 color CMYK value is (0,3,90,64).

  • cyan value is 0.00%
  • magenta value is 3.26%
  • yellow value is 90.22%
  • key color value is 63.92%
CMYK:
(0,3,90,64)
C0M3Y90K64 
(0%,3%,90%,64%)
(0.00/0.03/0.90/0.64)	

CMYK percentages

%0
%3.26
%90.22
%63.92

Codes

Color #5C5909 in popluar color models

5C5909
RGB92899
HSL58°82.18%19.80%
HSB/HSV58°90.22%36.08%
CMYK0.00%3.26%90.22%
63.92%

Color #5C5909 in popluar number systems.

HEX5C5909
Decimal92899
Binary101110010110011001
Octal13413111

Shades and tints

Shades of #5C5909

#5C5909
(92,89,9)
#545109
(84,81,9)
#4C4909
(76,73,9)
#444109
(68,65,9)
#3C3909
(60,57,9)
#343109
(52,49,9)
#2C2909
(44,41,9)
#242109
(36,33,9)
#1C1909
(28,25,9)
#141109
(20,17,9)
#0C0909
(12,9,9)
#000000
(0,0,0)

Tints of #5C5909

#5C5909
(92,89,9)
#6A681F
(106,104,31)
#787735
(120,119,53)
#86864B
(134,134,75)
#949561
(148,149,97)
#A2A477
(162,164,119)
#B0B38D
(176,179,141)
#BEC2A3
(190,194,163)
#CCD1B9
(204,209,185)
#DAE0CF
(218,224,207)
#E8EFE5
(232,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C5909 color. Also use rgb(92,89,9) instead hex code.

Text Font Color

.myTextColor { color: #5C5909; }

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

This text font color is #5C5909.


Background Color

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

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

This div background color is #5C5909.


Border color

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

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

This div border color is #5C5909.


Opacity

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

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

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

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

This text has shadow with #5C5909 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5909 on black background.


Color preview on white background

This text has color #5C5909 on white background.



Black color preview on #5C5909 background

This text has black color on #5C5909 background.


White color preview on #5C5909 background

This text has white color on #5C5909 background.