COLOR #5A3A59

HEX: #5A3A59
RGB: (90,58,89)

Color info

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

RGB color model

#5A3A59 color RGB value is (90,58,89).

  • red value is 90;
  • green value is 58;
  • blue value is 89.
RGB:
(90,58,89)
(35%,23%,35%)

RGB channels and saturation

R 90 of 255 = 35%
G 58 of 255 = 23%
B 89 of 255 = 35%

90
58
89

R + G + B ~ 31%. #5A3A59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 58 + 89 = 237 (100%)
R 90 of 237 ~ 37.97%
G 58 of 237 ~ 24.47%
B 89 of 237 ~ 37.55%

%37.97
%24.47
%37.55

CMYK color model

#5A3A59 color CMYK value is (0,36,1,65).

  • cyan value is 0.00%
  • magenta value is 35.56%
  • yellow value is 1.11%
  • key color value is 64.71%
CMYK:
(0,36,1,65)
C0M36Y1K65 
(0%,36%,1%,65%)
(0.00/0.36/0.01/0.65)	

CMYK percentages

%0
%35.56
%1.11
%64.71

Codes

Color #5A3A59 in popluar color models

5A3A59
RGB905889
HSL302°21.62%29.02%
HSB/HSV302°35.56%35.29%
CMYK0.00%35.56%1.11%
64.71%

Color #5A3A59 in popluar number systems.

HEX5A3A59
Decimal905889
Binary10110101110101011001
Octal13272131

Shades and tints

Shades of #5A3A59

#5A3A59
(90,58,89)
#523551
(82,53,81)
#4A3049
(74,48,73)
#422B41
(66,43,65)
#3A2639
(58,38,57)
#322131
(50,33,49)
#2A1C29
(42,28,41)
#221721
(34,23,33)
#1A1219
(26,18,25)
#120D11
(18,13,17)
#0A0809
(10,8,9)
#000000
(0,0,0)

Tints of #5A3A59

#5A3A59
(90,58,89)
#694B68
(105,75,104)
#785C77
(120,92,119)
#876D86
(135,109,134)
#967E95
(150,126,149)
#A58FA4
(165,143,164)
#B4A0B3
(180,160,179)
#C3B1C2
(195,177,194)
#D2C2D1
(210,194,209)
#E1D3E0
(225,211,224)
#F0E4EF
(240,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A3A59; }

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

This text font color is #5A3A59.


Background Color

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

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

This div background color is #5A3A59.


Border color

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

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

This div border color is #5A3A59.


Opacity

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

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

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

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

This text has shadow with #5A3A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3A59 on black background.


Color preview on white background

This text has color #5A3A59 on white background.



Black color preview on #5A3A59 background

This text has black color on #5A3A59 background.


White color preview on #5A3A59 background

This text has white color on #5A3A59 background.