COLOR #5D346C

HEX: #5D346C
RGB: (93,52,108)

Color info

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

RGB color model

#5D346C color RGB value is (93,52,108).

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

RGB channels and saturation

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

93
52
108

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

Portions of RGB colors in percentages

R + G + B =
93 + 52 + 108 = 253 (100%)
R 93 of 253 ~ 36.76%
G 52 of 253 ~ 20.55%
B 108 of 253 ~ 42.69%

%36.76
%20.55
%42.69

CMYK color model

#5D346C color CMYK value is (14,52,0,58).

  • cyan value is 13.89%
  • magenta value is 51.85%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(14,52,0,58)
C14M52Y0K58 
(14%,52%,0%,58%)
(0.14/0.52/0.00/0.58)	

CMYK percentages

%13.89
%51.85
%0
%57.65

Codes

Color #5D346C in popluar color models

5D346C
RGB9352108
HSL284°35.00%31.37%
HSB/HSV284°51.85%42.35%
CMYK13.89%51.85%0.00%
57.65%

Color #5D346C in popluar number systems.

HEX5D346C
Decimal9352108
Binary10111011101001101100
Octal13564154

Shades and tints

Shades of #5D346C

#5D346C
(93,52,108)
#553063
(85,48,99)
#4D2C5A
(77,44,90)
#452851
(69,40,81)
#3D2448
(61,36,72)
#35203F
(53,32,63)
#2D1C36
(45,28,54)
#25182D
(37,24,45)
#1D1424
(29,20,36)
#15101B
(21,16,27)
#0D0C12
(13,12,18)
#000000
(0,0,0)

Tints of #5D346C

#5D346C
(93,52,108)
#6B4679
(107,70,121)
#795886
(121,88,134)
#876A93
(135,106,147)
#957CA0
(149,124,160)
#A38EAD
(163,142,173)
#B1A0BA
(177,160,186)
#BFB2C7
(191,178,199)
#CDC4D4
(205,196,212)
#DBD6E1
(219,214,225)
#E9E8EE
(233,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D346C; }

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

This text font color is #5D346C.


Background Color

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

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

This div background color is #5D346C.


Border color

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

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

This div border color is #5D346C.


Opacity

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

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

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

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

This text has shadow with #5D346C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D346C on black background.


Color preview on white background

This text has color #5D346C on white background.



Black color preview on #5D346C background

This text has black color on #5D346C background.


White color preview on #5D346C background

This text has white color on #5D346C background.