COLOR #5A4A77

HEX: #5A4A77
RGB: (90,74,119)

Color info

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

RGB color model

#5A4A77 color RGB value is (90,74,119).

  • red value is 90;
  • green value is 74;
  • blue value is 119.
RGB:
(90,74,119)
(35%,29%,47%)

RGB channels and saturation

R 90 of 255 = 35%
G 74 of 255 = 29%
B 119 of 255 = 47%

90
74
119

R + G + B ~ 37%. #5A4A77 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 74 + 119 = 283 (100%)
R 90 of 283 ~ 31.8%
G 74 of 283 ~ 26.15%
B 119 of 283 ~ 42.05%

%31.8
%26.15
%42.05

CMYK color model

#5A4A77 color CMYK value is (24,38,0,53).

  • cyan value is 24.37%
  • magenta value is 37.82%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(24,38,0,53)
C24M38Y0K53 
(24%,38%,0%,53%)
(0.24/0.38/0.00/0.53)	

CMYK percentages

%24.37
%37.82
%0
%53.33

Codes

Color #5A4A77 in popluar color models

5A4A77
RGB9074119
HSL261°23.32%37.84%
HSB/HSV261°37.82%46.67%
CMYK24.37%37.82%0.00%
53.33%

Color #5A4A77 in popluar number systems.

HEX5A4A77
Decimal9074119
Binary101101010010101110111
Octal132112167

Shades and tints

Shades of #5A4A77

#5A4A77
(90,74,119)
#52446D
(82,68,109)
#4A3E63
(74,62,99)
#423859
(66,56,89)
#3A324F
(58,50,79)
#322C45
(50,44,69)
#2A263B
(42,38,59)
#222031
(34,32,49)
#1A1A27
(26,26,39)
#12141D
(18,20,29)
#0A0E13
(10,14,19)
#000000
(0,0,0)

Tints of #5A4A77

#5A4A77
(90,74,119)
#695A83
(105,90,131)
#786A8F
(120,106,143)
#877A9B
(135,122,155)
#968AA7
(150,138,167)
#A59AB3
(165,154,179)
#B4AABF
(180,170,191)
#C3BACB
(195,186,203)
#D2CAD7
(210,202,215)
#E1DAE3
(225,218,227)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4A77 color. Also use rgb(90,74,119) instead hex code.

Text Font Color

.myTextColor { color: #5A4A77; }

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

This text font color is #5A4A77.


Background Color

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

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

This div background color is #5A4A77.


Border color

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

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

This div border color is #5A4A77.


Opacity

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

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

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

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

This text has shadow with #5A4A77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4A77 on black background.


Color preview on white background

This text has color #5A4A77 on white background.



Black color preview on #5A4A77 background

This text has black color on #5A4A77 background.


White color preview on #5A4A77 background

This text has white color on #5A4A77 background.