COLOR #5C5D04

HEX: #5C5D04
RGB: (92,93,4)

Color info

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

RGB color model

#5C5D04 color RGB value is (92,93,4).

  • red value is 92;
  • green value is 93;
  • blue value is 4.
RGB:
(92,93,4)
(36%,36%,2%)

RGB channels and saturation

R 92 of 255 = 36%
G 93 of 255 = 36%
B 4 of 255 = 2%

92
93
4

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

Portions of RGB colors in percentages

R + G + B =
92 + 93 + 4 = 189 (100%)
R 92 of 189 ~ 48.68%
G 93 of 189 ~ 49.21%
B 4 of 189 ~ 2.12%

%48.68
%49.21

CMYK color model

#5C5D04 color CMYK value is (1,0,96,64).

  • cyan value is 1.08%
  • magenta value is 0.00%
  • yellow value is 95.70%
  • key color value is 63.53%
CMYK:
(1,0,96,64)
C1M0Y96K64 
(1%,0%,96%,64%)
(0.01/0.00/0.96/0.64)	

CMYK percentages

%1.08
%0
%95.7
%63.53

Codes

Color #5C5D04 in popluar color models

5C5D04
RGB92934
HSL61°91.75%19.02%
HSB/HSV61°95.70%36.47%
CMYK1.08%0.00%95.70%
63.53%

Color #5C5D04 in popluar number systems.

HEX5C5D04
Decimal92934
Binary10111001011101100
Octal1341354

Shades and tints

Shades of #5C5D04

#5C5D04
(92,93,4)
#545504
(84,85,4)
#4C4D04
(76,77,4)
#444504
(68,69,4)
#3C3D04
(60,61,4)
#343504
(52,53,4)
#2C2D04
(44,45,4)
#242504
(36,37,4)
#1C1D04
(28,29,4)
#141504
(20,21,4)
#0C0D04
(12,13,4)
#000000
(0,0,0)

Tints of #5C5D04

#5C5D04
(92,93,4)
#6A6B1A
(106,107,26)
#787930
(120,121,48)
#868746
(134,135,70)
#94955C
(148,149,92)
#A2A372
(162,163,114)
#B0B188
(176,177,136)
#BEBF9E
(190,191,158)
#CCCDB4
(204,205,180)
#DADBCA
(218,219,202)
#E8E9E0
(232,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C5D04 color. Also use rgb(92,93,4) instead hex code.

Text Font Color

.myTextColor { color: #5C5D04; }

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

This text font color is #5C5D04.


Background Color

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

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

This div background color is #5C5D04.


Border color

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

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

This div border color is #5C5D04.


Opacity

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

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

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

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

This text has shadow with #5C5D04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5D04 on black background.


Color preview on white background

This text has color #5C5D04 on white background.



Black color preview on #5C5D04 background

This text has black color on #5C5D04 background.


White color preview on #5C5D04 background

This text has white color on #5C5D04 background.