COLOR #5D4666

HEX: #5D4666
RGB: (93,70,102)

Color info

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

RGB color model

#5D4666 color RGB value is (93,70,102).

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

RGB channels and saturation

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

93
70
102

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

Portions of RGB colors in percentages

R + G + B =
93 + 70 + 102 = 265 (100%)
R 93 of 265 ~ 35.09%
G 70 of 265 ~ 26.42%
B 102 of 265 ~ 38.49%

%35.09
%26.42
%38.49

CMYK color model

#5D4666 color CMYK value is (9,31,0,60).

  • cyan value is 8.82%
  • magenta value is 31.37%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(9,31,0,60)
C9M31Y0K60 
(9%,31%,0%,60%)
(0.09/0.31/0.00/0.60)	

CMYK percentages

%8.82
%31.37
%0
%60

Codes

Color #5D4666 in popluar color models

5D4666
RGB9370102
HSL283°18.60%33.73%
HSB/HSV283°31.37%40.00%
CMYK8.82%31.37%0.00%
60.00%

Color #5D4666 in popluar number systems.

HEX5D4666
Decimal9370102
Binary101110110001101100110
Octal135106146

Shades and tints

Shades of #5D4666

#5D4666
(93,70,102)
#55405D
(85,64,93)
#4D3A54
(77,58,84)
#45344B
(69,52,75)
#3D2E42
(61,46,66)
#352839
(53,40,57)
#2D2230
(45,34,48)
#251C27
(37,28,39)
#1D161E
(29,22,30)
#151015
(21,16,21)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #5D4666

#5D4666
(93,70,102)
#6B5673
(107,86,115)
#796680
(121,102,128)
#87768D
(135,118,141)
#95869A
(149,134,154)
#A396A7
(163,150,167)
#B1A6B4
(177,166,180)
#BFB6C1
(191,182,193)
#CDC6CE
(205,198,206)
#DBD6DB
(219,214,219)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D4666; }

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

This text font color is #5D4666.


Background Color

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

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

This div background color is #5D4666.


Border color

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

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

This div border color is #5D4666.


Opacity

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

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

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

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

This text has shadow with #5D4666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4666 on black background.


Color preview on white background

This text has color #5D4666 on white background.



Black color preview on #5D4666 background

This text has black color on #5D4666 background.


White color preview on #5D4666 background

This text has white color on #5D4666 background.