COLOR #5D4455

HEX: #5D4455
RGB: (93,68,85)

Color info

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

RGB color model

#5D4455 color RGB value is (93,68,85).

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

RGB channels and saturation

R 93 of 255 = 36%
G 68 of 255 = 27%
B 85 of 255 = 33%

93
68
85

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

Portions of RGB colors in percentages

R + G + B =
93 + 68 + 85 = 246 (100%)
R 93 of 246 ~ 37.8%
G 68 of 246 ~ 27.64%
B 85 of 246 ~ 34.55%

%37.8
%27.64
%34.55

CMYK color model

#5D4455 color CMYK value is (0,27,9,64).

  • cyan value is 0.00%
  • magenta value is 26.88%
  • yellow value is 8.60%
  • key color value is 63.53%
CMYK:
(0,27,9,64)
C0M27Y9K64 
(0%,27%,9%,64%)
(0.00/0.27/0.09/0.64)	

CMYK percentages

%0
%26.88
%8.6
%63.53

Codes

Color #5D4455 in popluar color models

5D4455
RGB936885
HSL319°15.53%31.57%
HSB/HSV319°26.88%36.47%
CMYK0.00%26.88%8.60%
63.53%

Color #5D4455 in popluar number systems.

HEX5D4455
Decimal936885
Binary101110110001001010101
Octal135104125

Shades and tints

Shades of #5D4455

#5D4455
(93,68,85)
#553E4E
(85,62,78)
#4D3847
(77,56,71)
#453240
(69,50,64)
#3D2C39
(61,44,57)
#352632
(53,38,50)
#2D202B
(45,32,43)
#251A24
(37,26,36)
#1D141D
(29,20,29)
#150E16
(21,14,22)
#0D080F
(13,8,15)
#000000
(0,0,0)

Tints of #5D4455

#5D4455
(93,68,85)
#6B5564
(107,85,100)
#796673
(121,102,115)
#877782
(135,119,130)
#958891
(149,136,145)
#A399A0
(163,153,160)
#B1AAAF
(177,170,175)
#BFBBBE
(191,187,190)
#CDCCCD
(205,204,205)
#DBDDDC
(219,221,220)
#E9EEEB
(233,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D4455; }

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

This text font color is #5D4455.


Background Color

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

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

This div background color is #5D4455.


Border color

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

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

This div border color is #5D4455.


Opacity

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

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

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

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

This text has shadow with #5D4455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4455 on black background.


Color preview on white background

This text has color #5D4455 on white background.



Black color preview on #5D4455 background

This text has black color on #5D4455 background.


White color preview on #5D4455 background

This text has white color on #5D4455 background.