COLOR #5A466A

HEX: #5A466A
RGB: (90,70,106)

Color info

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

RGB color model

#5A466A color RGB value is (90,70,106).

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

RGB channels and saturation

R 90 of 255 = 35%
G 70 of 255 = 27%
B 106 of 255 = 42%

90
70
106

R + G + B ~ 35%. #5A466A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 70 + 106 = 266 (100%)
R 90 of 266 ~ 33.83%
G 70 of 266 ~ 26.32%
B 106 of 266 ~ 39.85%

%33.83
%26.32
%39.85

CMYK color model

#5A466A color CMYK value is (15,34,0,58).

  • cyan value is 15.09%
  • magenta value is 33.96%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(15,34,0,58)
C15M34Y0K58 
(15%,34%,0%,58%)
(0.15/0.34/0.00/0.58)	

CMYK percentages

%15.09
%33.96
%0
%58.43

Codes

Color #5A466A in popluar color models

5A466A
RGB9070106
HSL273°20.45%34.51%
HSB/HSV273°33.96%41.57%
CMYK15.09%33.96%0.00%
58.43%

Color #5A466A in popluar number systems.

HEX5A466A
Decimal9070106
Binary101101010001101101010
Octal132106152

Shades and tints

Shades of #5A466A

#5A466A
(90,70,106)
#524061
(82,64,97)
#4A3A58
(74,58,88)
#42344F
(66,52,79)
#3A2E46
(58,46,70)
#32283D
(50,40,61)
#2A2234
(42,34,52)
#221C2B
(34,28,43)
#1A1622
(26,22,34)
#121019
(18,16,25)
#0A0A10
(10,10,16)
#000000
(0,0,0)

Tints of #5A466A

#5A466A
(90,70,106)
#695677
(105,86,119)
#786684
(120,102,132)
#877691
(135,118,145)
#96869E
(150,134,158)
#A596AB
(165,150,171)
#B4A6B8
(180,166,184)
#C3B6C5
(195,182,197)
#D2C6D2
(210,198,210)
#E1D6DF
(225,214,223)
#F0E6EC
(240,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A466A; }

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

This text font color is #5A466A.


Background Color

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

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

This div background color is #5A466A.


Border color

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

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

This div border color is #5A466A.


Opacity

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

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

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

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

This text has shadow with #5A466A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A466A on black background.


Color preview on white background

This text has color #5A466A on white background.



Black color preview on #5A466A background

This text has black color on #5A466A background.


White color preview on #5A466A background

This text has white color on #5A466A background.