COLOR #5D5C04

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

93
92
4

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

Portions of RGB colors in percentages

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

%49.21
%48.68

CMYK color model

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

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

CMYK percentages

%0
%1.08
%95.7
%63.53

Codes

Color #5D5C04 in popluar color models

5D5C04
RGB93924
HSL59°91.75%19.02%
HSB/HSV59°95.70%36.47%
CMYK0.00%1.08%95.70%
63.53%

Color #5D5C04 in popluar number systems.

HEX5D5C04
Decimal93924
Binary10111011011100100
Octal1351344

Shades and tints

Shades of #5D5C04

#5D5C04
(93,92,4)
#555404
(85,84,4)
#4D4C04
(77,76,4)
#454404
(69,68,4)
#3D3C04
(61,60,4)
#353404
(53,52,4)
#2D2C04
(45,44,4)
#252404
(37,36,4)
#1D1C04
(29,28,4)
#151404
(21,20,4)
#0D0C04
(13,12,4)
#000000
(0,0,0)

Tints of #5D5C04

#5D5C04
(93,92,4)
#6B6A1A
(107,106,26)
#797830
(121,120,48)
#878646
(135,134,70)
#95945C
(149,148,92)
#A3A272
(163,162,114)
#B1B088
(177,176,136)
#BFBE9E
(191,190,158)
#CDCCB4
(205,204,180)
#DBDACA
(219,218,202)
#E9E8E0
(233,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5C04; }

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

This text font color is #5D5C04.


Background Color

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

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

This div background color is #5D5C04.


Border color

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

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

This div border color is #5D5C04.


Opacity

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

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

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

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

This text has shadow with #5D5C04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5C04 on black background.


Color preview on white background

This text has color #5D5C04 on white background.



Black color preview on #5D5C04 background

This text has black color on #5D5C04 background.


White color preview on #5D5C04 background

This text has white color on #5D5C04 background.