COLOR #5D4680

HEX: #5D4680
RGB: (93,70,128)

Color info

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

RGB color model

#5D4680 color RGB value is (93,70,128).

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

RGB channels and saturation

R 93 of 255 = 36%
G 70 of 255 = 27%
B 128 of 255 = 50%

93
70
128

R + G + B ~ 38%. #5D4680 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 70 + 128 = 291 (100%)
R 93 of 291 ~ 31.96%
G 70 of 291 ~ 24.05%
B 128 of 291 ~ 43.99%

%31.96
%24.05
%43.99

CMYK color model

#5D4680 color CMYK value is (27,45,0,50).

  • cyan value is 27.34%
  • magenta value is 45.31%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(27,45,0,50)
C27M45Y0K50 
(27%,45%,0%,50%)
(0.27/0.45/0.00/0.50)	

CMYK percentages

%27.34
%45.31
%0
%49.8

Codes

Color #5D4680 in popluar color models

5D4680
RGB9370128
HSL264°29.29%38.82%
HSB/HSV264°45.31%50.20%
CMYK27.34%45.31%0.00%
49.80%

Color #5D4680 in popluar number systems.

HEX5D4680
Decimal9370128
Binary1011101100011010000000
Octal135106200

Shades and tints

Shades of #5D4680

#5D4680
(93,70,128)
#554075
(85,64,117)
#4D3A6A
(77,58,106)
#45345F
(69,52,95)
#3D2E54
(61,46,84)
#352849
(53,40,73)
#2D223E
(45,34,62)
#251C33
(37,28,51)
#1D1628
(29,22,40)
#15101D
(21,16,29)
#0D0A12
(13,10,18)
#000000
(0,0,0)

Tints of #5D4680

#5D4680
(93,70,128)
#6B568B
(107,86,139)
#796696
(121,102,150)
#8776A1
(135,118,161)
#9586AC
(149,134,172)
#A396B7
(163,150,183)
#B1A6C2
(177,166,194)
#BFB6CD
(191,182,205)
#CDC6D8
(205,198,216)
#DBD6E3
(219,214,227)
#E9E6EE
(233,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D4680; }

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

This text font color is #5D4680.


Background Color

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

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

This div background color is #5D4680.


Border color

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

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

This div border color is #5D4680.


Opacity

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

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

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

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

This text has shadow with #5D4680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4680 on black background.


Color preview on white background

This text has color #5D4680 on white background.



Black color preview on #5D4680 background

This text has black color on #5D4680 background.


White color preview on #5D4680 background

This text has white color on #5D4680 background.