COLOR #5A3163

HEX: #5A3163
RGB: (90,49,99)

Color info

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

RGB color model

#5A3163 color RGB value is (90,49,99).

  • red value is 90;
  • green value is 49;
  • blue value is 99.
RGB:
(90,49,99)
(35%,19%,39%)

RGB channels and saturation

R 90 of 255 = 35%
G 49 of 255 = 19%
B 99 of 255 = 39%

90
49
99

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

Portions of RGB colors in percentages

R + G + B =
90 + 49 + 99 = 238 (100%)
R 90 of 238 ~ 37.82%
G 49 of 238 ~ 20.59%
B 99 of 238 ~ 41.6%

%37.82
%20.59
%41.6

CMYK color model

#5A3163 color CMYK value is (9,51,0,61).

  • cyan value is 9.09%
  • magenta value is 50.51%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(9,51,0,61)
C9M51Y0K61 
(9%,51%,0%,61%)
(0.09/0.51/0.00/0.61)	

CMYK percentages

%9.09
%50.51
%0
%61.18

Codes

Color #5A3163 in popluar color models

5A3163
RGB904999
HSL289°33.78%29.02%
HSB/HSV289°50.51%38.82%
CMYK9.09%50.51%0.00%
61.18%

Color #5A3163 in popluar number systems.

HEX5A3163
Decimal904999
Binary10110101100011100011
Octal13261143

Shades and tints

Shades of #5A3163

#5A3163
(90,49,99)
#522D5A
(82,45,90)
#4A2951
(74,41,81)
#422548
(66,37,72)
#3A213F
(58,33,63)
#321D36
(50,29,54)
#2A192D
(42,25,45)
#221524
(34,21,36)
#1A111B
(26,17,27)
#120D12
(18,13,18)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #5A3163

#5A3163
(90,49,99)
#694371
(105,67,113)
#78557F
(120,85,127)
#87678D
(135,103,141)
#96799B
(150,121,155)
#A58BA9
(165,139,169)
#B49DB7
(180,157,183)
#C3AFC5
(195,175,197)
#D2C1D3
(210,193,211)
#E1D3E1
(225,211,225)
#F0E5EF
(240,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A3163 color. Also use rgb(90,49,99) instead hex code.

Text Font Color

.myTextColor { color: #5A3163; }

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

This text font color is #5A3163.


Background Color

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

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

This div background color is #5A3163.


Border color

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

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

This div border color is #5A3163.


Opacity

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

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

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

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

This text has shadow with #5A3163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3163 on black background.


Color preview on white background

This text has color #5A3163 on white background.



Black color preview on #5A3163 background

This text has black color on #5A3163 background.


White color preview on #5A3163 background

This text has white color on #5A3163 background.