COLOR #5D5517

HEX: #5D5517
RGB: (93,85,23)

Color info

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

RGB color model

#5D5517 color RGB value is (93,85,23).

  • red value is 93;
  • green value is 85;
  • blue value is 23.
RGB:
(93,85,23)
(36%,33%,9%)

RGB channels and saturation

R 93 of 255 = 36%
G 85 of 255 = 33%
B 23 of 255 = 9%

93
85
23

R + G + B ~ 26%. #5D5517 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 85 + 23 = 201 (100%)
R 93 of 201 ~ 46.27%
G 85 of 201 ~ 42.29%
B 23 of 201 ~ 11.44%

%46.27
%42.29
%11.44

CMYK color model

#5D5517 color CMYK value is (0,9,75,64).

  • cyan value is 0.00%
  • magenta value is 8.60%
  • yellow value is 75.27%
  • key color value is 63.53%
CMYK:
(0,9,75,64)
C0M9Y75K64 
(0%,9%,75%,64%)
(0.00/0.09/0.75/0.64)	

CMYK percentages

%0
%8.6
%75.27
%63.53

Codes

Color #5D5517 in popluar color models

5D5517
RGB938523
HSL53°60.34%22.75%
HSB/HSV53°75.27%36.47%
CMYK0.00%8.60%75.27%
63.53%

Color #5D5517 in popluar number systems.

HEX5D5517
Decimal938523
Binary1011101101010110111
Octal13512527

Shades and tints

Shades of #5D5517

#5D5517
(93,85,23)
#554E15
(85,78,21)
#4D4713
(77,71,19)
#454011
(69,64,17)
#3D390F
(61,57,15)
#35320D
(53,50,13)
#2D2B0B
(45,43,11)
#252409
(37,36,9)
#1D1D07
(29,29,7)
#151605
(21,22,5)
#0D0F03
(13,15,3)
#000000
(0,0,0)

Tints of #5D5517

#5D5517
(93,85,23)
#6B642C
(107,100,44)
#797341
(121,115,65)
#878256
(135,130,86)
#95916B
(149,145,107)
#A3A080
(163,160,128)
#B1AF95
(177,175,149)
#BFBEAA
(191,190,170)
#CDCDBF
(205,205,191)
#DBDCD4
(219,220,212)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D5517 color. Also use rgb(93,85,23) instead hex code.

Text Font Color

.myTextColor { color: #5D5517; }

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

This text font color is #5D5517.


Background Color

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

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

This div background color is #5D5517.


Border color

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

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

This div border color is #5D5517.


Opacity

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

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

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

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

This text has shadow with #5D5517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5517 on black background.


Color preview on white background

This text has color #5D5517 on white background.



Black color preview on #5D5517 background

This text has black color on #5D5517 background.


White color preview on #5D5517 background

This text has white color on #5D5517 background.