COLOR #5C5906

HEX: #5C5906
RGB: (92,89,6)

Color info

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

RGB color model

#5C5906 color RGB value is (92,89,6).

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

RGB channels and saturation

R 92 of 255 = 36%
G 89 of 255 = 35%
B 6 of 255 = 2%

92
89
6

R + G + B ~ 24%. #5C5906 is dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 89 + 6 = 187 (100%)
R 92 of 187 ~ 49.2%
G 89 of 187 ~ 47.59%
B 6 of 187 ~ 3.21%

%49.2
%47.59

CMYK color model

#5C5906 color CMYK value is (0,3,93,64).

  • cyan value is 0.00%
  • magenta value is 3.26%
  • yellow value is 93.48%
  • key color value is 63.92%
CMYK:
(0,3,93,64)
C0M3Y93K64 
(0%,3%,93%,64%)
(0.00/0.03/0.93/0.64)	

CMYK percentages

%0
%3.26
%93.48
%63.92

Codes

Color #5C5906 in popluar color models

5C5906
RGB92896
HSL58°87.76%19.22%
HSB/HSV58°93.48%36.08%
CMYK0.00%3.26%93.48%
63.92%

Color #5C5906 in popluar number systems.

HEX5C5906
Decimal92896
Binary10111001011001110
Octal1341316

Shades and tints

Shades of #5C5906

#5C5906
(92,89,6)
#545106
(84,81,6)
#4C4906
(76,73,6)
#444106
(68,65,6)
#3C3906
(60,57,6)
#343106
(52,49,6)
#2C2906
(44,41,6)
#242106
(36,33,6)
#1C1906
(28,25,6)
#141106
(20,17,6)
#0C0906
(12,9,6)
#000000
(0,0,0)

Tints of #5C5906

#5C5906
(92,89,6)
#6A681C
(106,104,28)
#787732
(120,119,50)
#868648
(134,134,72)
#94955E
(148,149,94)
#A2A474
(162,164,116)
#B0B38A
(176,179,138)
#BEC2A0
(190,194,160)
#CCD1B6
(204,209,182)
#DAE0CC
(218,224,204)
#E8EFE2
(232,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5906; }

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

This text font color is #5C5906.


Background Color

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

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

This div background color is #5C5906.


Border color

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

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

This div border color is #5C5906.


Opacity

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

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

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

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

This text has shadow with #5C5906 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5906 on black background.


Color preview on white background

This text has color #5C5906 on white background.



Black color preview on #5C5906 background

This text has black color on #5C5906 background.


White color preview on #5C5906 background

This text has white color on #5C5906 background.