COLOR #5D564D

HEX: #5D564D RGB: (93,86,77)

Color info

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

RGB color model

#5D564D color RGB value is (93,86,77).

RGB: (93,86,77) (36%, 34%, 30%)

RGB channels and saturation

R 93 of 255 = 36%
G 86 of 255 = 34%
B 77 of 255 = 30%

93
86
77

R + G + B ~ 33%. #5D564D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 86 + 77 = 256 (100%)
R 93 of 256 ~ 36.33%
G 86 of 256 ~ 33.59%
B 77 of 256 ~ 30.08'%

%36.33
%33.59
%30.08

CMYK color model

#5D564D color CMYK value is (0,8,17,64).

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

CMYK: (0,8,17,64)
C0M8Y17K64 (0%, 8%, 17%, 64%)
(0.00 / 0.08 / 0.17 / 0.64)

CMYK percentages

%0
%7.53
%17.2
%63.53

Codes

Color #5D564D in popluar color models

5D 56 4D
RGB 93 86 77
HSL 34° 9.41% 33.33%
HSB/HSV 34° 17.20% 36.47%
CMYK 0.00% 7.53% 17.20%
63.53%

Color #5D564D in popluar number systems.

HEX 5D 56 4D
Decimal 93 86 77
Binary 1011101 1010110 1001101
Octal 135 126 115

Shades and tints

Shades of #5D564D

#5D564D
(93,86,77)
#554F46
(85,79,70)
#4D483F
(77,72,63)
#454138
(69,65,56)
#3D3A31
(61,58,49)
#35332A
(53,51,42)
#2D2C23
(45,44,35)
#25251C
(37,37,28)
#1D1E15
(29,30,21)
#15170E
(21,23,14)
#0D1007
(13,16,7)
#000000
(0,0,0)

Tints of #5D564D

#5D564D
(93,86,77)
#6B655D
(107,101,93)
#79746D
(121,116,109)
#87837D
(135,131,125)
#95928D
(149,146,141)
#A3A19D
(163,161,157)
#B1B0AD
(177,176,173)
#BFBFBD
(191,191,189)
#CDCECD
(205,206,205)
#DBDDDD
(219,221,221)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D564D; }

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

This text font color is #5D564D.

Background Color

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

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

This div background color is #5D564D.

Border color

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

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

This div border color is #5D564D.

Opacity

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

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

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

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

This text has shadow with #5D564D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D564D.

Preview

Color preview on black background

This text has color #5D564D on black background.


Color preview on white background

This text has color #5D564D on white background.


Black color preview on #5D564D background

This text has black color on #5D564D background.


White color preview on #5D564D background

This text has white color on #5D564D background.


Related colors

Complementary color

Complementary color for #hex is #A2A9B2.


I love getcolorcode.com

Triadic colors

1 #4D5D56 and #564D5D with #5D564D are triadic colors.

2 #4D565D and #565D4D with #5D564D are triadic colors.