COLOR #5A4867

HEX: #5A4867
RGB: (90,72,103)

Color info

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

RGB color model

#5A4867 color RGB value is (90,72,103).

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

RGB channels and saturation

R 90 of 255 = 35%
G 72 of 255 = 28%
B 103 of 255 = 40%

90
72
103

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

Portions of RGB colors in percentages

R + G + B =
90 + 72 + 103 = 265 (100%)
R 90 of 265 ~ 33.96%
G 72 of 265 ~ 27.17%
B 103 of 265 ~ 38.87%

%33.96
%27.17
%38.87

CMYK color model

#5A4867 color CMYK value is (13,30,0,60).

  • cyan value is 12.62%
  • magenta value is 30.10%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(13,30,0,60)
C13M30Y0K60 
(13%,30%,0%,60%)
(0.13/0.30/0.00/0.60)	

CMYK percentages

%12.62
%30.1
%0
%59.61

Codes

Color #5A4867 in popluar color models

5A4867
RGB9072103
HSL275°17.71%34.31%
HSB/HSV275°30.10%40.39%
CMYK12.62%30.10%0.00%
59.61%

Color #5A4867 in popluar number systems.

HEX5A4867
Decimal9072103
Binary101101010010001100111
Octal132110147

Shades and tints

Shades of #5A4867

#5A4867
(90,72,103)
#52425E
(82,66,94)
#4A3C55
(74,60,85)
#42364C
(66,54,76)
#3A3043
(58,48,67)
#322A3A
(50,42,58)
#2A2431
(42,36,49)
#221E28
(34,30,40)
#1A181F
(26,24,31)
#121216
(18,18,22)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #5A4867

#5A4867
(90,72,103)
#695874
(105,88,116)
#786881
(120,104,129)
#87788E
(135,120,142)
#96889B
(150,136,155)
#A598A8
(165,152,168)
#B4A8B5
(180,168,181)
#C3B8C2
(195,184,194)
#D2C8CF
(210,200,207)
#E1D8DC
(225,216,220)
#F0E8E9
(240,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4867; }

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

This text font color is #5A4867.


Background Color

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

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

This div background color is #5A4867.


Border color

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

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

This div border color is #5A4867.


Opacity

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

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

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

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

This text has shadow with #5A4867 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4867 on black background.


Color preview on white background

This text has color #5A4867 on white background.



Black color preview on #5A4867 background

This text has black color on #5A4867 background.


White color preview on #5A4867 background

This text has white color on #5A4867 background.