COLOR #5D4655

HEX: #5D4655
RGB: (93,70,85)

Color info

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

RGB color model

#5D4655 color RGB value is (93,70,85).

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

RGB channels and saturation

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

93
70
85

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

Portions of RGB colors in percentages

R + G + B =
93 + 70 + 85 = 248 (100%)
R 93 of 248 ~ 37.5%
G 70 of 248 ~ 28.23%
B 85 of 248 ~ 34.27%

%37.5
%28.23
%34.27

CMYK color model

#5D4655 color CMYK value is (0,25,9,64).

  • cyan value is 0.00%
  • magenta value is 24.73%
  • yellow value is 8.60%
  • key color value is 63.53%
CMYK:
(0,25,9,64)
C0M25Y9K64 
(0%,25%,9%,64%)
(0.00/0.25/0.09/0.64)	

CMYK percentages

%0
%24.73
%8.6
%63.53

Codes

Color #5D4655 in popluar color models

5D4655
RGB937085
HSL321°14.11%31.96%
HSB/HSV321°24.73%36.47%
CMYK0.00%24.73%8.60%
63.53%

Color #5D4655 in popluar number systems.

HEX5D4655
Decimal937085
Binary101110110001101010101
Octal135106125

Shades and tints

Shades of #5D4655

#5D4655
(93,70,85)
#55404E
(85,64,78)
#4D3A47
(77,58,71)
#453440
(69,52,64)
#3D2E39
(61,46,57)
#352832
(53,40,50)
#2D222B
(45,34,43)
#251C24
(37,28,36)
#1D161D
(29,22,29)
#151016
(21,16,22)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #5D4655

#5D4655
(93,70,85)
#6B5664
(107,86,100)
#796673
(121,102,115)
#877682
(135,118,130)
#958691
(149,134,145)
#A396A0
(163,150,160)
#B1A6AF
(177,166,175)
#BFB6BE
(191,182,190)
#CDC6CD
(205,198,205)
#DBD6DC
(219,214,220)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D4655; }

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

This text font color is #5D4655.


Background Color

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

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

This div background color is #5D4655.


Border color

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

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

This div border color is #5D4655.


Opacity

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

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

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

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

This text has shadow with #5D4655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4655 on black background.


Color preview on white background

This text has color #5D4655 on white background.



Black color preview on #5D4655 background

This text has black color on #5D4655 background.


White color preview on #5D4655 background

This text has white color on #5D4655 background.