COLOR #5A3F5B

HEX: #5A3F5B
RGB: (90,63,91)

Color info

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

RGB color model

#5A3F5B color RGB value is (90,63,91).

  • red value is 90;
  • green value is 63;
  • blue value is 91.
RGB: (90,63,91) (35%,25%,36%)

RGB channels and saturation

R 90 of 255 = 35%
G 63 of 255 = 25%
B 91 of 255 = 36%

90
63
91

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

Portions of RGB colors in percentages

R + G + B =
90 + 63 + 91 = 244 (100%)
R 90 of 244 ~ 36.89%
G 63 of 244 ~ 25.82%
B 91 of 244 ~ 37.3%

%36.89
%25.82
%37.3

CMYK color model

#5A3F5B color CMYK value is (1,31,0,64).

  • cyan value is 1.10%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK: (1,31,0,64) C1M31Y0K64 (1%,31%,0%,64%) (0.01/0.31/0.00/0.64)

CMYK percentages

%1.1
%30.77
%0
%64.31

Codes

Color #5A3F5B in popluar color models

5A3F5B
RGB906391
HSL298°18.18%30.20%
HSB/HSV298°30.77%35.69%
CMYK1.10%30.77%0.00%
64.31%

Color #5A3F5B in popluar number systems.

HEX5A3F5B
Decimal906391
Binary10110101111111011011
Octal13277133

Shades and tints

Shades of #5A3F5B

#5A3F5B
(90,63,91)
#523A53
(82,58,83)
#4A354B
(74,53,75)
#423043
(66,48,67)
#3A2B3B
(58,43,59)
#322633
(50,38,51)
#2A212B
(42,33,43)
#221C23
(34,28,35)
#1A171B
(26,23,27)
#121213
(18,18,19)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #5A3F5B

#5A3F5B
(90,63,91)
#695069
(105,80,105)
#786177
(120,97,119)
#877285
(135,114,133)
#968393
(150,131,147)
#A594A1
(165,148,161)
#B4A5AF
(180,165,175)
#C3B6BD
(195,182,189)
#D2C7CB
(210,199,203)
#E1D8D9
(225,216,217)
#F0E9E7
(240,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A3F5B color. Also use rgb(90,63,91) instead hex code.

Text Font Color

.myTextColor { color: #5A3F5B; }

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

This text font color is #5A3F5B.


Background Color

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

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

This div background color is #5A3F5B.


Border color

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

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

This div border color is #5A3F5B.


Opacity

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

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

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

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

This text has shadow with #5A3F5B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5A3F5B on black background.


Color preview on white background

This text has color #5A3F5B on white background.



Black color preview on #5A3F5B background

This text has black color on #5A3F5B background.


White color preview on #5A3F5B background

This text has white color on #5A3F5B background.