COLOR #5D5539

HEX: #5D5539 RGB: (93,85,57)

Color info

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

RGB color model

#5D5539 color RGB value is (93,85,57).

RGB: (93,85,57) (36%, 33%, 22%)

RGB channels and saturation

R 93 of 255 = 36%
G 85 of 255 = 33%
B 57 of 255 = 22%

93
85
57

R + G + B ~ 30%. #5D5539 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 85 + 57 = 235 (100%)
R 93 of 235 ~ 39.57%
G 85 of 235 ~ 36.17%
B 57 of 235 ~ 24.26'%

%39.57
%36.17
%24.26

CMYK color model

#5D5539 color CMYK value is (0,9,39,64).

  • cyan value is 0.00%
  • magenta value is 8.60%
  • yellow value is 38.71%
  • key color value is 63.53%

CMYK: (0,9,39,64)
C0M9Y39K64 (0%, 9%, 39%, 64%)
(0.00 / 0.09 / 0.39 / 0.64)

CMYK percentages

%0
%8.6
%38.71
%63.53

Codes

Color #5D5539 in popluar color models

5D 55 39
RGB 93 85 57
HSL 47° 24.00% 29.41%
HSB/HSV 47° 38.71% 36.47%
CMYK 0.00% 8.60% 38.71%
63.53%

Color #5D5539 in popluar number systems.

HEX 5D 55 39
Decimal 93 85 57
Binary 1011101 1010101 111001
Octal 135 125 71

Shades and tints

Shades of #5D5539

#5D5539
(93,85,57)
#554E34
(85,78,52)
#4D472F
(77,71,47)
#45402A
(69,64,42)
#3D3925
(61,57,37)
#353220
(53,50,32)
#2D2B1B
(45,43,27)
#252416
(37,36,22)
#1D1D11
(29,29,17)
#15160C
(21,22,12)
#0D0F07
(13,15,7)
#000000
(0,0,0)

Tints of #5D5539

#5D5539
(93,85,57)
#6B644B
(107,100,75)
#79735D
(121,115,93)
#87826F
(135,130,111)
#959181
(149,145,129)
#A3A093
(163,160,147)
#B1AFA5
(177,175,165)
#BFBEB7
(191,190,183)
#CDCDC9
(205,205,201)
#DBDCDB
(219,220,219)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5539; }

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

This text font color is #5D5539.

Background Color

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

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

This div background color is #5D5539.

Border color

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

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

This div border color is #5D5539.

Opacity

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

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

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

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

This text has shadow with #5D5539 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D5539.

Preview

Color preview on black background

This text has color #5D5539 on black background.


Color preview on white background

This text has color #5D5539 on white background.


Black color preview on #5D5539 background

This text has black color on #5D5539 background.


White color preview on #5D5539 background

This text has white color on #5D5539 background.


Related colors

Complementary color

Complementary color for #hex is #A2AAC6.


I love getcolorcode.com

Triadic colors

1 #395D55 and #55395D with #5D5539 are triadic colors.

2 #39555D and #555D39 with #5D5539 are triadic colors.