COLOR #5A3B4C

HEX: #5A3B4C RGB: (90,59,76)

Color info

#5A3B4C contains red, green and blue colors in about the same proportion. Web safe color of #5A3B4C is #663333 (or #633).

RGB color model

#5A3B4C color RGB value is (90,59,76).

RGB: (90,59,76) (35%, 23%, 30%)

RGB channels and saturation

R 90 of 255 = 35%
G 59 of 255 = 23%
B 76 of 255 = 30%

90
59
76

R + G + B ~ 29%. #5A3B4C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 59 + 76 = 225 (100%)
R 90 of 225 ~ 40%
G 59 of 225 ~ 26.22%
B 76 of 225 ~ 33.78'%

%40
%26.22
%33.78

CMYK color model

#5A3B4C color CMYK value is (0,34,16,65).

  • cyan value is 0.00%
  • magenta value is 34.44%
  • yellow value is 15.56%
  • key color value is 64.71%

CMYK: (0,34,16,65)
C0M34Y16K65 (0%, 34%, 16%, 65%)
(0.00 / 0.34 / 0.16 / 0.65)

CMYK percentages

%0
%34.44
%15.56
%64.71

Codes

Color #5A3B4C in popluar color models

5A 3B 4C
RGB 90 59 76
HSL 327° 20.81% 29.22%
HSB/HSV 327° 34.44% 35.29%
CMYK 0.00% 34.44% 15.56%
64.71%

Color #5A3B4C in popluar number systems.

HEX 5A 3B 4C
Decimal 90 59 76
Binary 1011010 111011 1001100
Octal 132 73 114

Shades and tints

Shades of #5A3B4C

#5A3B4C
(90,59,76)
#523646
(82,54,70)
#4A3140
(74,49,64)
#422C3A
(66,44,58)
#3A2734
(58,39,52)
#32222E
(50,34,46)
#2A1D28
(42,29,40)
#221822
(34,24,34)
#1A131C
(26,19,28)
#120E16
(18,14,22)
#0A0910
(10,9,16)
#000000
(0,0,0)

Tints of #5A3B4C

#5A3B4C
(90,59,76)
#694C5C
(105,76,92)
#785D6C
(120,93,108)
#876E7C
(135,110,124)
#967F8C
(150,127,140)
#A5909C
(165,144,156)
#B4A1AC
(180,161,172)
#C3B2BC
(195,178,188)
#D2C3CC
(210,195,204)
#E1D4DC
(225,212,220)
#F0E5EC
(240,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A3B4C; }

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

This text font color is #5A3B4C.

Background Color

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

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

This div background color is #5A3B4C.

Border color

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

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

This div border color is #5A3B4C.

Opacity

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

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

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

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

This text has shadow with #5A3B4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A3B4C.

Preview

Color preview on black background

This text has color #5A3B4C on black background.


Color preview on white background

This text has color #5A3B4C on white background.


Black color preview on #5A3B4C background

This text has black color on #5A3B4C background.


White color preview on #5A3B4C background

This text has white color on #5A3B4C background.


Related colors

Complementary color

Complementary color for #hex is #A5C4B3.


I love getcolorcode.com

Triadic colors

1 #4C5A3B and #3B4C5A with #5A3B4C are triadic colors.

2 #4C3B5A and #3B5A4C with #5A3B4C are triadic colors.