COLOR #5A4D5E

HEX: #5A4D5E
RGB: (90,77,94)

Color info

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

RGB color model

#5A4D5E color RGB value is (90,77,94).

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

RGB channels and saturation

R 90 of 255 = 35%
G 77 of 255 = 30%
B 94 of 255 = 37%

90
77
94

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

Portions of RGB colors in percentages

R + G + B =
90 + 77 + 94 = 261 (100%)
R 90 of 261 ~ 34.48%
G 77 of 261 ~ 29.5%
B 94 of 261 ~ 36.02%

%34.48
%29.5
%36.02

CMYK color model

#5A4D5E color CMYK value is (4,18,0,63).

  • cyan value is 4.26%
  • magenta value is 18.09%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(4,18,0,63)
C4M18Y0K63 
(4%,18%,0%,63%)
(0.04/0.18/0.00/0.63)	

CMYK percentages

%4.26
%18.09
%0
%63.14

Codes

Color #5A4D5E in popluar color models

5A4D5E
RGB907794
HSL286°9.94%33.53%
HSB/HSV286°18.09%36.86%
CMYK4.26%18.09%0.00%
63.14%

Color #5A4D5E in popluar number systems.

HEX5A4D5E
Decimal907794
Binary101101010011011011110
Octal132115136

Shades and tints

Shades of #5A4D5E

#5A4D5E
(90,77,94)
#524656
(82,70,86)
#4A3F4E
(74,63,78)
#423846
(66,56,70)
#3A313E
(58,49,62)
#322A36
(50,42,54)
#2A232E
(42,35,46)
#221C26
(34,28,38)
#1A151E
(26,21,30)
#120E16
(18,14,22)
#0A070E
(10,7,14)
#000000
(0,0,0)

Tints of #5A4D5E

#5A4D5E
(90,77,94)
#695D6C
(105,93,108)
#786D7A
(120,109,122)
#877D88
(135,125,136)
#968D96
(150,141,150)
#A59DA4
(165,157,164)
#B4ADB2
(180,173,178)
#C3BDC0
(195,189,192)
#D2CDCE
(210,205,206)
#E1DDDC
(225,221,220)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4D5E; }

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

This text font color is #5A4D5E.


Background Color

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

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

This div background color is #5A4D5E.


Border color

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

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

This div border color is #5A4D5E.


Opacity

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

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

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

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

This text has shadow with #5A4D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4D5E on black background.


Color preview on white background

This text has color #5A4D5E on white background.



Black color preview on #5A4D5E background

This text has black color on #5A4D5E background.


White color preview on #5A4D5E background

This text has white color on #5A4D5E background.