COLOR #5D2073

HEX: #5D2073
RGB: (93,32,115)

Color info

#5D2073 contains mainly red and blue colors. Web safe color of #5D2073 is #663366 (or #636).

RGB color model

#5D2073 color RGB value is (93,32,115).

  • red value is 93;
  • green value is 32;
  • blue value is 115.
RGB:
(93,32,115)
(36%,13%,45%)

RGB channels and saturation

R 93 of 255 = 36%
G 32 of 255 = 13%
B 115 of 255 = 45%

93
32
115

R + G + B ~ 31%. #5D2073 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 32 + 115 = 240 (100%)
R 93 of 240 ~ 38.75%
G 32 of 240 ~ 13.33%
B 115 of 240 ~ 47.92%

%38.75
%13.33
%47.92

CMYK color model

#5D2073 color CMYK value is (19,72,0,55).

  • cyan value is 19.13%
  • magenta value is 72.17%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(19,72,0,55)
C19M72Y0K55 
(19%,72%,0%,55%)
(0.19/0.72/0.00/0.55)	

CMYK percentages

%19.13
%72.17
%0
%54.9

Codes

Color #5D2073 in popluar color models

5D2073
RGB9332115
HSL284°56.46%28.82%
HSB/HSV284°72.17%45.10%
CMYK19.13%72.17%0.00%
54.90%

Color #5D2073 in popluar number systems.

HEX5D2073
Decimal9332115
Binary10111011000001110011
Octal13540163

Shades and tints

Shades of #5D2073

#5D2073
(93,32,115)
#551E69
(85,30,105)
#4D1C5F
(77,28,95)
#451A55
(69,26,85)
#3D184B
(61,24,75)
#351641
(53,22,65)
#2D1437
(45,20,55)
#25122D
(37,18,45)
#1D1023
(29,16,35)
#150E19
(21,14,25)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #5D2073

#5D2073
(93,32,115)
#6B347F
(107,52,127)
#79488B
(121,72,139)
#875C97
(135,92,151)
#9570A3
(149,112,163)
#A384AF
(163,132,175)
#B198BB
(177,152,187)
#BFACC7
(191,172,199)
#CDC0D3
(205,192,211)
#DBD4DF
(219,212,223)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D2073 color. Also use rgb(93,32,115) instead hex code.

Text Font Color

.myTextColor { color: #5D2073; }

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

This text font color is #5D2073.


Background Color

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

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

This div background color is #5D2073.


Border color

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

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

This div border color is #5D2073.


Opacity

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

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

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

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

This text has shadow with #5D2073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D2073 on black background.


Color preview on white background

This text has color #5D2073 on white background.



Black color preview on #5D2073 background

This text has black color on #5D2073 background.


White color preview on #5D2073 background

This text has white color on #5D2073 background.