COLOR #5A3970

HEX: #5A3970
RGB: (90,57,112)

Color info

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

RGB color model

#5A3970 color RGB value is (90,57,112).

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

RGB channels and saturation

R 90 of 255 = 35%
G 57 of 255 = 22%
B 112 of 255 = 44%

90
57
112

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

Portions of RGB colors in percentages

R + G + B =
90 + 57 + 112 = 259 (100%)
R 90 of 259 ~ 34.75%
G 57 of 259 ~ 22.01%
B 112 of 259 ~ 43.24%

%34.75
%22.01
%43.24

CMYK color model

#5A3970 color CMYK value is (20,49,0,56).

  • cyan value is 19.64%
  • magenta value is 49.11%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(20,49,0,56)
C20M49Y0K56 
(20%,49%,0%,56%)
(0.20/0.49/0.00/0.56)	

CMYK percentages

%19.64
%49.11
%0
%56.08

Codes

Color #5A3970 in popluar color models

5A3970
RGB9057112
HSL276°32.54%33.14%
HSB/HSV276°49.11%43.92%
CMYK19.64%49.11%0.00%
56.08%

Color #5A3970 in popluar number systems.

HEX5A3970
Decimal9057112
Binary10110101110011110000
Octal13271160

Shades and tints

Shades of #5A3970

#5A3970
(90,57,112)
#523466
(82,52,102)
#4A2F5C
(74,47,92)
#422A52
(66,42,82)
#3A2548
(58,37,72)
#32203E
(50,32,62)
#2A1B34
(42,27,52)
#22162A
(34,22,42)
#1A1120
(26,17,32)
#120C16
(18,12,22)
#0A070C
(10,7,12)
#000000
(0,0,0)

Tints of #5A3970

#5A3970
(90,57,112)
#694B7D
(105,75,125)
#785D8A
(120,93,138)
#876F97
(135,111,151)
#9681A4
(150,129,164)
#A593B1
(165,147,177)
#B4A5BE
(180,165,190)
#C3B7CB
(195,183,203)
#D2C9D8
(210,201,216)
#E1DBE5
(225,219,229)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A3970; }

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

This text font color is #5A3970.


Background Color

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

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

This div background color is #5A3970.


Border color

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

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

This div border color is #5A3970.


Opacity

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

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

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

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

This text has shadow with #5A3970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3970 on black background.


Color preview on white background

This text has color #5A3970 on white background.



Black color preview on #5A3970 background

This text has black color on #5A3970 background.


White color preview on #5A3970 background

This text has white color on #5A3970 background.