COLOR #5A3A55

HEX: #5A3A55 RGB: (90,58,85)

Color info

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

RGB color model

#5A3A55 color RGB value is (90,58,85).

RGB: (90,58,85) (35%, 23%, 33%)

RGB channels and saturation

R 90 of 255 = 35%
G 58 of 255 = 23%
B 85 of 255 = 33%

90
58
85

R + G + B ~ 30%. #5A3A55 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 58 + 85 = 233 (100%)
R 90 of 233 ~ 38.63%
G 58 of 233 ~ 24.89%
B 85 of 233 ~ 36.48'%

%38.63
%24.89
%36.48

CMYK color model

#5A3A55 color CMYK value is (0,36,6,65).

  • cyan value is 0.00%
  • magenta value is 35.56%
  • yellow value is 5.56%
  • key color value is 64.71%

CMYK: (0,36,6,65)
C0M36Y6K65 (0%, 36%, 6%, 65%)
(0.00 / 0.36 / 0.06 / 0.65)

CMYK percentages

%0
%35.56
%5.56
%64.71

Codes

Color #5A3A55 in popluar color models

5A 3A 55
RGB 90 58 85
HSL 309° 21.62% 29.02%
HSB/HSV 309° 35.56% 35.29%
CMYK 0.00% 35.56% 5.56%
64.71%

Color #5A3A55 in popluar number systems.

HEX 5A 3A 55
Decimal 90 58 85
Binary 1011010 111010 1010101
Octal 132 72 125

Shades and tints

Shades of #5A3A55

#5A3A55
(90,58,85)
#52354E
(82,53,78)
#4A3047
(74,48,71)
#422B40
(66,43,64)
#3A2639
(58,38,57)
#322132
(50,33,50)
#2A1C2B
(42,28,43)
#221724
(34,23,36)
#1A121D
(26,18,29)
#120D16
(18,13,22)
#0A080F
(10,8,15)
#000000
(0,0,0)

Tints of #5A3A55

#5A3A55
(90,58,85)
#694B64
(105,75,100)
#785C73
(120,92,115)
#876D82
(135,109,130)
#967E91
(150,126,145)
#A58FA0
(165,143,160)
#B4A0AF
(180,160,175)
#C3B1BE
(195,177,190)
#D2C2CD
(210,194,205)
#E1D3DC
(225,211,220)
#F0E4EB
(240,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A3A55 color. Also use rgb(90,58,85) instead hex code.

Text Font Color

.myTextColor { color: #5A3A55; }

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

This text font color is #5A3A55.

Background Color

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

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

This div background color is #5A3A55.

Border color

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

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

This div border color is #5A3A55.

Opacity

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

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

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

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

This text has shadow with #5A3A55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A3A55.

Preview

Color preview on black background

This text has color #5A3A55 on black background.


Color preview on white background

This text has color #5A3A55 on white background.


Black color preview on #5A3A55 background

This text has black color on #5A3A55 background.


White color preview on #5A3A55 background

This text has white color on #5A3A55 background.


Related colors

Complementary color

Complementary color for #hex is #A5C5AA.


I love getcolorcode.com

Triadic colors

1 #555A3A and #3A555A with #5A3A55 are triadic colors.

2 #553A5A and #3A5A55 with #5A3A55 are triadic colors.