COLOR #5D4C47

HEX: #5D4C47
RGB: (93,76,71)

Color info

#5D4C47 contains red, green and blue colors in about the same proportion. Web safe color of #5D4C47 is #663333 (or #633).

RGB color model

#5D4C47 color RGB value is (93,76,71).

  • red value is 93;
  • green value is 76;
  • blue value is 71.
RGB:
(93,76,71)
(36%,30%,28%)

RGB channels and saturation

R 93 of 255 = 36%
G 76 of 255 = 30%
B 71 of 255 = 28%

93
76
71

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

Portions of RGB colors in percentages

R + G + B =
93 + 76 + 71 = 240 (100%)
R 93 of 240 ~ 38.75%
G 76 of 240 ~ 31.67%
B 71 of 240 ~ 29.58%

%38.75
%31.67
%29.58

CMYK color model

#5D4C47 color CMYK value is (0,18,24,64).

  • cyan value is 0.00%
  • magenta value is 18.28%
  • yellow value is 23.66%
  • key color value is 63.53%
CMYK:
(0,18,24,64)
C0M18Y24K64 
(0%,18%,24%,64%)
(0.00/0.18/0.24/0.64)	

CMYK percentages

%0
%18.28
%23.66
%63.53

Codes

Color #5D4C47 in popluar color models

5D4C47
RGB937671
HSL14°13.41%32.16%
HSB/HSV14°23.66%36.47%
CMYK0.00%18.28%23.66%
63.53%

Color #5D4C47 in popluar number systems.

HEX5D4C47
Decimal937671
Binary101110110011001000111
Octal135114107

Shades and tints

Shades of #5D4C47

#5D4C47
(93,76,71)
#554641
(85,70,65)
#4D403B
(77,64,59)
#453A35
(69,58,53)
#3D342F
(61,52,47)
#352E29
(53,46,41)
#2D2823
(45,40,35)
#25221D
(37,34,29)
#1D1C17
(29,28,23)
#151611
(21,22,17)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #5D4C47

#5D4C47
(93,76,71)
#6B5C57
(107,92,87)
#796C67
(121,108,103)
#877C77
(135,124,119)
#958C87
(149,140,135)
#A39C97
(163,156,151)
#B1ACA7
(177,172,167)
#BFBCB7
(191,188,183)
#CDCCC7
(205,204,199)
#DBDCD7
(219,220,215)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D4C47 color. Also use rgb(93,76,71) instead hex code.

Text Font Color

.myTextColor { color: #5D4C47; }

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

This text font color is #5D4C47.


Background Color

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

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

This div background color is #5D4C47.


Border color

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

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

This div border color is #5D4C47.


Opacity

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

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

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

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

This text has shadow with #5D4C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4C47 on black background.


Color preview on white background

This text has color #5D4C47 on white background.



Black color preview on #5D4C47 background

This text has black color on #5D4C47 background.


White color preview on #5D4C47 background

This text has white color on #5D4C47 background.