COLOR #5A4C50

HEX: #5A4C50
RGB: (90,76,80)

Color info

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

RGB color model

#5A4C50 color RGB value is (90,76,80).

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

RGB channels and saturation

R 90 of 255 = 35%
G 76 of 255 = 30%
B 80 of 255 = 31%

90
76
80

R + G + B ~ 32%. #5A4C50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 76 + 80 = 246 (100%)
R 90 of 246 ~ 36.59%
G 76 of 246 ~ 30.89%
B 80 of 246 ~ 32.52%

%36.59
%30.89
%32.52

CMYK color model

#5A4C50 color CMYK value is (0,16,11,65).

  • cyan value is 0.00%
  • magenta value is 15.56%
  • yellow value is 11.11%
  • key color value is 64.71%
CMYK:
(0,16,11,65)
C0M16Y11K65 
(0%,16%,11%,65%)
(0.00/0.16/0.11/0.65)	

CMYK percentages

%0
%15.56
%11.11
%64.71

Codes

Color #5A4C50 in popluar color models

5A4C50
RGB907680
HSL343°8.43%32.55%
HSB/HSV343°15.56%35.29%
CMYK0.00%15.56%11.11%
64.71%

Color #5A4C50 in popluar number systems.

HEX5A4C50
Decimal907680
Binary101101010011001010000
Octal132114120

Shades and tints

Shades of #5A4C50

#5A4C50
(90,76,80)
#524649
(82,70,73)
#4A4042
(74,64,66)
#423A3B
(66,58,59)
#3A3434
(58,52,52)
#322E2D
(50,46,45)
#2A2826
(42,40,38)
#22221F
(34,34,31)
#1A1C18
(26,28,24)
#121611
(18,22,17)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #5A4C50

#5A4C50
(90,76,80)
#695C5F
(105,92,95)
#786C6E
(120,108,110)
#877C7D
(135,124,125)
#968C8C
(150,140,140)
#A59C9B
(165,156,155)
#B4ACAA
(180,172,170)
#C3BCB9
(195,188,185)
#D2CCC8
(210,204,200)
#E1DCD7
(225,220,215)
#F0ECE6
(240,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4C50; }

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

This text font color is #5A4C50.


Background Color

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

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

This div background color is #5A4C50.


Border color

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

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

This div border color is #5A4C50.


Opacity

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

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

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

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

This text has shadow with #5A4C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4C50 on black background.


Color preview on white background

This text has color #5A4C50 on white background.



Black color preview on #5A4C50 background

This text has black color on #5A4C50 background.


White color preview on #5A4C50 background

This text has white color on #5A4C50 background.