COLOR #5A4054

HEX: #5A4054
RGB: (90,64,84)

Color info

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

RGB color model

#5A4054 color RGB value is (90,64,84).

  • red value is 90;
  • green value is 64;
  • blue value is 84.
RGB:
(90,64,84)
(35%,25%,33%)

RGB channels and saturation

R 90 of 255 = 35%
G 64 of 255 = 25%
B 84 of 255 = 33%

90
64
84

R + G + B ~ 31%. #5A4054 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 64 + 84 = 238 (100%)
R 90 of 238 ~ 37.82%
G 64 of 238 ~ 26.89%
B 84 of 238 ~ 35.29%

%37.82
%26.89
%35.29

CMYK color model

#5A4054 color CMYK value is (0,29,7,65).

  • cyan value is 0.00%
  • magenta value is 28.89%
  • yellow value is 6.67%
  • key color value is 64.71%
CMYK:
(0,29,7,65)
C0M29Y7K65 
(0%,29%,7%,65%)
(0.00/0.29/0.07/0.65)	

CMYK percentages

%0
%28.89
%6.67
%64.71

Codes

Color #5A4054 in popluar color models

5A4054
RGB906484
HSL314°16.88%30.20%
HSB/HSV314°28.89%35.29%
CMYK0.00%28.89%6.67%
64.71%

Color #5A4054 in popluar number systems.

HEX5A4054
Decimal906484
Binary101101010000001010100
Octal132100124

Shades and tints

Shades of #5A4054

#5A4054
(90,64,84)
#523B4D
(82,59,77)
#4A3646
(74,54,70)
#42313F
(66,49,63)
#3A2C38
(58,44,56)
#322731
(50,39,49)
#2A222A
(42,34,42)
#221D23
(34,29,35)
#1A181C
(26,24,28)
#121315
(18,19,21)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #5A4054

#5A4054
(90,64,84)
#695163
(105,81,99)
#786272
(120,98,114)
#877381
(135,115,129)
#968490
(150,132,144)
#A5959F
(165,149,159)
#B4A6AE
(180,166,174)
#C3B7BD
(195,183,189)
#D2C8CC
(210,200,204)
#E1D9DB
(225,217,219)
#F0EAEA
(240,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4054 color. Also use rgb(90,64,84) instead hex code.

Text Font Color

.myTextColor { color: #5A4054; }

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

This text font color is #5A4054.


Background Color

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

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

This div background color is #5A4054.


Border color

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

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

This div border color is #5A4054.


Opacity

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

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

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

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

This text has shadow with #5A4054 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4054 on black background.


Color preview on white background

This text has color #5A4054 on white background.



Black color preview on #5A4054 background

This text has black color on #5A4054 background.


White color preview on #5A4054 background

This text has white color on #5A4054 background.