COLOR #5D4A57

HEX: #5D4A57
RGB: (93,74,87)

Color info

#5D4A57 contains red, green and blue colors in about the same proportion. Web safe color of #5D4A57 is #663366 (or #636).

RGB color model

#5D4A57 color RGB value is (93,74,87).

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

RGB channels and saturation

R 93 of 255 = 36%
G 74 of 255 = 29%
B 87 of 255 = 34%

93
74
87

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

Portions of RGB colors in percentages

R + G + B =
93 + 74 + 87 = 254 (100%)
R 93 of 254 ~ 36.61%
G 74 of 254 ~ 29.13%
B 87 of 254 ~ 34.25%

%36.61
%29.13
%34.25

CMYK color model

#5D4A57 color CMYK value is (0,20,6,64).

  • cyan value is 0.00%
  • magenta value is 20.43%
  • yellow value is 6.45%
  • key color value is 63.53%
CMYK:
(0,20,6,64)
C0M20Y6K64 
(0%,20%,6%,64%)
(0.00/0.20/0.06/0.64)	

CMYK percentages

%0
%20.43
%6.45
%63.53

Codes

Color #5D4A57 in popluar color models

5D4A57
RGB937487
HSL319°11.38%32.75%
HSB/HSV319°20.43%36.47%
CMYK0.00%20.43%6.45%
63.53%

Color #5D4A57 in popluar number systems.

HEX5D4A57
Decimal937487
Binary101110110010101010111
Octal135112127

Shades and tints

Shades of #5D4A57

#5D4A57
(93,74,87)
#554450
(85,68,80)
#4D3E49
(77,62,73)
#453842
(69,56,66)
#3D323B
(61,50,59)
#352C34
(53,44,52)
#2D262D
(45,38,45)
#252026
(37,32,38)
#1D1A1F
(29,26,31)
#151418
(21,20,24)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #5D4A57

#5D4A57
(93,74,87)
#6B5A66
(107,90,102)
#796A75
(121,106,117)
#877A84
(135,122,132)
#958A93
(149,138,147)
#A39AA2
(163,154,162)
#B1AAB1
(177,170,177)
#BFBAC0
(191,186,192)
#CDCACF
(205,202,207)
#DBDADE
(219,218,222)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D4A57; }

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

This text font color is #5D4A57.


Background Color

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

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

This div background color is #5D4A57.


Border color

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

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

This div border color is #5D4A57.


Opacity

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

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

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

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

This text has shadow with #5D4A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4A57 on black background.


Color preview on white background

This text has color #5D4A57 on white background.



Black color preview on #5D4A57 background

This text has black color on #5D4A57 background.


White color preview on #5D4A57 background

This text has white color on #5D4A57 background.