COLOR #5C3859

HEX: #5C3859
RGB: (92,56,89)

Color info

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

RGB color model

#5C3859 color RGB value is (92,56,89).

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

RGB channels and saturation

R 92 of 255 = 36%
G 56 of 255 = 22%
B 89 of 255 = 35%

92
56
89

R + G + B ~ 31%. #5C3859 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 56 + 89 = 237 (100%)
R 92 of 237 ~ 38.82%
G 56 of 237 ~ 23.63%
B 89 of 237 ~ 37.55%

%38.82
%23.63
%37.55

CMYK color model

#5C3859 color CMYK value is (0,39,3,64).

  • cyan value is 0.00%
  • magenta value is 39.13%
  • yellow value is 3.26%
  • key color value is 63.92%
CMYK:
(0,39,3,64)
C0M39Y3K64 
(0%,39%,3%,64%)
(0.00/0.39/0.03/0.64)	

CMYK percentages

%0
%39.13
%3.26
%63.92

Codes

Color #5C3859 in popluar color models

5C3859
RGB925689
HSL305°24.32%29.02%
HSB/HSV305°39.13%36.08%
CMYK0.00%39.13%3.26%
63.92%

Color #5C3859 in popluar number systems.

HEX5C3859
Decimal925689
Binary10111001110001011001
Octal13470131

Shades and tints

Shades of #5C3859

#5C3859
(92,56,89)
#543351
(84,51,81)
#4C2E49
(76,46,73)
#442941
(68,41,65)
#3C2439
(60,36,57)
#341F31
(52,31,49)
#2C1A29
(44,26,41)
#241521
(36,21,33)
#1C1019
(28,16,25)
#140B11
(20,11,17)
#0C0609
(12,6,9)
#000000
(0,0,0)

Tints of #5C3859

#5C3859
(92,56,89)
#6A4A68
(106,74,104)
#785C77
(120,92,119)
#866E86
(134,110,134)
#948095
(148,128,149)
#A292A4
(162,146,164)
#B0A4B3
(176,164,179)
#BEB6C2
(190,182,194)
#CCC8D1
(204,200,209)
#DADAE0
(218,218,224)
#E8ECEF
(232,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C3859; }

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

This text font color is #5C3859.


Background Color

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

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

This div background color is #5C3859.


Border color

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

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

This div border color is #5C3859.


Opacity

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

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

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

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

This text has shadow with #5C3859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C3859 on black background.


Color preview on white background

This text has color #5C3859 on white background.



Black color preview on #5C3859 background

This text has black color on #5C3859 background.


White color preview on #5C3859 background

This text has white color on #5C3859 background.