COLOR #5D4665

HEX: #5D4665
RGB: (93,70,101)

Color info

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

RGB color model

#5D4665 color RGB value is (93,70,101).

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

RGB channels and saturation

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

93
70
101

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

Portions of RGB colors in percentages

R + G + B =
93 + 70 + 101 = 264 (100%)
R 93 of 264 ~ 35.23%
G 70 of 264 ~ 26.52%
B 101 of 264 ~ 38.26%

%35.23
%26.52
%38.26

CMYK color model

#5D4665 color CMYK value is (8,31,0,60).

  • cyan value is 7.92%
  • magenta value is 30.69%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(8,31,0,60)
C8M31Y0K60 
(8%,31%,0%,60%)
(0.08/0.31/0.00/0.60)	

CMYK percentages

%7.92
%30.69
%0
%60.39

Codes

Color #5D4665 in popluar color models

5D4665
RGB9370101
HSL285°18.13%33.53%
HSB/HSV285°30.69%39.61%
CMYK7.92%30.69%0.00%
60.39%

Color #5D4665 in popluar number systems.

HEX5D4665
Decimal9370101
Binary101110110001101100101
Octal135106145

Shades and tints

Shades of #5D4665

#5D4665
(93,70,101)
#55405C
(85,64,92)
#4D3A53
(77,58,83)
#45344A
(69,52,74)
#3D2E41
(61,46,65)
#352838
(53,40,56)
#2D222F
(45,34,47)
#251C26
(37,28,38)
#1D161D
(29,22,29)
#151014
(21,16,20)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #5D4665

#5D4665
(93,70,101)
#6B5673
(107,86,115)
#796681
(121,102,129)
#87768F
(135,118,143)
#95869D
(149,134,157)
#A396AB
(163,150,171)
#B1A6B9
(177,166,185)
#BFB6C7
(191,182,199)
#CDC6D5
(205,198,213)
#DBD6E3
(219,214,227)
#E9E6F1
(233,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D4665; }

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

This text font color is #5D4665.


Background Color

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

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

This div background color is #5D4665.


Border color

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

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

This div border color is #5D4665.


Opacity

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

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

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

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

This text has shadow with #5D4665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4665 on black background.


Color preview on white background

This text has color #5D4665 on white background.



Black color preview on #5D4665 background

This text has black color on #5D4665 background.


White color preview on #5D4665 background

This text has white color on #5D4665 background.