COLOR #5A3676

HEX: #5A3676 RGB: (90,54,118)

Color info

#5A3676 contains mainly red and blue colors. Web safe color of #5A3676 is #663366 (or #636).

RGB color model

#5A3676 color RGB value is (90,54,118).

RGB: (90,54,118) (35%, 21%, 46%)

RGB channels and saturation

R 90 of 255 = 35%
G 54 of 255 = 21%
B 118 of 255 = 46%

90
54
118

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

Portions of RGB colors in percentages

R + G + B = 90 + 54 + 118 = 262 (100%)
R 90 of 262 ~ 34.35%
G 54 of 262 ~ 20.61%
B 118 of 262 ~ 45.04'%

%34.35
%20.61
%45.04

CMYK color model

#5A3676 color CMYK value is (24,54,0,54).

  • cyan value is 23.73%
  • magenta value is 54.24%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (24,54,0,54)
C24M54Y0K54 (24%, 54%, 0%, 54%)
(0.24 / 0.54 / 0.00 / 0.54)

CMYK percentages

%23.73
%54.24
%0
%53.73

Codes

Color #5A3676 in popluar color models

5A 36 76
RGB 90 54 118
HSL 274° 37.21% 33.73%
HSB/HSV 274° 54.24% 46.27%
CMYK 23.73% 54.24% 0.00%
53.73%

Color #5A3676 in popluar number systems.

HEX 5A 36 76
Decimal 90 54 118
Binary 1011010 110110 1110110
Octal 132 66 166

Shades and tints

Shades of #5A3676

#5A3676
(90,54,118)
#52326C
(82,50,108)
#4A2E62
(74,46,98)
#422A58
(66,42,88)
#3A264E
(58,38,78)
#322244
(50,34,68)
#2A1E3A
(42,30,58)
#221A30
(34,26,48)
#1A1626
(26,22,38)
#12121C
(18,18,28)
#0A0E12
(10,14,18)
#000000
(0,0,0)

Tints of #5A3676

#5A3676
(90,54,118)
#694882
(105,72,130)
#785A8E
(120,90,142)
#876C9A
(135,108,154)
#967EA6
(150,126,166)
#A590B2
(165,144,178)
#B4A2BE
(180,162,190)
#C3B4CA
(195,180,202)
#D2C6D6
(210,198,214)
#E1D8E2
(225,216,226)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A3676; }

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

This text font color is #5A3676.

Background Color

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

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

This div background color is #5A3676.

Border color

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

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

This div border color is #5A3676.

Opacity

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

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

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

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

This text has shadow with #5A3676 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A3676.

Preview

Color preview on black background

This text has color #5A3676 on black background.


Color preview on white background

This text has color #5A3676 on white background.


Black color preview on #5A3676 background

This text has black color on #5A3676 background.


White color preview on #5A3676 background

This text has white color on #5A3676 background.


Related colors

Complementary color

Complementary color for #hex is #A5C989.


I love getcolorcode.com

Triadic colors

1 #765A36 and #36765A with #5A3676 are triadic colors.

2 #76365A and #365A76 with #5A3676 are triadic colors.