COLOR #5D5637

HEX: #5D5637 RGB: (93,86,55)

Color info

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

RGB color model

#5D5637 color RGB value is (93,86,55).

RGB: (93,86,55) (36%, 34%, 22%)

RGB channels and saturation

R 93 of 255 = 36%
G 86 of 255 = 34%
B 55 of 255 = 22%

93
86
55

R + G + B ~ 31%. #5D5637 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 86 + 55 = 234 (100%)
R 93 of 234 ~ 39.74%
G 86 of 234 ~ 36.75%
B 55 of 234 ~ 23.5'%

%39.74
%36.75
%23.5

CMYK color model

#5D5637 color CMYK value is (0,8,41,64).

  • cyan value is 0.00%
  • magenta value is 7.53%
  • yellow value is 40.86%
  • key color value is 63.53%

CMYK: (0,8,41,64)
C0M8Y41K64 (0%, 8%, 41%, 64%)
(0.00 / 0.08 / 0.41 / 0.64)

CMYK percentages

%0
%7.53
%40.86
%63.53

Codes

Color #5D5637 in popluar color models

5D 56 37
RGB 93 86 55
HSL 49° 25.68% 29.02%
HSB/HSV 49° 40.86% 36.47%
CMYK 0.00% 7.53% 40.86%
63.53%

Color #5D5637 in popluar number systems.

HEX 5D 56 37
Decimal 93 86 55
Binary 1011101 1010110 110111
Octal 135 126 67

Shades and tints

Shades of #5D5637

#5D5637
(93,86,55)
#554F32
(85,79,50)
#4D482D
(77,72,45)
#454128
(69,65,40)
#3D3A23
(61,58,35)
#35331E
(53,51,30)
#2D2C19
(45,44,25)
#252514
(37,37,20)
#1D1E0F
(29,30,15)
#15170A
(21,23,10)
#0D1005
(13,16,5)
#000000
(0,0,0)

Tints of #5D5637

#5D5637
(93,86,55)
#6B6549
(107,101,73)
#79745B
(121,116,91)
#87836D
(135,131,109)
#95927F
(149,146,127)
#A3A191
(163,161,145)
#B1B0A3
(177,176,163)
#BFBFB5
(191,191,181)
#CDCEC7
(205,206,199)
#DBDDD9
(219,221,217)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D5637 color. Also use rgb(93,86,55) instead hex code.

Text Font Color

.myTextColor { color: #5D5637; }

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

This text font color is #5D5637.

Background Color

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

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

This div background color is #5D5637.

Border color

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

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

This div border color is #5D5637.

Opacity

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

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

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

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

This text has shadow with #5D5637 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D5637.

Preview

Color preview on black background

This text has color #5D5637 on black background.


Color preview on white background

This text has color #5D5637 on white background.


Black color preview on #5D5637 background

This text has black color on #5D5637 background.


White color preview on #5D5637 background

This text has white color on #5D5637 background.


Related colors

Complementary color

Complementary color for #hex is #A2A9C8.


I love getcolorcode.com

Triadic colors

1 #375D56 and #56375D with #5D5637 are triadic colors.

2 #37565D and #565D37 with #5D5637 are triadic colors.