COLOR #5A4757

HEX: #5A4757
RGB: (90,71,87)

Color info

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

RGB color model

#5A4757 color RGB value is (90,71,87).

  • red value is 90;
  • green value is 71;
  • blue value is 87.
RGB:
(90,71,87)
(35%,28%,34%)

RGB channels and saturation

R 90 of 255 = 35%
G 71 of 255 = 28%
B 87 of 255 = 34%

90
71
87

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

Portions of RGB colors in percentages

R + G + B =
90 + 71 + 87 = 248 (100%)
R 90 of 248 ~ 36.29%
G 71 of 248 ~ 28.63%
B 87 of 248 ~ 35.08%

%36.29
%28.63
%35.08

CMYK color model

#5A4757 color CMYK value is (0,21,3,65).

  • cyan value is 0.00%
  • magenta value is 21.11%
  • yellow value is 3.33%
  • key color value is 64.71%
CMYK:
(0,21,3,65)
C0M21Y3K65 
(0%,21%,3%,65%)
(0.00/0.21/0.03/0.65)	

CMYK percentages

%0
%21.11
%3.33
%64.71

Codes

Color #5A4757 in popluar color models

5A4757
RGB907187
HSL309°11.80%31.57%
HSB/HSV309°21.11%35.29%
CMYK0.00%21.11%3.33%
64.71%

Color #5A4757 in popluar number systems.

HEX5A4757
Decimal907187
Binary101101010001111010111
Octal132107127

Shades and tints

Shades of #5A4757

#5A4757
(90,71,87)
#524150
(82,65,80)
#4A3B49
(74,59,73)
#423542
(66,53,66)
#3A2F3B
(58,47,59)
#322934
(50,41,52)
#2A232D
(42,35,45)
#221D26
(34,29,38)
#1A171F
(26,23,31)
#121118
(18,17,24)
#0A0B11
(10,11,17)
#000000
(0,0,0)

Tints of #5A4757

#5A4757
(90,71,87)
#695766
(105,87,102)
#786775
(120,103,117)
#877784
(135,119,132)
#968793
(150,135,147)
#A597A2
(165,151,162)
#B4A7B1
(180,167,177)
#C3B7C0
(195,183,192)
#D2C7CF
(210,199,207)
#E1D7DE
(225,215,222)
#F0E7ED
(240,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4757 color. Also use rgb(90,71,87) instead hex code.

Text Font Color

.myTextColor { color: #5A4757; }

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

This text font color is #5A4757.


Background Color

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

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

This div background color is #5A4757.


Border color

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

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

This div border color is #5A4757.


Opacity

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

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

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

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

This text has shadow with #5A4757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4757 on black background.


Color preview on white background

This text has color #5A4757 on white background.



Black color preview on #5A4757 background

This text has black color on #5A4757 background.


White color preview on #5A4757 background

This text has white color on #5A4757 background.