COLOR #5A495F

HEX: #5A495F
RGB: (90,73,95)

Color info

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

RGB color model

#5A495F color RGB value is (90,73,95).

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

RGB channels and saturation

R 90 of 255 = 35%
G 73 of 255 = 29%
B 95 of 255 = 37%

90
73
95

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

Portions of RGB colors in percentages

R + G + B =
90 + 73 + 95 = 258 (100%)
R 90 of 258 ~ 34.88%
G 73 of 258 ~ 28.29%
B 95 of 258 ~ 36.82%

%34.88
%28.29
%36.82

CMYK color model

#5A495F color CMYK value is (5,23,0,63).

  • cyan value is 5.26%
  • magenta value is 23.16%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(5,23,0,63)
C5M23Y0K63 
(5%,23%,0%,63%)
(0.05/0.23/0.00/0.63)	

CMYK percentages

%5.26
%23.16
%0
%62.75

Codes

Color #5A495F in popluar color models

5A495F
RGB907395
HSL286°13.10%32.94%
HSB/HSV286°23.16%37.25%
CMYK5.26%23.16%0.00%
62.75%

Color #5A495F in popluar number systems.

HEX5A495F
Decimal907395
Binary101101010010011011111
Octal132111137

Shades and tints

Shades of #5A495F

#5A495F
(90,73,95)
#524357
(82,67,87)
#4A3D4F
(74,61,79)
#423747
(66,55,71)
#3A313F
(58,49,63)
#322B37
(50,43,55)
#2A252F
(42,37,47)
#221F27
(34,31,39)
#1A191F
(26,25,31)
#121317
(18,19,23)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #5A495F

#5A495F
(90,73,95)
#69596D
(105,89,109)
#78697B
(120,105,123)
#877989
(135,121,137)
#968997
(150,137,151)
#A599A5
(165,153,165)
#B4A9B3
(180,169,179)
#C3B9C1
(195,185,193)
#D2C9CF
(210,201,207)
#E1D9DD
(225,217,221)
#F0E9EB
(240,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A495F; }

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

This text font color is #5A495F.


Background Color

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

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

This div background color is #5A495F.


Border color

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

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

This div border color is #5A495F.


Opacity

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

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

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

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

This text has shadow with #5A495F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A495F on black background.


Color preview on white background

This text has color #5A495F on white background.



Black color preview on #5A495F background

This text has black color on #5A495F background.


White color preview on #5A495F background

This text has white color on #5A495F background.