COLOR #5D5417

HEX: #5D5417
RGB: (93,84,23)

Color info

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

RGB color model

#5D5417 color RGB value is (93,84,23).

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

RGB channels and saturation

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

93
84
23

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

Portions of RGB colors in percentages

R + G + B =
93 + 84 + 23 = 200 (100%)
R 93 of 200 ~ 46.5%
G 84 of 200 ~ 42%
B 23 of 200 ~ 11.5%

%46.5
%42
%11.5

CMYK color model

#5D5417 color CMYK value is (0,10,75,64).

  • cyan value is 0.00%
  • magenta value is 9.68%
  • yellow value is 75.27%
  • key color value is 63.53%
CMYK:
(0,10,75,64)
C0M10Y75K64 
(0%,10%,75%,64%)
(0.00/0.10/0.75/0.64)	

CMYK percentages

%0
%9.68
%75.27
%63.53

Codes

Color #5D5417 in popluar color models

5D5417
RGB938423
HSL52°60.34%22.75%
HSB/HSV52°75.27%36.47%
CMYK0.00%9.68%75.27%
63.53%

Color #5D5417 in popluar number systems.

HEX5D5417
Decimal938423
Binary1011101101010010111
Octal13512427

Shades and tints

Shades of #5D5417

#5D5417
(93,84,23)
#554D15
(85,77,21)
#4D4613
(77,70,19)
#453F11
(69,63,17)
#3D380F
(61,56,15)
#35310D
(53,49,13)
#2D2A0B
(45,42,11)
#252309
(37,35,9)
#1D1C07
(29,28,7)
#151505
(21,21,5)
#0D0E03
(13,14,3)
#000000
(0,0,0)

Tints of #5D5417

#5D5417
(93,84,23)
#6B632C
(107,99,44)
#797241
(121,114,65)
#878156
(135,129,86)
#95906B
(149,144,107)
#A39F80
(163,159,128)
#B1AE95
(177,174,149)
#BFBDAA
(191,189,170)
#CDCCBF
(205,204,191)
#DBDBD4
(219,219,212)
#E9EAE9
(233,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5417; }

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

This text font color is #5D5417.


Background Color

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

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

This div background color is #5D5417.


Border color

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

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

This div border color is #5D5417.


Opacity

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

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

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

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

This text has shadow with #5D5417 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5417 on black background.


Color preview on white background

This text has color #5D5417 on white background.



Black color preview on #5D5417 background

This text has black color on #5D5417 background.


White color preview on #5D5417 background

This text has white color on #5D5417 background.