COLOR #5A4467

HEX: #5A4467
RGB: (90,68,103)

Color info

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

RGB color model

#5A4467 color RGB value is (90,68,103).

  • red value is 90;
  • green value is 68;
  • blue value is 103.
RGB:
(90,68,103)
(35%,27%,40%)

RGB channels and saturation

R 90 of 255 = 35%
G 68 of 255 = 27%
B 103 of 255 = 40%

90
68
103

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

Portions of RGB colors in percentages

R + G + B =
90 + 68 + 103 = 261 (100%)
R 90 of 261 ~ 34.48%
G 68 of 261 ~ 26.05%
B 103 of 261 ~ 39.46%

%34.48
%26.05
%39.46

CMYK color model

#5A4467 color CMYK value is (13,34,0,60).

  • cyan value is 12.62%
  • magenta value is 33.98%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(13,34,0,60)
C13M34Y0K60 
(13%,34%,0%,60%)
(0.13/0.34/0.00/0.60)	

CMYK percentages

%12.62
%33.98
%0
%59.61

Codes

Color #5A4467 in popluar color models

5A4467
RGB9068103
HSL278°20.47%33.53%
HSB/HSV278°33.98%40.39%
CMYK12.62%33.98%0.00%
59.61%

Color #5A4467 in popluar number systems.

HEX5A4467
Decimal9068103
Binary101101010001001100111
Octal132104147

Shades and tints

Shades of #5A4467

#5A4467
(90,68,103)
#523E5E
(82,62,94)
#4A3855
(74,56,85)
#42324C
(66,50,76)
#3A2C43
(58,44,67)
#32263A
(50,38,58)
#2A2031
(42,32,49)
#221A28
(34,26,40)
#1A141F
(26,20,31)
#120E16
(18,14,22)
#0A080D
(10,8,13)
#000000
(0,0,0)

Tints of #5A4467

#5A4467
(90,68,103)
#695574
(105,85,116)
#786681
(120,102,129)
#87778E
(135,119,142)
#96889B
(150,136,155)
#A599A8
(165,153,168)
#B4AAB5
(180,170,181)
#C3BBC2
(195,187,194)
#D2CCCF
(210,204,207)
#E1DDDC
(225,221,220)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4467 color. Also use rgb(90,68,103) instead hex code.

Text Font Color

.myTextColor { color: #5A4467; }

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

This text font color is #5A4467.


Background Color

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

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

This div background color is #5A4467.


Border color

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

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

This div border color is #5A4467.


Opacity

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

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

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

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

This text has shadow with #5A4467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4467 on black background.


Color preview on white background

This text has color #5A4467 on white background.



Black color preview on #5A4467 background

This text has black color on #5A4467 background.


White color preview on #5A4467 background

This text has white color on #5A4467 background.