COLOR #5A4D5F

HEX: #5A4D5F
RGB: (90,77,95)

Color info

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

RGB color model

#5A4D5F color RGB value is (90,77,95).

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

RGB channels and saturation

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

90
77
95

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

Portions of RGB colors in percentages

R + G + B =
90 + 77 + 95 = 262 (100%)
R 90 of 262 ~ 34.35%
G 77 of 262 ~ 29.39%
B 95 of 262 ~ 36.26%

%34.35
%29.39
%36.26

CMYK color model

#5A4D5F color CMYK value is (5,19,0,63).

  • cyan value is 5.26%
  • magenta value is 18.95%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(5,19,0,63)
C5M19Y0K63 
(5%,19%,0%,63%)
(0.05/0.19/0.00/0.63)	

CMYK percentages

%5.26
%18.95
%0
%62.75

Codes

Color #5A4D5F in popluar color models

5A4D5F
RGB907795
HSL283°10.47%33.73%
HSB/HSV283°18.95%37.25%
CMYK5.26%18.95%0.00%
62.75%

Color #5A4D5F in popluar number systems.

HEX5A4D5F
Decimal907795
Binary101101010011011011111
Octal132115137

Shades and tints

Shades of #5A4D5F

#5A4D5F
(90,77,95)
#524657
(82,70,87)
#4A3F4F
(74,63,79)
#423847
(66,56,71)
#3A313F
(58,49,63)
#322A37
(50,42,55)
#2A232F
(42,35,47)
#221C27
(34,28,39)
#1A151F
(26,21,31)
#120E17
(18,14,23)
#0A070F
(10,7,15)
#000000
(0,0,0)

Tints of #5A4D5F

#5A4D5F
(90,77,95)
#695D6D
(105,93,109)
#786D7B
(120,109,123)
#877D89
(135,125,137)
#968D97
(150,141,151)
#A59DA5
(165,157,165)
#B4ADB3
(180,173,179)
#C3BDC1
(195,189,193)
#D2CDCF
(210,205,207)
#E1DDDD
(225,221,221)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4D5F; }

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

This text font color is #5A4D5F.


Background Color

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

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

This div background color is #5A4D5F.


Border color

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

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

This div border color is #5A4D5F.


Opacity

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

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

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

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

This text has shadow with #5A4D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4D5F on black background.


Color preview on white background

This text has color #5A4D5F on white background.



Black color preview on #5A4D5F background

This text has black color on #5A4D5F background.


White color preview on #5A4D5F background

This text has white color on #5A4D5F background.