COLOR #5A3F63

HEX: #5A3F63 RGB: (90,63,99)

Color info

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

RGB color model

#5A3F63 color RGB value is (90,63,99).

RGB: (90,63,99) (35%, 25%, 39%)

RGB channels and saturation

R 90 of 255 = 35%
G 63 of 255 = 25%
B 99 of 255 = 39%

90
63
99

R + G + B ~ 33%. #5A3F63 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 63 + 99 = 252 (100%)
R 90 of 252 ~ 35.71%
G 63 of 252 ~ 25%
B 99 of 252 ~ 39.29'%

%35.71
%25
%39.29

CMYK color model

#5A3F63 color CMYK value is (9,36,0,61).

  • cyan value is 9.09%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK: (9,36,0,61) C9M36Y0K61 (9%,36%,0%,61%) (0.09/0.36/0.00/0.61) 

CMYK percentages

%9.09
%36.36
%0
%61.18

Codes

Color #5A3F63 in popluar color models

5A 3F 63
RGB 90 63 99
HSL 285° 22.22% 31.76%
HSB/HSV 285° 36.36% 38.82%
CMYK 9.09% 36.36% 0.00%
61.18%

Color #5A3F63 in popluar number systems.

HEX 5A 3F 63
Decimal 90 63 99
Binary 1011010 111111 1100011
Octal 132 77 143

Shades and tints

Shades of #5A3F63

#5A3F63
(90,63,99)
#523A5A
(82,58,90)
#4A3551
(74,53,81)
#423048
(66,48,72)
#3A2B3F
(58,43,63)
#322636
(50,38,54)
#2A212D
(42,33,45)
#221C24
(34,28,36)
#1A171B
(26,23,27)
#121212
(18,18,18)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #5A3F63

#5A3F63
(90,63,99)
#695071
(105,80,113)
#78617F
(120,97,127)
#87728D
(135,114,141)
#96839B
(150,131,155)
#A594A9
(165,148,169)
#B4A5B7
(180,165,183)
#C3B6C5
(195,182,197)
#D2C7D3
(210,199,211)
#E1D8E1
(225,216,225)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A3F63; }

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

This text font color is #5A3F63.

Background Color

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

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

This div background color is #5A3F63.

Border color

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

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

This div border color is #5A3F63.

Opacity

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

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

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

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

This text has shadow with #5A3F63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A3F63.

Preview

Color preview on black background

This text has color #5A3F63 on black background.


Color preview on white background

This text has color #5A3F63 on white background.


Black color preview on #5A3F63 background

This text has black color on #5A3F63 background.


White color preview on #5A3F63 background

This text has white color on #5A3F63 background.


Related colors

Complementary color

Complementary color for #hex is #A5C09C.


I love getcolorcode.com

Triadic colors

1 #635A3F and #3F635A with #5A3F63 are triadic colors.

2 #633F5A and #3F5A63 with #5A3F63 are triadic colors.