COLOR #5D346B

HEX: #5D346B
RGB: (93,52,107)

Color info

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

RGB color model

#5D346B color RGB value is (93,52,107).

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

RGB channels and saturation

R 93 of 255 = 36%
G 52 of 255 = 20%
B 107 of 255 = 42%

93
52
107

R + G + B ~ 33%. #5D346B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 52 + 107 = 252 (100%)
R 93 of 252 ~ 36.9%
G 52 of 252 ~ 20.63%
B 107 of 252 ~ 42.46%

%36.9
%20.63
%42.46

CMYK color model

#5D346B color CMYK value is (13,51,0,58).

  • cyan value is 13.08%
  • magenta value is 51.40%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(13,51,0,58)
C13M51Y0K58 
(13%,51%,0%,58%)
(0.13/0.51/0.00/0.58)	

CMYK percentages

%13.08
%51.4
%0
%58.04

Codes

Color #5D346B in popluar color models

5D346B
RGB9352107
HSL285°34.59%31.18%
HSB/HSV285°51.40%41.96%
CMYK13.08%51.40%0.00%
58.04%

Color #5D346B in popluar number systems.

HEX5D346B
Decimal9352107
Binary10111011101001101011
Octal13564153

Shades and tints

Shades of #5D346B

#5D346B
(93,52,107)
#553062
(85,48,98)
#4D2C59
(77,44,89)
#452850
(69,40,80)
#3D2447
(61,36,71)
#35203E
(53,32,62)
#2D1C35
(45,28,53)
#25182C
(37,24,44)
#1D1423
(29,20,35)
#15101A
(21,16,26)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #5D346B

#5D346B
(93,52,107)
#6B4678
(107,70,120)
#795885
(121,88,133)
#876A92
(135,106,146)
#957C9F
(149,124,159)
#A38EAC
(163,142,172)
#B1A0B9
(177,160,185)
#BFB2C6
(191,178,198)
#CDC4D3
(205,196,211)
#DBD6E0
(219,214,224)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D346B; }

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

This text font color is #5D346B.


Background Color

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

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

This div background color is #5D346B.


Border color

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

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

This div border color is #5D346B.


Opacity

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

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

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

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

This text has shadow with #5D346B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D346B on black background.


Color preview on white background

This text has color #5D346B on white background.



Black color preview on #5D346B background

This text has black color on #5D346B background.


White color preview on #5D346B background

This text has white color on #5D346B background.