COLOR #5A4C5B

HEX: #5A4C5B
RGB: (90,76,91)

Color info

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

RGB color model

#5A4C5B color RGB value is (90,76,91).

  • red value is 90;
  • green value is 76;
  • blue value is 91.
RGB:
(90,76,91)
(35%,30%,36%)

RGB channels and saturation

R 90 of 255 = 35%
G 76 of 255 = 30%
B 91 of 255 = 36%

90
76
91

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

Portions of RGB colors in percentages

R + G + B =
90 + 76 + 91 = 257 (100%)
R 90 of 257 ~ 35.02%
G 76 of 257 ~ 29.57%
B 91 of 257 ~ 35.41%

%35.02
%29.57
%35.41

CMYK color model

#5A4C5B color CMYK value is (1,16,0,64).

  • cyan value is 1.10%
  • magenta value is 16.48%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(1,16,0,64)
C1M16Y0K64 
(1%,16%,0%,64%)
(0.01/0.16/0.00/0.64)	

CMYK percentages

%1.1
%16.48
%0
%64.31

Codes

Color #5A4C5B in popluar color models

5A4C5B
RGB907691
HSL296°8.98%32.75%
HSB/HSV296°16.48%35.69%
CMYK1.10%16.48%0.00%
64.31%

Color #5A4C5B in popluar number systems.

HEX5A4C5B
Decimal907691
Binary101101010011001011011
Octal132114133

Shades and tints

Shades of #5A4C5B

#5A4C5B
(90,76,91)
#524653
(82,70,83)
#4A404B
(74,64,75)
#423A43
(66,58,67)
#3A343B
(58,52,59)
#322E33
(50,46,51)
#2A282B
(42,40,43)
#222223
(34,34,35)
#1A1C1B
(26,28,27)
#121613
(18,22,19)
#0A100B
(10,16,11)
#000000
(0,0,0)

Tints of #5A4C5B

#5A4C5B
(90,76,91)
#695C69
(105,92,105)
#786C77
(120,108,119)
#877C85
(135,124,133)
#968C93
(150,140,147)
#A59CA1
(165,156,161)
#B4ACAF
(180,172,175)
#C3BCBD
(195,188,189)
#D2CCCB
(210,204,203)
#E1DCD9
(225,220,217)
#F0ECE7
(240,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4C5B color. Also use rgb(90,76,91) instead hex code.

Text Font Color

.myTextColor { color: #5A4C5B; }

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

This text font color is #5A4C5B.


Background Color

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

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

This div background color is #5A4C5B.


Border color

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

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

This div border color is #5A4C5B.


Opacity

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

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

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

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

This text has shadow with #5A4C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4C5B on black background.


Color preview on white background

This text has color #5A4C5B on white background.



Black color preview on #5A4C5B background

This text has black color on #5A4C5B background.


White color preview on #5A4C5B background

This text has white color on #5A4C5B background.