COLOR #5A3959

HEX: #5A3959
RGB: (90,57,89)

Color info

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

RGB color model

#5A3959 color RGB value is (90,57,89).

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

RGB channels and saturation

R 90 of 255 = 35%
G 57 of 255 = 22%
B 89 of 255 = 35%

90
57
89

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

Portions of RGB colors in percentages

R + G + B =
90 + 57 + 89 = 236 (100%)
R 90 of 236 ~ 38.14%
G 57 of 236 ~ 24.15%
B 89 of 236 ~ 37.71%

%38.14
%24.15
%37.71

CMYK color model

#5A3959 color CMYK value is (0,37,1,65).

  • cyan value is 0.00%
  • magenta value is 36.67%
  • yellow value is 1.11%
  • key color value is 64.71%
CMYK:
(0,37,1,65)
C0M37Y1K65 
(0%,37%,1%,65%)
(0.00/0.37/0.01/0.65)	

CMYK percentages

%0
%36.67
%1.11
%64.71

Codes

Color #5A3959 in popluar color models

5A3959
RGB905789
HSL302°22.45%28.82%
HSB/HSV302°36.67%35.29%
CMYK0.00%36.67%1.11%
64.71%

Color #5A3959 in popluar number systems.

HEX5A3959
Decimal905789
Binary10110101110011011001
Octal13271131

Shades and tints

Shades of #5A3959

#5A3959
(90,57,89)
#523451
(82,52,81)
#4A2F49
(74,47,73)
#422A41
(66,42,65)
#3A2539
(58,37,57)
#322031
(50,32,49)
#2A1B29
(42,27,41)
#221621
(34,22,33)
#1A1119
(26,17,25)
#120C11
(18,12,17)
#0A0709
(10,7,9)
#000000
(0,0,0)

Tints of #5A3959

#5A3959
(90,57,89)
#694B68
(105,75,104)
#785D77
(120,93,119)
#876F86
(135,111,134)
#968195
(150,129,149)
#A593A4
(165,147,164)
#B4A5B3
(180,165,179)
#C3B7C2
(195,183,194)
#D2C9D1
(210,201,209)
#E1DBE0
(225,219,224)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A3959; }

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

This text font color is #5A3959.


Background Color

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

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

This div background color is #5A3959.


Border color

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

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

This div border color is #5A3959.


Opacity

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

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

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

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

This text has shadow with #5A3959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3959 on black background.


Color preview on white background

This text has color #5A3959 on white background.



Black color preview on #5A3959 background

This text has black color on #5A3959 background.


White color preview on #5A3959 background

This text has white color on #5A3959 background.