COLOR #5A4857

HEX: #5A4857 RGB: (90,72,87)

Color info

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

RGB color model

#5A4857 color RGB value is (90,72,87).

RGB: (90,72,87) (35%, 28%, 34%)

RGB channels and saturation

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

90
72
87

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

Portions of RGB colors in percentages

R + G + B = 90 + 72 + 87 = 249 (100%)
R 90 of 249 ~ 36.14%
G 72 of 249 ~ 28.92%
B 87 of 249 ~ 34.94'%

%36.14
%28.92
%34.94

CMYK color model

#5A4857 color CMYK value is (0,20,3,65).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 3.33%
  • key color value is 64.71%

CMYK: (0,20,3,65)
C0M20Y3K65 (0%, 20%, 3%, 65%)
(0.00 / 0.20 / 0.03 / 0.65)

CMYK percentages

%0
%20
%3.33
%64.71

Codes

Color #5A4857 in popluar color models

5A 48 57
RGB 90 72 87
HSL 310° 11.11% 31.76%
HSB/HSV 310° 20.00% 35.29%
CMYK 0.00% 20.00% 3.33%
64.71%

Color #5A4857 in popluar number systems.

HEX 5A 48 57
Decimal 90 72 87
Binary 1011010 1001000 1010111
Octal 132 110 127

Shades and tints

Shades of #5A4857

#5A4857
(90,72,87)
#524250
(82,66,80)
#4A3C49
(74,60,73)
#423642
(66,54,66)
#3A303B
(58,48,59)
#322A34
(50,42,52)
#2A242D
(42,36,45)
#221E26
(34,30,38)
#1A181F
(26,24,31)
#121218
(18,18,24)
#0A0C11
(10,12,17)
#000000
(0,0,0)

Tints of #5A4857

#5A4857
(90,72,87)
#695866
(105,88,102)
#786875
(120,104,117)
#877884
(135,120,132)
#968893
(150,136,147)
#A598A2
(165,152,162)
#B4A8B1
(180,168,177)
#C3B8C0
(195,184,192)
#D2C8CF
(210,200,207)
#E1D8DE
(225,216,222)
#F0E8ED
(240,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4857; }

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

This text font color is #5A4857.

Background Color

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

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

This div background color is #5A4857.

Border color

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

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

This div border color is #5A4857.

Opacity

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

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

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

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

This text has shadow with #5A4857 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A4857.

Preview

Color preview on black background

This text has color #5A4857 on black background.


Color preview on white background

This text has color #5A4857 on white background.


Black color preview on #5A4857 background

This text has black color on #5A4857 background.


White color preview on #5A4857 background

This text has white color on #5A4857 background.


Related colors

Complementary color

Complementary color for #hex is #A5B7A8.


I love getcolorcode.com

Triadic colors

1 #575A48 and #48575A with #5A4857 are triadic colors.

2 #57485A and #485A57 with #5A4857 are triadic colors.