COLOR #5C3E75

HEX: #5C3E75
RGB: (92,62,117)

Color info

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

RGB color model

#5C3E75 color RGB value is (92,62,117).

  • red value is 92;
  • green value is 62;
  • blue value is 117.
RGB:
(92,62,117)
(36%,24%,46%)

RGB channels and saturation

R 92 of 255 = 36%
G 62 of 255 = 24%
B 117 of 255 = 46%

92
62
117

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

Portions of RGB colors in percentages

R + G + B =
92 + 62 + 117 = 271 (100%)
R 92 of 271 ~ 33.95%
G 62 of 271 ~ 22.88%
B 117 of 271 ~ 43.17%

%33.95
%22.88
%43.17

CMYK color model

#5C3E75 color CMYK value is (21,47,0,54).

  • cyan value is 21.37%
  • magenta value is 47.01%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(21,47,0,54)
C21M47Y0K54 
(21%,47%,0%,54%)
(0.21/0.47/0.00/0.54)	

CMYK percentages

%21.37
%47.01
%0
%54.12

Codes

Color #5C3E75 in popluar color models

5C3E75
RGB9262117
HSL273°30.73%35.10%
HSB/HSV273°47.01%45.88%
CMYK21.37%47.01%0.00%
54.12%

Color #5C3E75 in popluar number systems.

HEX5C3E75
Decimal9262117
Binary10111001111101110101
Octal13476165

Shades and tints

Shades of #5C3E75

#5C3E75
(92,62,117)
#54396B
(84,57,107)
#4C3461
(76,52,97)
#442F57
(68,47,87)
#3C2A4D
(60,42,77)
#342543
(52,37,67)
#2C2039
(44,32,57)
#241B2F
(36,27,47)
#1C1625
(28,22,37)
#14111B
(20,17,27)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #5C3E75

#5C3E75
(92,62,117)
#6A4F81
(106,79,129)
#78608D
(120,96,141)
#867199
(134,113,153)
#9482A5
(148,130,165)
#A293B1
(162,147,177)
#B0A4BD
(176,164,189)
#BEB5C9
(190,181,201)
#CCC6D5
(204,198,213)
#DAD7E1
(218,215,225)
#E8E8ED
(232,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C3E75 color. Also use rgb(92,62,117) instead hex code.

Text Font Color

.myTextColor { color: #5C3E75; }

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

This text font color is #5C3E75.


Background Color

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

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

This div background color is #5C3E75.


Border color

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

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

This div border color is #5C3E75.


Opacity

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

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

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

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

This text has shadow with #5C3E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C3E75 on black background.


Color preview on white background

This text has color #5C3E75 on white background.



Black color preview on #5C3E75 background

This text has black color on #5C3E75 background.


White color preview on #5C3E75 background

This text has white color on #5C3E75 background.