COLOR #5D5C19

HEX: #5D5C19
RGB: (93,92,25)

Color info

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

RGB color model

#5D5C19 color RGB value is (93,92,25).

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

RGB channels and saturation

R 93 of 255 = 36%
G 92 of 255 = 36%
B 25 of 255 = 10%

93
92
25

R + G + B ~ 27%. #5D5C19 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 92 + 25 = 210 (100%)
R 93 of 210 ~ 44.29%
G 92 of 210 ~ 43.81%
B 25 of 210 ~ 11.9%

%44.29
%43.81
%11.9

CMYK color model

#5D5C19 color CMYK value is (0,1,73,64).

  • cyan value is 0.00%
  • magenta value is 1.08%
  • yellow value is 73.12%
  • key color value is 63.53%
CMYK:
(0,1,73,64)
C0M1Y73K64 
(0%,1%,73%,64%)
(0.00/0.01/0.73/0.64)	

CMYK percentages

%0
%1.08
%73.12
%63.53

Codes

Color #5D5C19 in popluar color models

5D5C19
RGB939225
HSL59°57.63%23.14%
HSB/HSV59°73.12%36.47%
CMYK0.00%1.08%73.12%
63.53%

Color #5D5C19 in popluar number systems.

HEX5D5C19
Decimal939225
Binary1011101101110011001
Octal13513431

Shades and tints

Shades of #5D5C19

#5D5C19
(93,92,25)
#555417
(85,84,23)
#4D4C15
(77,76,21)
#454413
(69,68,19)
#3D3C11
(61,60,17)
#35340F
(53,52,15)
#2D2C0D
(45,44,13)
#25240B
(37,36,11)
#1D1C09
(29,28,9)
#151407
(21,20,7)
#0D0C05
(13,12,5)
#000000
(0,0,0)

Tints of #5D5C19

#5D5C19
(93,92,25)
#6B6A2D
(107,106,45)
#797841
(121,120,65)
#878655
(135,134,85)
#959469
(149,148,105)
#A3A27D
(163,162,125)
#B1B091
(177,176,145)
#BFBEA5
(191,190,165)
#CDCCB9
(205,204,185)
#DBDACD
(219,218,205)
#E9E8E1
(233,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5C19; }

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

This text font color is #5D5C19.


Background Color

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

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

This div background color is #5D5C19.


Border color

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

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

This div border color is #5D5C19.


Opacity

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

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

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

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

This text has shadow with #5D5C19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5C19 on black background.


Color preview on white background

This text has color #5D5C19 on white background.



Black color preview on #5D5C19 background

This text has black color on #5D5C19 background.


White color preview on #5D5C19 background

This text has white color on #5D5C19 background.