COLOR #5D3F6D

HEX: #5D3F6D
RGB: (93,63,109)

Color info

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

RGB color model

#5D3F6D color RGB value is (93,63,109).

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

RGB channels and saturation

R 93 of 255 = 36%
G 63 of 255 = 25%
B 109 of 255 = 43%

93
63
109

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

Portions of RGB colors in percentages

R + G + B =
93 + 63 + 109 = 265 (100%)
R 93 of 265 ~ 35.09%
G 63 of 265 ~ 23.77%
B 109 of 265 ~ 41.13%

%35.09
%23.77
%41.13

CMYK color model

#5D3F6D color CMYK value is (15,42,0,57).

  • cyan value is 14.68%
  • magenta value is 42.20%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK: (15,42,0,57) C15M42Y0K57 (15%,42%,0%,57%) (0.15/0.42/0.00/0.57)

CMYK percentages

%14.68
%42.2
%0
%57.25

Codes

Color #5D3F6D in popluar color models

5D3F6D
RGB9363109
HSL279°26.74%33.73%
HSB/HSV279°42.20%42.75%
CMYK14.68%42.20%0.00%
57.25%

Color #5D3F6D in popluar number systems.

HEX5D3F6D
Decimal9363109
Binary10111011111111101101
Octal13577155

Shades and tints

Shades of #5D3F6D

#5D3F6D
(93,63,109)
#553A64
(85,58,100)
#4D355B
(77,53,91)
#453052
(69,48,82)
#3D2B49
(61,43,73)
#352640
(53,38,64)
#2D2137
(45,33,55)
#251C2E
(37,28,46)
#1D1725
(29,23,37)
#15121C
(21,18,28)
#0D0D13
(13,13,19)
#000000
(0,0,0)

Tints of #5D3F6D

#5D3F6D
(93,63,109)
#6B507A
(107,80,122)
#796187
(121,97,135)
#877294
(135,114,148)
#9583A1
(149,131,161)
#A394AE
(163,148,174)
#B1A5BB
(177,165,187)
#BFB6C8
(191,182,200)
#CDC7D5
(205,199,213)
#DBD8E2
(219,216,226)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D3F6D; }

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

This text font color is #5D3F6D.


Background Color

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

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

This div background color is #5D3F6D.


Border color

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

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

This div border color is #5D3F6D.


Opacity

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

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

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

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

This text has shadow with #5D3F6D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5D3F6D on black background.


Color preview on white background

This text has color #5D3F6D on white background.



Black color preview on #5D3F6D background

This text has black color on #5D3F6D background.


White color preview on #5D3F6D background

This text has white color on #5D3F6D background.