COLOR #5D4C51

HEX: #5D4C51
RGB: (93,76,81)

Color info

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

RGB color model

#5D4C51 color RGB value is (93,76,81).

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

RGB channels and saturation

R 93 of 255 = 36%
G 76 of 255 = 30%
B 81 of 255 = 32%

93
76
81

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

Portions of RGB colors in percentages

R + G + B =
93 + 76 + 81 = 250 (100%)
R 93 of 250 ~ 37.2%
G 76 of 250 ~ 30.4%
B 81 of 250 ~ 32.4%

%37.2
%30.4
%32.4

CMYK color model

#5D4C51 color CMYK value is (0,18,13,64).

  • cyan value is 0.00%
  • magenta value is 18.28%
  • yellow value is 12.90%
  • key color value is 63.53%
CMYK:
(0,18,13,64)
C0M18Y13K64 
(0%,18%,13%,64%)
(0.00/0.18/0.13/0.64)	

CMYK percentages

%0
%18.28
%12.9
%63.53

Codes

Color #5D4C51 in popluar color models

5D4C51
RGB937681
HSL342°10.06%33.14%
HSB/HSV342°18.28%36.47%
CMYK0.00%18.28%12.90%
63.53%

Color #5D4C51 in popluar number systems.

HEX5D4C51
Decimal937681
Binary101110110011001010001
Octal135114121

Shades and tints

Shades of #5D4C51

#5D4C51
(93,76,81)
#55464A
(85,70,74)
#4D4043
(77,64,67)
#453A3C
(69,58,60)
#3D3435
(61,52,53)
#352E2E
(53,46,46)
#2D2827
(45,40,39)
#252220
(37,34,32)
#1D1C19
(29,28,25)
#151612
(21,22,18)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #5D4C51

#5D4C51
(93,76,81)
#6B5C60
(107,92,96)
#796C6F
(121,108,111)
#877C7E
(135,124,126)
#958C8D
(149,140,141)
#A39C9C
(163,156,156)
#B1ACAB
(177,172,171)
#BFBCBA
(191,188,186)
#CDCCC9
(205,204,201)
#DBDCD8
(219,220,216)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D4C51; }

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

This text font color is #5D4C51.


Background Color

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

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

This div background color is #5D4C51.


Border color

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

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

This div border color is #5D4C51.


Opacity

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

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

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

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

This text has shadow with #5D4C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4C51 on black background.


Color preview on white background

This text has color #5D4C51 on white background.



Black color preview on #5D4C51 background

This text has black color on #5D4C51 background.


White color preview on #5D4C51 background

This text has white color on #5D4C51 background.