COLOR #5D347D

HEX: #5D347D
RGB: (93,52,125)

Color info

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

RGB color model

#5D347D color RGB value is (93,52,125).

  • red value is 93;
  • green value is 52;
  • blue value is 125.
RGB:
(93,52,125)
(36%,20%,49%)

RGB channels and saturation

R 93 of 255 = 36%
G 52 of 255 = 20%
B 125 of 255 = 49%

93
52
125

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

Portions of RGB colors in percentages

R + G + B =
93 + 52 + 125 = 270 (100%)
R 93 of 270 ~ 34.44%
G 52 of 270 ~ 19.26%
B 125 of 270 ~ 46.3%

%34.44
%19.26
%46.3

CMYK color model

#5D347D color CMYK value is (26,58,0,51).

  • cyan value is 25.60%
  • magenta value is 58.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(26,58,0,51)
C26M58Y0K51 
(26%,58%,0%,51%)
(0.26/0.58/0.00/0.51)	

CMYK percentages

%25.6
%58.4
%0
%50.98

Codes

Color #5D347D in popluar color models

5D347D
RGB9352125
HSL274°41.24%34.71%
HSB/HSV274°58.40%49.02%
CMYK25.60%58.40%0.00%
50.98%

Color #5D347D in popluar number systems.

HEX5D347D
Decimal9352125
Binary10111011101001111101
Octal13564175

Shades and tints

Shades of #5D347D

#5D347D
(93,52,125)
#553072
(85,48,114)
#4D2C67
(77,44,103)
#45285C
(69,40,92)
#3D2451
(61,36,81)
#352046
(53,32,70)
#2D1C3B
(45,28,59)
#251830
(37,24,48)
#1D1425
(29,20,37)
#15101A
(21,16,26)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #5D347D

#5D347D
(93,52,125)
#6B4688
(107,70,136)
#795893
(121,88,147)
#876A9E
(135,106,158)
#957CA9
(149,124,169)
#A38EB4
(163,142,180)
#B1A0BF
(177,160,191)
#BFB2CA
(191,178,202)
#CDC4D5
(205,196,213)
#DBD6E0
(219,214,224)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D347D color. Also use rgb(93,52,125) instead hex code.

Text Font Color

.myTextColor { color: #5D347D; }

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

This text font color is #5D347D.


Background Color

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

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

This div background color is #5D347D.


Border color

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

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

This div border color is #5D347D.


Opacity

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

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

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

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

This text has shadow with #5D347D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D347D on black background.


Color preview on white background

This text has color #5D347D on white background.



Black color preview on #5D347D background

This text has black color on #5D347D background.


White color preview on #5D347D background

This text has white color on #5D347D background.