COLOR #5D3150

HEX: #5D3150 RGB: (93,49,80)

Color info

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

RGB color model

#5D3150 color RGB value is (93,49,80).

RGB: (93,49,80) (36%, 19%, 31%)

RGB channels and saturation

R 93 of 255 = 36%
G 49 of 255 = 19%
B 80 of 255 = 31%

93
49
80

R + G + B ~ 29%. #5D3150 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 49 + 80 = 222 (100%)
R 93 of 222 ~ 41.89%
G 49 of 222 ~ 22.07%
B 80 of 222 ~ 36.04'%

%41.89
%22.07
%36.04

CMYK color model

#5D3150 color CMYK value is (0,47,14,64).

  • cyan value is 0.00%
  • magenta value is 47.31%
  • yellow value is 13.98%
  • key color value is 63.53%

CMYK: (0,47,14,64)
C0M47Y14K64 (0%, 47%, 14%, 64%)
(0.00 / 0.47 / 0.14 / 0.64)

CMYK percentages

%0
%47.31
%13.98
%63.53

Codes

Color #5D3150 in popluar color models

5D 31 50
RGB 93 49 80
HSL 318° 30.99% 27.84%
HSB/HSV 318° 47.31% 36.47%
CMYK 0.00% 47.31% 13.98%
63.53%

Color #5D3150 in popluar number systems.

HEX 5D 31 50
Decimal 93 49 80
Binary 1011101 110001 1010000
Octal 135 61 120

Shades and tints

Shades of #5D3150

#5D3150
(93,49,80)
#552D49
(85,45,73)
#4D2942
(77,41,66)
#45253B
(69,37,59)
#3D2134
(61,33,52)
#351D2D
(53,29,45)
#2D1926
(45,25,38)
#25151F
(37,21,31)
#1D1118
(29,17,24)
#150D11
(21,13,17)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #5D3150

#5D3150
(93,49,80)
#6B435F
(107,67,95)
#79556E
(121,85,110)
#87677D
(135,103,125)
#95798C
(149,121,140)
#A38B9B
(163,139,155)
#B19DAA
(177,157,170)
#BFAFB9
(191,175,185)
#CDC1C8
(205,193,200)
#DBD3D7
(219,211,215)
#E9E5E6
(233,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D3150 color. Also use rgb(93,49,80) instead hex code.

Text Font Color

.myTextColor { color: #5D3150; }

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

This text font color is #5D3150.

Background Color

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

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

This div background color is #5D3150.

Border color

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

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

This div border color is #5D3150.

Opacity

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

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

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

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

This text has shadow with #5D3150 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D3150.

Preview

Color preview on black background

This text has color #5D3150 on black background.


Color preview on white background

This text has color #5D3150 on white background.


Black color preview on #5D3150 background

This text has black color on #5D3150 background.


White color preview on #5D3150 background

This text has white color on #5D3150 background.


Related colors

Complementary color

Complementary color for #hex is #A2CEAF.


I love getcolorcode.com

Triadic colors

1 #505D31 and #31505D with #5D3150 are triadic colors.

2 #50315D and #315D50 with #5D3150 are triadic colors.