COLOR #5D3E8C

HEX: #5D3E8C
RGB: (93,62,140)

Color info

#5D3E8C contains mainly red and blue colors. Web safe color of #5D3E8C is #663399 (or #639).

RGB color model

#5D3E8C color RGB value is (93,62,140).

  • red value is 93;
  • green value is 62;
  • blue value is 140.
RGB:
(93,62,140)
(36%,24%,55%)

RGB channels and saturation

R 93 of 255 = 36%
G 62 of 255 = 24%
B 140 of 255 = 55%

93
62
140

R + G + B ~ 38%. #5D3E8C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 62 + 140 = 295 (100%)
R 93 of 295 ~ 31.53%
G 62 of 295 ~ 21.02%
B 140 of 295 ~ 47.46%

%31.53
%21.02
%47.46

CMYK color model

#5D3E8C color CMYK value is (34,56,0,45).

  • cyan value is 33.57%
  • magenta value is 55.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(34,56,0,45)
C34M56Y0K45 
(34%,56%,0%,45%)
(0.34/0.56/0.00/0.45)	

CMYK percentages

%33.57
%55.71
%0
%45.1

Codes

Color #5D3E8C in popluar color models

5D3E8C
RGB9362140
HSL264°38.61%39.61%
HSB/HSV264°55.71%54.90%
CMYK33.57%55.71%0.00%
45.10%

Color #5D3E8C in popluar number systems.

HEX5D3E8C
Decimal9362140
Binary101110111111010001100
Octal13576214

Shades and tints

Shades of #5D3E8C

#5D3E8C
(93,62,140)
#553980
(85,57,128)
#4D3474
(77,52,116)
#452F68
(69,47,104)
#3D2A5C
(61,42,92)
#352550
(53,37,80)
#2D2044
(45,32,68)
#251B38
(37,27,56)
#1D162C
(29,22,44)
#151120
(21,17,32)
#0D0C14
(13,12,20)
#000000
(0,0,0)

Tints of #5D3E8C

#5D3E8C
(93,62,140)
#6B4F96
(107,79,150)
#7960A0
(121,96,160)
#8771AA
(135,113,170)
#9582B4
(149,130,180)
#A393BE
(163,147,190)
#B1A4C8
(177,164,200)
#BFB5D2
(191,181,210)
#CDC6DC
(205,198,220)
#DBD7E6
(219,215,230)
#E9E8F0
(233,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D3E8C color. Also use rgb(93,62,140) instead hex code.

Text Font Color

.myTextColor { color: #5D3E8C; }

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

This text font color is #5D3E8C.


Background Color

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

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

This div background color is #5D3E8C.


Border color

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

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

This div border color is #5D3E8C.


Opacity

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

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

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

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

This text has shadow with #5D3E8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D3E8C on black background.


Color preview on white background

This text has color #5D3E8C on white background.



Black color preview on #5D3E8C background

This text has black color on #5D3E8C background.


White color preview on #5D3E8C background

This text has white color on #5D3E8C background.