COLOR #5D4A51

HEX: #5D4A51
RGB: (93,74,81)

Color info

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

RGB color model

#5D4A51 color RGB value is (93,74,81).

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

RGB channels and saturation

R 93 of 255 = 36%
G 74 of 255 = 29%
B 81 of 255 = 32%

93
74
81

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

Portions of RGB colors in percentages

R + G + B =
93 + 74 + 81 = 248 (100%)
R 93 of 248 ~ 37.5%
G 74 of 248 ~ 29.84%
B 81 of 248 ~ 32.66%

%37.5
%29.84
%32.66

CMYK color model

#5D4A51 color CMYK value is (0,20,13,64).

  • cyan value is 0.00%
  • magenta value is 20.43%
  • yellow value is 12.90%
  • key color value is 63.53%
CMYK:
(0,20,13,64)
C0M20Y13K64 
(0%,20%,13%,64%)
(0.00/0.20/0.13/0.64)	

CMYK percentages

%0
%20.43
%12.9
%63.53

Codes

Color #5D4A51 in popluar color models

5D4A51
RGB937481
HSL338°11.38%32.75%
HSB/HSV338°20.43%36.47%
CMYK0.00%20.43%12.90%
63.53%

Color #5D4A51 in popluar number systems.

HEX5D4A51
Decimal937481
Binary101110110010101010001
Octal135112121

Shades and tints

Shades of #5D4A51

#5D4A51
(93,74,81)
#55444A
(85,68,74)
#4D3E43
(77,62,67)
#45383C
(69,56,60)
#3D3235
(61,50,53)
#352C2E
(53,44,46)
#2D2627
(45,38,39)
#252020
(37,32,32)
#1D1A19
(29,26,25)
#151412
(21,20,18)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #5D4A51

#5D4A51
(93,74,81)
#6B5A60
(107,90,96)
#796A6F
(121,106,111)
#877A7E
(135,122,126)
#958A8D
(149,138,141)
#A39A9C
(163,154,156)
#B1AAAB
(177,170,171)
#BFBABA
(191,186,186)
#CDCAC9
(205,202,201)
#DBDAD8
(219,218,216)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D4A51; }

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

This text font color is #5D4A51.


Background Color

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

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

This div background color is #5D4A51.


Border color

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

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

This div border color is #5D4A51.


Opacity

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

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

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

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

This text has shadow with #5D4A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4A51 on black background.


Color preview on white background

This text has color #5D4A51 on white background.



Black color preview on #5D4A51 background

This text has black color on #5D4A51 background.


White color preview on #5D4A51 background

This text has white color on #5D4A51 background.