COLOR #5A3667

HEX: #5A3667
RGB: (90,54,103)

Color info

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

RGB color model

#5A3667 color RGB value is (90,54,103).

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

RGB channels and saturation

R 90 of 255 = 35%
G 54 of 255 = 21%
B 103 of 255 = 40%

90
54
103

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

Portions of RGB colors in percentages

R + G + B =
90 + 54 + 103 = 247 (100%)
R 90 of 247 ~ 36.44%
G 54 of 247 ~ 21.86%
B 103 of 247 ~ 41.7%

%36.44
%21.86
%41.7

CMYK color model

#5A3667 color CMYK value is (13,48,0,60).

  • cyan value is 12.62%
  • magenta value is 47.57%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(13,48,0,60)
C13M48Y0K60 
(13%,48%,0%,60%)
(0.13/0.48/0.00/0.60)	

CMYK percentages

%12.62
%47.57
%0
%59.61

Codes

Color #5A3667 in popluar color models

5A3667
RGB9054103
HSL284°31.21%30.78%
HSB/HSV284°47.57%40.39%
CMYK12.62%47.57%0.00%
59.61%

Color #5A3667 in popluar number systems.

HEX5A3667
Decimal9054103
Binary10110101101101100111
Octal13266147

Shades and tints

Shades of #5A3667

#5A3667
(90,54,103)
#52325E
(82,50,94)
#4A2E55
(74,46,85)
#422A4C
(66,42,76)
#3A2643
(58,38,67)
#32223A
(50,34,58)
#2A1E31
(42,30,49)
#221A28
(34,26,40)
#1A161F
(26,22,31)
#121216
(18,18,22)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #5A3667

#5A3667
(90,54,103)
#694874
(105,72,116)
#785A81
(120,90,129)
#876C8E
(135,108,142)
#967E9B
(150,126,155)
#A590A8
(165,144,168)
#B4A2B5
(180,162,181)
#C3B4C2
(195,180,194)
#D2C6CF
(210,198,207)
#E1D8DC
(225,216,220)
#F0EAE9
(240,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A3667; }

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

This text font color is #5A3667.


Background Color

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

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

This div background color is #5A3667.


Border color

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

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

This div border color is #5A3667.


Opacity

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

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

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

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

This text has shadow with #5A3667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3667 on black background.


Color preview on white background

This text has color #5A3667 on white background.



Black color preview on #5A3667 background

This text has black color on #5A3667 background.


White color preview on #5A3667 background

This text has white color on #5A3667 background.