COLOR #5A4666

HEX: #5A4666
RGB: (90,70,102)

Color info

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

RGB color model

#5A4666 color RGB value is (90,70,102).

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

RGB channels and saturation

R 90 of 255 = 35%
G 70 of 255 = 27%
B 102 of 255 = 40%

90
70
102

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

Portions of RGB colors in percentages

R + G + B =
90 + 70 + 102 = 262 (100%)
R 90 of 262 ~ 34.35%
G 70 of 262 ~ 26.72%
B 102 of 262 ~ 38.93%

%34.35
%26.72
%38.93

CMYK color model

#5A4666 color CMYK value is (12,31,0,60).

  • cyan value is 11.76%
  • magenta value is 31.37%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(12,31,0,60)
C12M31Y0K60 
(12%,31%,0%,60%)
(0.12/0.31/0.00/0.60)	

CMYK percentages

%11.76
%31.37
%0
%60

Codes

Color #5A4666 in popluar color models

5A4666
RGB9070102
HSL278°18.60%33.73%
HSB/HSV278°31.37%40.00%
CMYK11.76%31.37%0.00%
60.00%

Color #5A4666 in popluar number systems.

HEX5A4666
Decimal9070102
Binary101101010001101100110
Octal132106146

Shades and tints

Shades of #5A4666

#5A4666
(90,70,102)
#52405D
(82,64,93)
#4A3A54
(74,58,84)
#42344B
(66,52,75)
#3A2E42
(58,46,66)
#322839
(50,40,57)
#2A2230
(42,34,48)
#221C27
(34,28,39)
#1A161E
(26,22,30)
#121015
(18,16,21)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #5A4666

#5A4666
(90,70,102)
#695673
(105,86,115)
#786680
(120,102,128)
#87768D
(135,118,141)
#96869A
(150,134,154)
#A596A7
(165,150,167)
#B4A6B4
(180,166,180)
#C3B6C1
(195,182,193)
#D2C6CE
(210,198,206)
#E1D6DB
(225,214,219)
#F0E6E8
(240,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4666; }

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

This text font color is #5A4666.


Background Color

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

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

This div background color is #5A4666.


Border color

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

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

This div border color is #5A4666.


Opacity

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

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

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

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

This text has shadow with #5A4666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4666 on black background.


Color preview on white background

This text has color #5A4666 on white background.



Black color preview on #5A4666 background

This text has black color on #5A4666 background.


White color preview on #5A4666 background

This text has white color on #5A4666 background.