COLOR #5D4975

HEX: #5D4975 RGB: (93,73,117)

Color info

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

RGB color model

#5D4975 color RGB value is (93,73,117).

RGB: (93,73,117) (36%, 29%, 46%)

RGB channels and saturation

R 93 of 255 = 36%
G 73 of 255 = 29%
B 117 of 255 = 46%

93
73
117

R + G + B ~ 37%. #5D4975 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 73 + 117 = 283 (100%)
R 93 of 283 ~ 32.86%
G 73 of 283 ~ 25.8%
B 117 of 283 ~ 41.34'%

%32.86
%25.8
%41.34

CMYK color model

#5D4975 color CMYK value is (21,38,0,54).

  • cyan value is 20.51%
  • magenta value is 37.61%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (21,38,0,54)
C21M38Y0K54 (21%, 38%, 0%, 54%)
(0.21 / 0.38 / 0.00 / 0.54)

CMYK percentages

%20.51
%37.61
%0
%54.12

Codes

Color #5D4975 in popluar color models

5D 49 75
RGB 93 73 117
HSL 267° 23.16% 37.25%
HSB/HSV 267° 37.61% 45.88%
CMYK 20.51% 37.61% 0.00%
54.12%

Color #5D4975 in popluar number systems.

HEX 5D 49 75
Decimal 93 73 117
Binary 1011101 1001001 1110101
Octal 135 111 165

Shades and tints

Shades of #5D4975

#5D4975
(93,73,117)
#55436B
(85,67,107)
#4D3D61
(77,61,97)
#453757
(69,55,87)
#3D314D
(61,49,77)
#352B43
(53,43,67)
#2D2539
(45,37,57)
#251F2F
(37,31,47)
#1D1925
(29,25,37)
#15131B
(21,19,27)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #5D4975

#5D4975
(93,73,117)
#6B5981
(107,89,129)
#79698D
(121,105,141)
#877999
(135,121,153)
#9589A5
(149,137,165)
#A399B1
(163,153,177)
#B1A9BD
(177,169,189)
#BFB9C9
(191,185,201)
#CDC9D5
(205,201,213)
#DBD9E1
(219,217,225)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D4975 color. Also use rgb(93,73,117) instead hex code.

Text Font Color

.myTextColor { color: #5D4975; }

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

This text font color is #5D4975.

Background Color

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

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

This div background color is #5D4975.

Border color

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

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

This div border color is #5D4975.

Opacity

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

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

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

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

This text has shadow with #5D4975 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D4975.

Preview

Color preview on black background

This text has color #5D4975 on black background.


Color preview on white background

This text has color #5D4975 on white background.


Black color preview on #5D4975 background

This text has black color on #5D4975 background.


White color preview on #5D4975 background

This text has white color on #5D4975 background.


Related colors

Complementary color

Complementary color for #hex is #A2B68A.


I love getcolorcode.com

Triadic colors

1 #755D49 and #49755D with #5D4975 are triadic colors.

2 #75495D and #495D75 with #5D4975 are triadic colors.