COLOR #5A3B5F

HEX: #5A3B5F
RGB: (90,59,95)

Color info

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

RGB color model

#5A3B5F color RGB value is (90,59,95).

  • red value is 90;
  • green value is 59;
  • blue value is 95.
RGB:
(90,59,95)
(35%,23%,37%)

RGB channels and saturation

R 90 of 255 = 35%
G 59 of 255 = 23%
B 95 of 255 = 37%

90
59
95

R + G + B ~ 32%. #5A3B5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 59 + 95 = 244 (100%)
R 90 of 244 ~ 36.89%
G 59 of 244 ~ 24.18%
B 95 of 244 ~ 38.93%

%36.89
%24.18
%38.93

CMYK color model

#5A3B5F color CMYK value is (5,38,0,63).

  • cyan value is 5.26%
  • magenta value is 37.89%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(5,38,0,63)
C5M38Y0K63 
(5%,38%,0%,63%)
(0.05/0.38/0.00/0.63)	

CMYK percentages

%5.26
%37.89
%0
%62.75

Codes

Color #5A3B5F in popluar color models

5A3B5F
RGB905995
HSL292°23.38%30.20%
HSB/HSV292°37.89%37.25%
CMYK5.26%37.89%0.00%
62.75%

Color #5A3B5F in popluar number systems.

HEX5A3B5F
Decimal905995
Binary10110101110111011111
Octal13273137

Shades and tints

Shades of #5A3B5F

#5A3B5F
(90,59,95)
#523657
(82,54,87)
#4A314F
(74,49,79)
#422C47
(66,44,71)
#3A273F
(58,39,63)
#322237
(50,34,55)
#2A1D2F
(42,29,47)
#221827
(34,24,39)
#1A131F
(26,19,31)
#120E17
(18,14,23)
#0A090F
(10,9,15)
#000000
(0,0,0)

Tints of #5A3B5F

#5A3B5F
(90,59,95)
#694C6D
(105,76,109)
#785D7B
(120,93,123)
#876E89
(135,110,137)
#967F97
(150,127,151)
#A590A5
(165,144,165)
#B4A1B3
(180,161,179)
#C3B2C1
(195,178,193)
#D2C3CF
(210,195,207)
#E1D4DD
(225,212,221)
#F0E5EB
(240,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A3B5F color. Also use rgb(90,59,95) instead hex code.

Text Font Color

.myTextColor { color: #5A3B5F; }

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

This text font color is #5A3B5F.


Background Color

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

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

This div background color is #5A3B5F.


Border color

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

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

This div border color is #5A3B5F.


Opacity

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

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

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

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

This text has shadow with #5A3B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3B5F on black background.


Color preview on white background

This text has color #5A3B5F on white background.



Black color preview on #5A3B5F background

This text has black color on #5A3B5F background.


White color preview on #5A3B5F background

This text has white color on #5A3B5F background.