COLOR #5D3D72

HEX: #5D3D72
RGB: (93,61,114)

Color info

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

RGB color model

#5D3D72 color RGB value is (93,61,114).

  • red value is 93;
  • green value is 61;
  • blue value is 114.
RGB:
(93,61,114)
(36%,24%,45%)

RGB channels and saturation

R 93 of 255 = 36%
G 61 of 255 = 24%
B 114 of 255 = 45%

93
61
114

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

Portions of RGB colors in percentages

R + G + B =
93 + 61 + 114 = 268 (100%)
R 93 of 268 ~ 34.7%
G 61 of 268 ~ 22.76%
B 114 of 268 ~ 42.54%

%34.7
%22.76
%42.54

CMYK color model

#5D3D72 color CMYK value is (18,46,0,55).

  • cyan value is 18.42%
  • magenta value is 46.49%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(18,46,0,55)
C18M46Y0K55 
(18%,46%,0%,55%)
(0.18/0.46/0.00/0.55)	

CMYK percentages

%18.42
%46.49
%0
%55.29

Codes

Color #5D3D72 in popluar color models

5D3D72
RGB9361114
HSL276°30.29%34.31%
HSB/HSV276°46.49%44.71%
CMYK18.42%46.49%0.00%
55.29%

Color #5D3D72 in popluar number systems.

HEX5D3D72
Decimal9361114
Binary10111011111011110010
Octal13575162

Shades and tints

Shades of #5D3D72

#5D3D72
(93,61,114)
#553868
(85,56,104)
#4D335E
(77,51,94)
#452E54
(69,46,84)
#3D294A
(61,41,74)
#352440
(53,36,64)
#2D1F36
(45,31,54)
#251A2C
(37,26,44)
#1D1522
(29,21,34)
#151018
(21,16,24)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #5D3D72

#5D3D72
(93,61,114)
#6B4E7E
(107,78,126)
#795F8A
(121,95,138)
#877096
(135,112,150)
#9581A2
(149,129,162)
#A392AE
(163,146,174)
#B1A3BA
(177,163,186)
#BFB4C6
(191,180,198)
#CDC5D2
(205,197,210)
#DBD6DE
(219,214,222)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D3D72 color. Also use rgb(93,61,114) instead hex code.

Text Font Color

.myTextColor { color: #5D3D72; }

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

This text font color is #5D3D72.


Background Color

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

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

This div background color is #5D3D72.


Border color

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

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

This div border color is #5D3D72.


Opacity

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

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

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

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

This text has shadow with #5D3D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D3D72 on black background.


Color preview on white background

This text has color #5D3D72 on white background.



Black color preview on #5D3D72 background

This text has black color on #5D3D72 background.


White color preview on #5D3D72 background

This text has white color on #5D3D72 background.