COLOR #5A3076

HEX: #5A3076 RGB: (90,48,118)

Color info

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

RGB color model

#5A3076 color RGB value is (90,48,118).

RGB: (90,48,118) (35%, 19%, 46%)

RGB channels and saturation

R 90 of 255 = 35%
G 48 of 255 = 19%
B 118 of 255 = 46%

90
48
118

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

Portions of RGB colors in percentages

R + G + B = 90 + 48 + 118 = 256 (100%)
R 90 of 256 ~ 35.16%
G 48 of 256 ~ 18.75%
B 118 of 256 ~ 46.09'%

%35.16
%18.75
%46.09

CMYK color model

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

  • cyan value is 23.73%
  • magenta value is 59.32%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK: (24,59,0,54) C24M59Y0K54 (24%,59%,0%,54%) (0.24/0.59/0.00/0.54) 

CMYK percentages

%23.73
%59.32
%0
%53.73

Codes

Color #5A3076 in popluar color models

5A 30 76
RGB 90 48 118
HSL 276° 42.17% 32.55%
HSB/HSV 276° 59.32% 46.27%
CMYK 23.73% 59.32% 0.00%
53.73%

Color #5A3076 in popluar number systems.

HEX 5A 30 76
Decimal 90 48 118
Binary 1011010 110000 1110110
Octal 132 60 166

Shades and tints

Shades of #5A3076

#5A3076
(90,48,118)
#522C6C
(82,44,108)
#4A2862
(74,40,98)
#422458
(66,36,88)
#3A204E
(58,32,78)
#321C44
(50,28,68)
#2A183A
(42,24,58)
#221430
(34,20,48)
#1A1026
(26,16,38)
#120C1C
(18,12,28)
#0A0812
(10,8,18)
#000000
(0,0,0)

Tints of #5A3076

#5A3076
(90,48,118)
#694282
(105,66,130)
#78548E
(120,84,142)
#87669A
(135,102,154)
#9678A6
(150,120,166)
#A58AB2
(165,138,178)
#B49CBE
(180,156,190)
#C3AECA
(195,174,202)
#D2C0D6
(210,192,214)
#E1D2E2
(225,210,226)
#F0E4EE
(240,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A3076; }

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

This text font color is #5A3076.

Background Color

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

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

This div background color is #5A3076.

Border color

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

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

This div border color is #5A3076.

Opacity

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

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

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

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

This text has shadow with #5A3076 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A3076.

Preview

Color preview on black background

This text has color #5A3076 on black background.


Color preview on white background

This text has color #5A3076 on white background.


Black color preview on #5A3076 background

This text has black color on #5A3076 background.


White color preview on #5A3076 background

This text has white color on #5A3076 background.


Related colors

Complementary color

Complementary color for #hex is #A5CF89.


I love getcolorcode.com

Triadic colors

1 #765A30 and #30765A with #5A3076 are triadic colors.

2 #76305A and #305A76 with #5A3076 are triadic colors.