COLOR #5A3F77

HEX: #5A3F77
RGB: (90,63,119)

Color info

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

RGB color model

#5A3F77 color RGB value is (90,63,119).

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

RGB channels and saturation

R 90 of 255 = 35%
G 63 of 255 = 25%
B 119 of 255 = 47%

90
63
119

R + G + B ~ 36%. #5A3F77 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 63 + 119 = 272 (100%)
R 90 of 272 ~ 33.09%
G 63 of 272 ~ 23.16%
B 119 of 272 ~ 43.75%

%33.09
%23.16
%43.75

CMYK color model

#5A3F77 color CMYK value is (24,47,0,53).

  • cyan value is 24.37%
  • magenta value is 47.06%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(24,47,0,53)
C24M47Y0K53 
(24%,47%,0%,53%)
(0.24/0.47/0.00/0.53)	

CMYK percentages

%24.37
%47.06
%0
%53.33

Codes

Color #5A3F77 in popluar color models

5A3F77
RGB9063119
HSL269°30.77%35.69%
HSB/HSV269°47.06%46.67%
CMYK24.37%47.06%0.00%
53.33%

Color #5A3F77 in popluar number systems.

HEX5A3F77
Decimal9063119
Binary10110101111111110111
Octal13277167

Shades and tints

Shades of #5A3F77

#5A3F77
(90,63,119)
#523A6D
(82,58,109)
#4A3563
(74,53,99)
#423059
(66,48,89)
#3A2B4F
(58,43,79)
#322645
(50,38,69)
#2A213B
(42,33,59)
#221C31
(34,28,49)
#1A1727
(26,23,39)
#12121D
(18,18,29)
#0A0D13
(10,13,19)
#000000
(0,0,0)

Tints of #5A3F77

#5A3F77
(90,63,119)
#695083
(105,80,131)
#78618F
(120,97,143)
#87729B
(135,114,155)
#9683A7
(150,131,167)
#A594B3
(165,148,179)
#B4A5BF
(180,165,191)
#C3B6CB
(195,182,203)
#D2C7D7
(210,199,215)
#E1D8E3
(225,216,227)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A3F77; }

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

This text font color is #5A3F77.


Background Color

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

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

This div background color is #5A3F77.


Border color

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

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

This div border color is #5A3F77.


Opacity

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

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

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

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

This text has shadow with #5A3F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3F77 on black background.


Color preview on white background

This text has color #5A3F77 on white background.



Black color preview on #5A3F77 background

This text has black color on #5A3F77 background.


White color preview on #5A3F77 background

This text has white color on #5A3F77 background.