COLOR #5D4663

HEX: #5D4663 RGB: (93,70,99)

Color info

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

RGB color model

#5D4663 color RGB value is (93,70,99).

RGB: (93,70,99) (36%, 27%, 39%)

RGB channels and saturation

R 93 of 255 = 36%
G 70 of 255 = 27%
B 99 of 255 = 39%

93
70
99

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

Portions of RGB colors in percentages

R + G + B = 93 + 70 + 99 = 262 (100%)
R 93 of 262 ~ 35.5%
G 70 of 262 ~ 26.72%
B 99 of 262 ~ 37.79'%

%35.5
%26.72
%37.79

CMYK color model

#5D4663 color CMYK value is (6,29,0,61).

  • cyan value is 6.06%
  • magenta value is 29.29%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (6,29,0,61)
C6M29Y0K61 (6%, 29%, 0%, 61%)
(0.06 / 0.29 / 0.00 / 0.61)

CMYK percentages

%6.06
%29.29
%0
%61.18

Codes

Color #5D4663 in popluar color models

5D 46 63
RGB 93 70 99
HSL 288° 17.16% 33.14%
HSB/HSV 288° 29.29% 38.82%
CMYK 6.06% 29.29% 0.00%
61.18%

Color #5D4663 in popluar number systems.

HEX 5D 46 63
Decimal 93 70 99
Binary 1011101 1000110 1100011
Octal 135 106 143

Shades and tints

Shades of #5D4663

#5D4663
(93,70,99)
#55405A
(85,64,90)
#4D3A51
(77,58,81)
#453448
(69,52,72)
#3D2E3F
(61,46,63)
#352836
(53,40,54)
#2D222D
(45,34,45)
#251C24
(37,28,36)
#1D161B
(29,22,27)
#151012
(21,16,18)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #5D4663

#5D4663
(93,70,99)
#6B5671
(107,86,113)
#79667F
(121,102,127)
#87768D
(135,118,141)
#95869B
(149,134,155)
#A396A9
(163,150,169)
#B1A6B7
(177,166,183)
#BFB6C5
(191,182,197)
#CDC6D3
(205,198,211)
#DBD6E1
(219,214,225)
#E9E6EF
(233,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D4663; }

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

This text font color is #5D4663.

Background Color

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

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

This div background color is #5D4663.

Border color

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

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

This div border color is #5D4663.

Opacity

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

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

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

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

This text has shadow with #5D4663 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D4663.

Preview

Color preview on black background

This text has color #5D4663 on black background.


Color preview on white background

This text has color #5D4663 on white background.


Black color preview on #5D4663 background

This text has black color on #5D4663 background.


White color preview on #5D4663 background

This text has white color on #5D4663 background.


Related colors

Complementary color

Complementary color for #hex is #A2B99C.


I love getcolorcode.com

Triadic colors

1 #635D46 and #46635D with #5D4663 are triadic colors.

2 #63465D and #465D63 with #5D4663 are triadic colors.