COLOR #5C3675

HEX: #5C3675
RGB: (92,54,117)

Color info

#5C3675 contains mainly red and blue colors. Web safe color of #5C3675 is #663366 (or #636).

RGB color model

#5C3675 color RGB value is (92,54,117).

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

RGB channels and saturation

R 92 of 255 = 36%
G 54 of 255 = 21%
B 117 of 255 = 46%

92
54
117

R + G + B ~ 34%. #5C3675 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 54 + 117 = 263 (100%)
R 92 of 263 ~ 34.98%
G 54 of 263 ~ 20.53%
B 117 of 263 ~ 44.49%

%34.98
%20.53
%44.49

CMYK color model

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

  • cyan value is 21.37%
  • magenta value is 53.85%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(21,54,0,54)
C21M54Y0K54 
(21%,54%,0%,54%)
(0.21/0.54/0.00/0.54)	

CMYK percentages

%21.37
%53.85
%0
%54.12

Codes

Color #5C3675 in popluar color models

5C3675
RGB9254117
HSL276°36.84%33.53%
HSB/HSV276°53.85%45.88%
CMYK21.37%53.85%0.00%
54.12%

Color #5C3675 in popluar number systems.

HEX5C3675
Decimal9254117
Binary10111001101101110101
Octal13466165

Shades and tints

Shades of #5C3675

#5C3675
(92,54,117)
#54326B
(84,50,107)
#4C2E61
(76,46,97)
#442A57
(68,42,87)
#3C264D
(60,38,77)
#342243
(52,34,67)
#2C1E39
(44,30,57)
#241A2F
(36,26,47)
#1C1625
(28,22,37)
#14121B
(20,18,27)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #5C3675

#5C3675
(92,54,117)
#6A4881
(106,72,129)
#785A8D
(120,90,141)
#866C99
(134,108,153)
#947EA5
(148,126,165)
#A290B1
(162,144,177)
#B0A2BD
(176,162,189)
#BEB4C9
(190,180,201)
#CCC6D5
(204,198,213)
#DAD8E1
(218,216,225)
#E8EAED
(232,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C3675; }

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

This text font color is #5C3675.


Background Color

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

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

This div background color is #5C3675.


Border color

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

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

This div border color is #5C3675.


Opacity

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

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

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

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

This text has shadow with #5C3675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C3675 on black background.


Color preview on white background

This text has color #5C3675 on white background.



Black color preview on #5C3675 background

This text has black color on #5C3675 background.


White color preview on #5C3675 background

This text has white color on #5C3675 background.