COLOR #5C386C

HEX: #5C386C
RGB: (92,56,108)

Color info

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

RGB color model

#5C386C color RGB value is (92,56,108).

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

RGB channels and saturation

R 92 of 255 = 36%
G 56 of 255 = 22%
B 108 of 255 = 42%

92
56
108

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

Portions of RGB colors in percentages

R + G + B =
92 + 56 + 108 = 256 (100%)
R 92 of 256 ~ 35.94%
G 56 of 256 ~ 21.88%
B 108 of 256 ~ 42.19%

%35.94
%21.88
%42.19

CMYK color model

#5C386C color CMYK value is (15,48,0,58).

  • cyan value is 14.81%
  • magenta value is 48.15%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(15,48,0,58)
C15M48Y0K58 
(15%,48%,0%,58%)
(0.15/0.48/0.00/0.58)	

CMYK percentages

%14.81
%48.15
%0
%57.65

Codes

Color #5C386C in popluar color models

5C386C
RGB9256108
HSL282°31.71%32.16%
HSB/HSV282°48.15%42.35%
CMYK14.81%48.15%0.00%
57.65%

Color #5C386C in popluar number systems.

HEX5C386C
Decimal9256108
Binary10111001110001101100
Octal13470154

Shades and tints

Shades of #5C386C

#5C386C
(92,56,108)
#543363
(84,51,99)
#4C2E5A
(76,46,90)
#442951
(68,41,81)
#3C2448
(60,36,72)
#341F3F
(52,31,63)
#2C1A36
(44,26,54)
#24152D
(36,21,45)
#1C1024
(28,16,36)
#140B1B
(20,11,27)
#0C0612
(12,6,18)
#000000
(0,0,0)

Tints of #5C386C

#5C386C
(92,56,108)
#6A4A79
(106,74,121)
#785C86
(120,92,134)
#866E93
(134,110,147)
#9480A0
(148,128,160)
#A292AD
(162,146,173)
#B0A4BA
(176,164,186)
#BEB6C7
(190,182,199)
#CCC8D4
(204,200,212)
#DADAE1
(218,218,225)
#E8ECEE
(232,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C386C; }

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

This text font color is #5C386C.


Background Color

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

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

This div background color is #5C386C.


Border color

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

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

This div border color is #5C386C.


Opacity

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

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

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

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

This text has shadow with #5C386C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C386C on black background.


Color preview on white background

This text has color #5C386C on white background.



Black color preview on #5C386C background

This text has black color on #5C386C background.


White color preview on #5C386C background

This text has white color on #5C386C background.