COLOR #5C346C

HEX: #5C346C
RGB: (92,52,108)

Color info

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

RGB color model

#5C346C color RGB value is (92,52,108).

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

RGB channels and saturation

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

92
52
108

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

Portions of RGB colors in percentages

R + G + B =
92 + 52 + 108 = 252 (100%)
R 92 of 252 ~ 36.51%
G 52 of 252 ~ 20.63%
B 108 of 252 ~ 42.86%

%36.51
%20.63
%42.86

CMYK color model

#5C346C color CMYK value is (15,52,0,58).

  • cyan value is 14.81%
  • magenta value is 51.85%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(15,52,0,58)
C15M52Y0K58 
(15%,52%,0%,58%)
(0.15/0.52/0.00/0.58)	

CMYK percentages

%14.81
%51.85
%0
%57.65

Codes

Color #5C346C in popluar color models

5C346C
RGB9252108
HSL283°35.00%31.37%
HSB/HSV283°51.85%42.35%
CMYK14.81%51.85%0.00%
57.65%

Color #5C346C in popluar number systems.

HEX5C346C
Decimal9252108
Binary10111001101001101100
Octal13464154

Shades and tints

Shades of #5C346C

#5C346C
(92,52,108)
#543063
(84,48,99)
#4C2C5A
(76,44,90)
#442851
(68,40,81)
#3C2448
(60,36,72)
#34203F
(52,32,63)
#2C1C36
(44,28,54)
#24182D
(36,24,45)
#1C1424
(28,20,36)
#14101B
(20,16,27)
#0C0C12
(12,12,18)
#000000
(0,0,0)

Tints of #5C346C

#5C346C
(92,52,108)
#6A4679
(106,70,121)
#785886
(120,88,134)
#866A93
(134,106,147)
#947CA0
(148,124,160)
#A28EAD
(162,142,173)
#B0A0BA
(176,160,186)
#BEB2C7
(190,178,199)
#CCC4D4
(204,196,212)
#DAD6E1
(218,214,225)
#E8E8EE
(232,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C346C; }

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

This text font color is #5C346C.


Background Color

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

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

This div background color is #5C346C.


Border color

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

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

This div border color is #5C346C.


Opacity

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

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

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

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

This text has shadow with #5C346C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C346C on black background.


Color preview on white background

This text has color #5C346C on white background.



Black color preview on #5C346C background

This text has black color on #5C346C background.


White color preview on #5C346C background

This text has white color on #5C346C background.