COLOR #5D5724

HEX: #5D5724
RGB: (93,87,36)

Color info

#5D5724 contains red, green and blue colors in about the same proportion. Web safe color of #5D5724 is #666633 (or #663).

RGB color model

#5D5724 color RGB value is (93,87,36).

  • red value is 93;
  • green value is 87;
  • blue value is 36.
RGB:
(93,87,36)
(36%,34%,14%)

RGB channels and saturation

R 93 of 255 = 36%
G 87 of 255 = 34%
B 36 of 255 = 14%

93
87
36

R + G + B ~ 28%. #5D5724 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 87 + 36 = 216 (100%)
R 93 of 216 ~ 43.06%
G 87 of 216 ~ 40.28%
B 36 of 216 ~ 16.67%

%43.06
%40.28
%16.67

CMYK color model

#5D5724 color CMYK value is (0,6,61,64).

  • cyan value is 0.00%
  • magenta value is 6.45%
  • yellow value is 61.29%
  • key color value is 63.53%
CMYK:
(0,6,61,64)
C0M6Y61K64 
(0%,6%,61%,64%)
(0.00/0.06/0.61/0.64)	

CMYK percentages

%0
%6.45
%61.29
%63.53

Codes

Color #5D5724 in popluar color models

5D5724
RGB938736
HSL54°44.19%25.29%
HSB/HSV54°61.29%36.47%
CMYK0.00%6.45%61.29%
63.53%

Color #5D5724 in popluar number systems.

HEX5D5724
Decimal938736
Binary10111011010111100100
Octal13512744

Shades and tints

Shades of #5D5724

#5D5724
(93,87,36)
#555021
(85,80,33)
#4D491E
(77,73,30)
#45421B
(69,66,27)
#3D3B18
(61,59,24)
#353415
(53,52,21)
#2D2D12
(45,45,18)
#25260F
(37,38,15)
#1D1F0C
(29,31,12)
#151809
(21,24,9)
#0D1106
(13,17,6)
#000000
(0,0,0)

Tints of #5D5724

#5D5724
(93,87,36)
#6B6637
(107,102,55)
#79754A
(121,117,74)
#87845D
(135,132,93)
#959370
(149,147,112)
#A3A283
(163,162,131)
#B1B196
(177,177,150)
#BFC0A9
(191,192,169)
#CDCFBC
(205,207,188)
#DBDECF
(219,222,207)
#E9EDE2
(233,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D5724 color. Also use rgb(93,87,36) instead hex code.

Text Font Color

.myTextColor { color: #5D5724; }

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

This text font color is #5D5724.


Background Color

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

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

This div background color is #5D5724.


Border color

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

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

This div border color is #5D5724.


Opacity

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

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

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

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

This text has shadow with #5D5724 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5724 on black background.


Color preview on white background

This text has color #5D5724 on white background.



Black color preview on #5D5724 background

This text has black color on #5D5724 background.


White color preview on #5D5724 background

This text has white color on #5D5724 background.