COLOR #5C395A

HEX: #5C395A
RGB: (92,57,90)

Color info

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

RGB color model

#5C395A color RGB value is (92,57,90).

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

RGB channels and saturation

R 92 of 255 = 36%
G 57 of 255 = 22%
B 90 of 255 = 35%

92
57
90

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

Portions of RGB colors in percentages

R + G + B =
92 + 57 + 90 = 239 (100%)
R 92 of 239 ~ 38.49%
G 57 of 239 ~ 23.85%
B 90 of 239 ~ 37.66%

%38.49
%23.85
%37.66

CMYK color model

#5C395A color CMYK value is (0,38,2,64).

  • cyan value is 0.00%
  • magenta value is 38.04%
  • yellow value is 2.17%
  • key color value is 63.92%
CMYK:
(0,38,2,64)
C0M38Y2K64 
(0%,38%,2%,64%)
(0.00/0.38/0.02/0.64)	

CMYK percentages

%0
%38.04
%2.17
%63.92

Codes

Color #5C395A in popluar color models

5C395A
RGB925790
HSL303°23.49%29.22%
HSB/HSV303°38.04%36.08%
CMYK0.00%38.04%2.17%
63.92%

Color #5C395A in popluar number systems.

HEX5C395A
Decimal925790
Binary10111001110011011010
Octal13471132

Shades and tints

Shades of #5C395A

#5C395A
(92,57,90)
#543452
(84,52,82)
#4C2F4A
(76,47,74)
#442A42
(68,42,66)
#3C253A
(60,37,58)
#342032
(52,32,50)
#2C1B2A
(44,27,42)
#241622
(36,22,34)
#1C111A
(28,17,26)
#140C12
(20,12,18)
#0C070A
(12,7,10)
#000000
(0,0,0)

Tints of #5C395A

#5C395A
(92,57,90)
#6A4B69
(106,75,105)
#785D78
(120,93,120)
#866F87
(134,111,135)
#948196
(148,129,150)
#A293A5
(162,147,165)
#B0A5B4
(176,165,180)
#BEB7C3
(190,183,195)
#CCC9D2
(204,201,210)
#DADBE1
(218,219,225)
#E8EDF0
(232,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C395A color. Also use rgb(92,57,90) instead hex code.

Text Font Color

.myTextColor { color: #5C395A; }

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

This text font color is #5C395A.


Background Color

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

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

This div background color is #5C395A.


Border color

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

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

This div border color is #5C395A.


Opacity

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

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

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

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

This text has shadow with #5C395A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C395A on black background.


Color preview on white background

This text has color #5C395A on white background.



Black color preview on #5C395A background

This text has black color on #5C395A background.


White color preview on #5C395A background

This text has white color on #5C395A background.