COLOR #5D4420

HEX: #5D4420
RGB: (93,68,32)

Color info

#5D4420 contains mainly red and green colors. Web safe color of #5D4420 is #663333 (or #633).

RGB color model

#5D4420 color RGB value is (93,68,32).

  • red value is 93;
  • green value is 68;
  • blue value is 32.
RGB:
(93,68,32)
(36%,27%,13%)

RGB channels and saturation

R 93 of 255 = 36%
G 68 of 255 = 27%
B 32 of 255 = 13%

93
68
32

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

Portions of RGB colors in percentages

R + G + B =
93 + 68 + 32 = 193 (100%)
R 93 of 193 ~ 48.19%
G 68 of 193 ~ 35.23%
B 32 of 193 ~ 16.58%

%48.19
%35.23
%16.58

CMYK color model

#5D4420 color CMYK value is (0,27,66,64).

  • cyan value is 0.00%
  • magenta value is 26.88%
  • yellow value is 65.59%
  • key color value is 63.53%
CMYK:
(0,27,66,64)
C0M27Y66K64 
(0%,27%,66%,64%)
(0.00/0.27/0.66/0.64)	

CMYK percentages

%0
%26.88
%65.59
%63.53

Codes

Color #5D4420 in popluar color models

5D4420
RGB936832
HSL35°48.80%24.51%
HSB/HSV35°65.59%36.47%
CMYK0.00%26.88%65.59%
63.53%

Color #5D4420 in popluar number systems.

HEX5D4420
Decimal936832
Binary10111011000100100000
Octal13510440

Shades and tints

Shades of #5D4420

#5D4420
(93,68,32)
#553E1E
(85,62,30)
#4D381C
(77,56,28)
#45321A
(69,50,26)
#3D2C18
(61,44,24)
#352616
(53,38,22)
#2D2014
(45,32,20)
#251A12
(37,26,18)
#1D1410
(29,20,16)
#150E0E
(21,14,14)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #5D4420

#5D4420
(93,68,32)
#6B5534
(107,85,52)
#796648
(121,102,72)
#87775C
(135,119,92)
#958870
(149,136,112)
#A39984
(163,153,132)
#B1AA98
(177,170,152)
#BFBBAC
(191,187,172)
#CDCCC0
(205,204,192)
#DBDDD4
(219,221,212)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D4420 color. Also use rgb(93,68,32) instead hex code.

Text Font Color

.myTextColor { color: #5D4420; }

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

This text font color is #5D4420.


Background Color

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

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

This div background color is #5D4420.


Border color

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

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

This div border color is #5D4420.


Opacity

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

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

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

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

This text has shadow with #5D4420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4420 on black background.


Color preview on white background

This text has color #5D4420 on white background.



Black color preview on #5D4420 background

This text has black color on #5D4420 background.


White color preview on #5D4420 background

This text has white color on #5D4420 background.