COLOR #5D3F70

HEX: #5D3F70
RGB: (93,63,112)

Color info

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

RGB color model

#5D3F70 color RGB value is (93,63,112).

  • red value is 93;
  • green value is 63;
  • blue value is 112.
RGB:
(93,63,112)
(36%,25%,44%)

RGB channels and saturation

R 93 of 255 = 36%
G 63 of 255 = 25%
B 112 of 255 = 44%

93
63
112

R + G + B ~ 35%. #5D3F70 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 63 + 112 = 268 (100%)
R 93 of 268 ~ 34.7%
G 63 of 268 ~ 23.51%
B 112 of 268 ~ 41.79%

%34.7
%23.51
%41.79

CMYK color model

#5D3F70 color CMYK value is (17,44,0,56).

  • cyan value is 16.96%
  • magenta value is 43.75%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(17,44,0,56)
C17M44Y0K56 
(17%,44%,0%,56%)
(0.17/0.44/0.00/0.56)	

CMYK percentages

%16.96
%43.75
%0
%56.08

Codes

Color #5D3F70 in popluar color models

5D3F70
RGB9363112
HSL277°28.00%34.31%
HSB/HSV277°43.75%43.92%
CMYK16.96%43.75%0.00%
56.08%

Color #5D3F70 in popluar number systems.

HEX5D3F70
Decimal9363112
Binary10111011111111110000
Octal13577160

Shades and tints

Shades of #5D3F70

#5D3F70
(93,63,112)
#553A66
(85,58,102)
#4D355C
(77,53,92)
#453052
(69,48,82)
#3D2B48
(61,43,72)
#35263E
(53,38,62)
#2D2134
(45,33,52)
#251C2A
(37,28,42)
#1D1720
(29,23,32)
#151216
(21,18,22)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #5D3F70

#5D3F70
(93,63,112)
#6B507D
(107,80,125)
#79618A
(121,97,138)
#877297
(135,114,151)
#9583A4
(149,131,164)
#A394B1
(163,148,177)
#B1A5BE
(177,165,190)
#BFB6CB
(191,182,203)
#CDC7D8
(205,199,216)
#DBD8E5
(219,216,229)
#E9E9F2
(233,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D3F70 color. Also use rgb(93,63,112) instead hex code.

Text Font Color

.myTextColor { color: #5D3F70; }

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

This text font color is #5D3F70.


Background Color

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

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

This div background color is #5D3F70.


Border color

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

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

This div border color is #5D3F70.


Opacity

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

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

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

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

This text has shadow with #5D3F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D3F70 on black background.


Color preview on white background

This text has color #5D3F70 on white background.



Black color preview on #5D3F70 background

This text has black color on #5D3F70 background.


White color preview on #5D3F70 background

This text has white color on #5D3F70 background.