COLOR #5A4D71

HEX: #5A4D71
RGB: (90,77,113)

Color info

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

RGB color model

#5A4D71 color RGB value is (90,77,113).

  • red value is 90;
  • green value is 77;
  • blue value is 113.
RGB:
(90,77,113)
(35%,30%,44%)

RGB channels and saturation

R 90 of 255 = 35%
G 77 of 255 = 30%
B 113 of 255 = 44%

90
77
113

R + G + B ~ 36%. #5A4D71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 77 + 113 = 280 (100%)
R 90 of 280 ~ 32.14%
G 77 of 280 ~ 27.5%
B 113 of 280 ~ 40.36%

%32.14
%27.5
%40.36

CMYK color model

#5A4D71 color CMYK value is (20,32,0,56).

  • cyan value is 20.35%
  • magenta value is 31.86%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(20,32,0,56)
C20M32Y0K56 
(20%,32%,0%,56%)
(0.20/0.32/0.00/0.56)	

CMYK percentages

%20.35
%31.86
%0
%55.69

Codes

Color #5A4D71 in popluar color models

5A4D71
RGB9077113
HSL262°18.95%37.25%
HSB/HSV262°31.86%44.31%
CMYK20.35%31.86%0.00%
55.69%

Color #5A4D71 in popluar number systems.

HEX5A4D71
Decimal9077113
Binary101101010011011110001
Octal132115161

Shades and tints

Shades of #5A4D71

#5A4D71
(90,77,113)
#524667
(82,70,103)
#4A3F5D
(74,63,93)
#423853
(66,56,83)
#3A3149
(58,49,73)
#322A3F
(50,42,63)
#2A2335
(42,35,53)
#221C2B
(34,28,43)
#1A1521
(26,21,33)
#120E17
(18,14,23)
#0A070D
(10,7,13)
#000000
(0,0,0)

Tints of #5A4D71

#5A4D71
(90,77,113)
#695D7D
(105,93,125)
#786D89
(120,109,137)
#877D95
(135,125,149)
#968DA1
(150,141,161)
#A59DAD
(165,157,173)
#B4ADB9
(180,173,185)
#C3BDC5
(195,189,197)
#D2CDD1
(210,205,209)
#E1DDDD
(225,221,221)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4D71 color. Also use rgb(90,77,113) instead hex code.

Text Font Color

.myTextColor { color: #5A4D71; }

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

This text font color is #5A4D71.


Background Color

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

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

This div background color is #5A4D71.


Border color

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

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

This div border color is #5A4D71.


Opacity

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

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

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

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

This text has shadow with #5A4D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4D71 on black background.


Color preview on white background

This text has color #5A4D71 on white background.



Black color preview on #5A4D71 background

This text has black color on #5A4D71 background.


White color preview on #5A4D71 background

This text has white color on #5A4D71 background.