COLOR #5D4465

HEX: #5D4465
RGB: (93,68,101)

Color info

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

RGB color model

#5D4465 color RGB value is (93,68,101).

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

RGB channels and saturation

R 93 of 255 = 36%
G 68 of 255 = 27%
B 101 of 255 = 40%

93
68
101

R + G + B ~ 34%. #5D4465 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 68 + 101 = 262 (100%)
R 93 of 262 ~ 35.5%
G 68 of 262 ~ 25.95%
B 101 of 262 ~ 38.55%

%35.5
%25.95
%38.55

CMYK color model

#5D4465 color CMYK value is (8,33,0,60).

  • cyan value is 7.92%
  • magenta value is 32.67%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(8,33,0,60)
C8M33Y0K60 
(8%,33%,0%,60%)
(0.08/0.33/0.00/0.60)	

CMYK percentages

%7.92
%32.67
%0
%60.39

Codes

Color #5D4465 in popluar color models

5D4465
RGB9368101
HSL285°19.53%33.14%
HSB/HSV285°32.67%39.61%
CMYK7.92%32.67%0.00%
60.39%

Color #5D4465 in popluar number systems.

HEX5D4465
Decimal9368101
Binary101110110001001100101
Octal135104145

Shades and tints

Shades of #5D4465

#5D4465
(93,68,101)
#553E5C
(85,62,92)
#4D3853
(77,56,83)
#45324A
(69,50,74)
#3D2C41
(61,44,65)
#352638
(53,38,56)
#2D202F
(45,32,47)
#251A26
(37,26,38)
#1D141D
(29,20,29)
#150E14
(21,14,20)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #5D4465

#5D4465
(93,68,101)
#6B5573
(107,85,115)
#796681
(121,102,129)
#87778F
(135,119,143)
#95889D
(149,136,157)
#A399AB
(163,153,171)
#B1AAB9
(177,170,185)
#BFBBC7
(191,187,199)
#CDCCD5
(205,204,213)
#DBDDE3
(219,221,227)
#E9EEF1
(233,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D4465; }

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

This text font color is #5D4465.


Background Color

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

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

This div background color is #5D4465.


Border color

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

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

This div border color is #5D4465.


Opacity

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

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

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

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

This text has shadow with #5D4465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4465 on black background.


Color preview on white background

This text has color #5D4465 on white background.



Black color preview on #5D4465 background

This text has black color on #5D4465 background.


White color preview on #5D4465 background

This text has white color on #5D4465 background.