COLOR #5D4C4F

HEX: #5D4C4F
RGB: (93,76,79)

Color info

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

RGB color model

#5D4C4F color RGB value is (93,76,79).

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

RGB channels and saturation

R 93 of 255 = 36%
G 76 of 255 = 30%
B 79 of 255 = 31%

93
76
79

R + G + B ~ 32%. #5D4C4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 76 + 79 = 248 (100%)
R 93 of 248 ~ 37.5%
G 76 of 248 ~ 30.65%
B 79 of 248 ~ 31.85%

%37.5
%30.65
%31.85

CMYK color model

#5D4C4F color CMYK value is (0,18,15,64).

  • cyan value is 0.00%
  • magenta value is 18.28%
  • yellow value is 15.05%
  • key color value is 63.53%
CMYK:
(0,18,15,64)
C0M18Y15K64 
(0%,18%,15%,64%)
(0.00/0.18/0.15/0.64)	

CMYK percentages

%0
%18.28
%15.05
%63.53

Codes

Color #5D4C4F in popluar color models

5D4C4F
RGB937679
HSL349°10.06%33.14%
HSB/HSV349°18.28%36.47%
CMYK0.00%18.28%15.05%
63.53%

Color #5D4C4F in popluar number systems.

HEX5D4C4F
Decimal937679
Binary101110110011001001111
Octal135114117

Shades and tints

Shades of #5D4C4F

#5D4C4F
(93,76,79)
#554648
(85,70,72)
#4D4041
(77,64,65)
#453A3A
(69,58,58)
#3D3433
(61,52,51)
#352E2C
(53,46,44)
#2D2825
(45,40,37)
#25221E
(37,34,30)
#1D1C17
(29,28,23)
#151610
(21,22,16)
#0D1009
(13,16,9)
#000000
(0,0,0)

Tints of #5D4C4F

#5D4C4F
(93,76,79)
#6B5C5F
(107,92,95)
#796C6F
(121,108,111)
#877C7F
(135,124,127)
#958C8F
(149,140,143)
#A39C9F
(163,156,159)
#B1ACAF
(177,172,175)
#BFBCBF
(191,188,191)
#CDCCCF
(205,204,207)
#DBDCDF
(219,220,223)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D4C4F; }

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

This text font color is #5D4C4F.


Background Color

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

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

This div background color is #5D4C4F.


Border color

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

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

This div border color is #5D4C4F.


Opacity

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

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

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

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

This text has shadow with #5D4C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4C4F on black background.


Color preview on white background

This text has color #5D4C4F on white background.



Black color preview on #5D4C4F background

This text has black color on #5D4C4F background.


White color preview on #5D4C4F background

This text has white color on #5D4C4F background.