COLOR #5D385F

HEX: #5D385F
RGB: (93,56,95)

Color info

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

RGB color model

#5D385F color RGB value is (93,56,95).

  • red value is 93;
  • green value is 56;
  • blue value is 95.
RGB:
(93,56,95)
(36%,22%,37%)

RGB channels and saturation

R 93 of 255 = 36%
G 56 of 255 = 22%
B 95 of 255 = 37%

93
56
95

R + G + B ~ 32%. #5D385F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 56 + 95 = 244 (100%)
R 93 of 244 ~ 38.11%
G 56 of 244 ~ 22.95%
B 95 of 244 ~ 38.93%

%38.11
%22.95
%38.93

CMYK color model

#5D385F color CMYK value is (2,41,0,63).

  • cyan value is 2.11%
  • magenta value is 41.05%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(2,41,0,63)
C2M41Y0K63 
(2%,41%,0%,63%)
(0.02/0.41/0.00/0.63)	

CMYK percentages

%2.11
%41.05
%0
%62.75

Codes

Color #5D385F in popluar color models

5D385F
RGB935695
HSL297°25.83%29.61%
HSB/HSV297°41.05%37.25%
CMYK2.11%41.05%0.00%
62.75%

Color #5D385F in popluar number systems.

HEX5D385F
Decimal935695
Binary10111011110001011111
Octal13570137

Shades and tints

Shades of #5D385F

#5D385F
(93,56,95)
#553357
(85,51,87)
#4D2E4F
(77,46,79)
#452947
(69,41,71)
#3D243F
(61,36,63)
#351F37
(53,31,55)
#2D1A2F
(45,26,47)
#251527
(37,21,39)
#1D101F
(29,16,31)
#150B17
(21,11,23)
#0D060F
(13,6,15)
#000000
(0,0,0)

Tints of #5D385F

#5D385F
(93,56,95)
#6B4A6D
(107,74,109)
#795C7B
(121,92,123)
#876E89
(135,110,137)
#958097
(149,128,151)
#A392A5
(163,146,165)
#B1A4B3
(177,164,179)
#BFB6C1
(191,182,193)
#CDC8CF
(205,200,207)
#DBDADD
(219,218,221)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D385F color. Also use rgb(93,56,95) instead hex code.

Text Font Color

.myTextColor { color: #5D385F; }

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

This text font color is #5D385F.


Background Color

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

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

This div background color is #5D385F.


Border color

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

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

This div border color is #5D385F.


Opacity

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

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

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

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

This text has shadow with #5D385F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D385F on black background.


Color preview on white background

This text has color #5D385F on white background.



Black color preview on #5D385F background

This text has black color on #5D385F background.


White color preview on #5D385F background

This text has white color on #5D385F background.