COLOR #5D4451

HEX: #5D4451
RGB: (93,68,81)

Color info

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

RGB color model

#5D4451 color RGB value is (93,68,81).

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

RGB channels and saturation

R 93 of 255 = 36%
G 68 of 255 = 27%
B 81 of 255 = 32%

93
68
81

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

Portions of RGB colors in percentages

R + G + B =
93 + 68 + 81 = 242 (100%)
R 93 of 242 ~ 38.43%
G 68 of 242 ~ 28.1%
B 81 of 242 ~ 33.47%

%38.43
%28.1
%33.47

CMYK color model

#5D4451 color CMYK value is (0,27,13,64).

  • cyan value is 0.00%
  • magenta value is 26.88%
  • yellow value is 12.90%
  • key color value is 63.53%
CMYK:
(0,27,13,64)
C0M27Y13K64 
(0%,27%,13%,64%)
(0.00/0.27/0.13/0.64)	

CMYK percentages

%0
%26.88
%12.9
%63.53

Codes

Color #5D4451 in popluar color models

5D4451
RGB936881
HSL329°15.53%31.57%
HSB/HSV329°26.88%36.47%
CMYK0.00%26.88%12.90%
63.53%

Color #5D4451 in popluar number systems.

HEX5D4451
Decimal936881
Binary101110110001001010001
Octal135104121

Shades and tints

Shades of #5D4451

#5D4451
(93,68,81)
#553E4A
(85,62,74)
#4D3843
(77,56,67)
#45323C
(69,50,60)
#3D2C35
(61,44,53)
#35262E
(53,38,46)
#2D2027
(45,32,39)
#251A20
(37,26,32)
#1D1419
(29,20,25)
#150E12
(21,14,18)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #5D4451

#5D4451
(93,68,81)
#6B5560
(107,85,96)
#79666F
(121,102,111)
#87777E
(135,119,126)
#95888D
(149,136,141)
#A3999C
(163,153,156)
#B1AAAB
(177,170,171)
#BFBBBA
(191,187,186)
#CDCCC9
(205,204,201)
#DBDDD8
(219,221,216)
#E9EEE7
(233,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D4451; }

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

This text font color is #5D4451.


Background Color

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

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

This div background color is #5D4451.


Border color

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

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

This div border color is #5D4451.


Opacity

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

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

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

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

This text has shadow with #5D4451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4451 on black background.


Color preview on white background

This text has color #5D4451 on white background.



Black color preview on #5D4451 background

This text has black color on #5D4451 background.


White color preview on #5D4451 background

This text has white color on #5D4451 background.