COLOR #5A3063

HEX: #5A3063
RGB: (90,48,99)

Color info

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

RGB color model

#5A3063 color RGB value is (90,48,99).

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

RGB channels and saturation

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

90
48
99

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

Portions of RGB colors in percentages

R + G + B =
90 + 48 + 99 = 237 (100%)
R 90 of 237 ~ 37.97%
G 48 of 237 ~ 20.25%
B 99 of 237 ~ 41.77%

%37.97
%20.25
%41.77

CMYK color model

#5A3063 color CMYK value is (9,52,0,61).

  • cyan value is 9.09%
  • magenta value is 51.52%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(9,52,0,61)
C9M52Y0K61 
(9%,52%,0%,61%)
(0.09/0.52/0.00/0.61)	

CMYK percentages

%9.09
%51.52
%0
%61.18

Codes

Color #5A3063 in popluar color models

5A3063
RGB904899
HSL289°34.69%28.82%
HSB/HSV289°51.52%38.82%
CMYK9.09%51.52%0.00%
61.18%

Color #5A3063 in popluar number systems.

HEX5A3063
Decimal904899
Binary10110101100001100011
Octal13260143

Shades and tints

Shades of #5A3063

#5A3063
(90,48,99)
#522C5A
(82,44,90)
#4A2851
(74,40,81)
#422448
(66,36,72)
#3A203F
(58,32,63)
#321C36
(50,28,54)
#2A182D
(42,24,45)
#221424
(34,20,36)
#1A101B
(26,16,27)
#120C12
(18,12,18)
#0A0809
(10,8,9)
#000000
(0,0,0)

Tints of #5A3063

#5A3063
(90,48,99)
#694271
(105,66,113)
#78547F
(120,84,127)
#87668D
(135,102,141)
#96789B
(150,120,155)
#A58AA9
(165,138,169)
#B49CB7
(180,156,183)
#C3AEC5
(195,174,197)
#D2C0D3
(210,192,211)
#E1D2E1
(225,210,225)
#F0E4EF
(240,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A3063; }

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

This text font color is #5A3063.


Background Color

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

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

This div background color is #5A3063.


Border color

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

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

This div border color is #5A3063.


Opacity

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

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

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

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

This text has shadow with #5A3063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3063 on black background.


Color preview on white background

This text has color #5A3063 on white background.



Black color preview on #5A3063 background

This text has black color on #5A3063 background.


White color preview on #5A3063 background

This text has white color on #5A3063 background.