COLOR #5A4663

HEX: #5A4663
RGB: (90,70,99)

Color info

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

RGB color model

#5A4663 color RGB value is (90,70,99).

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

RGB channels and saturation

R 90 of 255 = 35%
G 70 of 255 = 27%
B 99 of 255 = 39%

90
70
99

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

Portions of RGB colors in percentages

R + G + B =
90 + 70 + 99 = 259 (100%)
R 90 of 259 ~ 34.75%
G 70 of 259 ~ 27.03%
B 99 of 259 ~ 38.22%

%34.75
%27.03
%38.22

CMYK color model

#5A4663 color CMYK value is (9,29,0,61).

  • cyan value is 9.09%
  • magenta value is 29.29%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(9,29,0,61)
C9M29Y0K61 
(9%,29%,0%,61%)
(0.09/0.29/0.00/0.61)	

CMYK percentages

%9.09
%29.29
%0
%61.18

Codes

Color #5A4663 in popluar color models

5A4663
RGB907099
HSL281°17.16%33.14%
HSB/HSV281°29.29%38.82%
CMYK9.09%29.29%0.00%
61.18%

Color #5A4663 in popluar number systems.

HEX5A4663
Decimal907099
Binary101101010001101100011
Octal132106143

Shades and tints

Shades of #5A4663

#5A4663
(90,70,99)
#52405A
(82,64,90)
#4A3A51
(74,58,81)
#423448
(66,52,72)
#3A2E3F
(58,46,63)
#322836
(50,40,54)
#2A222D
(42,34,45)
#221C24
(34,28,36)
#1A161B
(26,22,27)
#121012
(18,16,18)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #5A4663

#5A4663
(90,70,99)
#695671
(105,86,113)
#78667F
(120,102,127)
#87768D
(135,118,141)
#96869B
(150,134,155)
#A596A9
(165,150,169)
#B4A6B7
(180,166,183)
#C3B6C5
(195,182,197)
#D2C6D3
(210,198,211)
#E1D6E1
(225,214,225)
#F0E6EF
(240,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4663; }

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

This text font color is #5A4663.


Background Color

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

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

This div background color is #5A4663.


Border color

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

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

This div border color is #5A4663.


Opacity

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

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

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

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

This text has shadow with #5A4663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4663 on black background.


Color preview on white background

This text has color #5A4663 on white background.



Black color preview on #5A4663 background

This text has black color on #5A4663 background.


White color preview on #5A4663 background

This text has white color on #5A4663 background.