COLOR #5A3070

HEX: #5A3070 RGB: (90,48,112)

Color info

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

RGB color model

#5A3070 color RGB value is (90,48,112).

RGB: (90,48,112) (35%, 19%, 44%)

RGB channels and saturation

R 90 of 255 = 35%
G 48 of 255 = 19%
B 112 of 255 = 44%

90
48
112

R + G + B ~ 33%. #5A3070 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 48 + 112 = 250 (100%)
R 90 of 250 ~ 36%
G 48 of 250 ~ 19.2%
B 112 of 250 ~ 44.8'%

%36
%19.2
%44.8

CMYK color model

#5A3070 color CMYK value is (20,57,0,56).

  • cyan value is 19.64%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK: (20,57,0,56) C20M57Y0K56 (20%,57%,0%,56%) (0.20/0.57/0.00/0.56) 

CMYK percentages

%19.64
%57.14
%0
%56.08

Codes

Color #5A3070 in popluar color models

5A 30 70
RGB 90 48 112
HSL 279° 40.00% 31.37%
HSB/HSV 279° 57.14% 43.92%
CMYK 19.64% 57.14% 0.00%
56.08%

Color #5A3070 in popluar number systems.

HEX 5A 30 70
Decimal 90 48 112
Binary 1011010 110000 1110000
Octal 132 60 160

Shades and tints

Shades of #5A3070

#5A3070
(90,48,112)
#522C66
(82,44,102)
#4A285C
(74,40,92)
#422452
(66,36,82)
#3A2048
(58,32,72)
#321C3E
(50,28,62)
#2A1834
(42,24,52)
#22142A
(34,20,42)
#1A1020
(26,16,32)
#120C16
(18,12,22)
#0A080C
(10,8,12)
#000000
(0,0,0)

Tints of #5A3070

#5A3070
(90,48,112)
#69427D
(105,66,125)
#78548A
(120,84,138)
#876697
(135,102,151)
#9678A4
(150,120,164)
#A58AB1
(165,138,177)
#B49CBE
(180,156,190)
#C3AECB
(195,174,203)
#D2C0D8
(210,192,216)
#E1D2E5
(225,210,229)
#F0E4F2
(240,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A3070; }

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

This text font color is #5A3070.

Background Color

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

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

This div background color is #5A3070.

Border color

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

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

This div border color is #5A3070.

Opacity

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

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

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

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

This text has shadow with #5A3070 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A3070.

Preview

Color preview on black background

This text has color #5A3070 on black background.


Color preview on white background

This text has color #5A3070 on white background.


Black color preview on #5A3070 background

This text has black color on #5A3070 background.


White color preview on #5A3070 background

This text has white color on #5A3070 background.


Related colors

Complementary color

Complementary color for #hex is #A5CF8F.


I love getcolorcode.com

Triadic colors

1 #705A30 and #30705A with #5A3070 are triadic colors.

2 #70305A and #305A70 with #5A3070 are triadic colors.