COLOR #5A3B4B

HEX: #5A3B4B RGB: (90,59,75)

Color info

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

RGB color model

#5A3B4B color RGB value is (90,59,75).

RGB: (90,59,75) (35%, 23%, 29%)

RGB channels and saturation

R 90 of 255 = 35%
G 59 of 255 = 23%
B 75 of 255 = 29%

90
59
75

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

Portions of RGB colors in percentages

R + G + B = 90 + 59 + 75 = 224 (100%)
R 90 of 224 ~ 40.18%
G 59 of 224 ~ 26.34%
B 75 of 224 ~ 33.48'%

%40.18
%26.34
%33.48

CMYK color model

#5A3B4B color CMYK value is (0,34,17,65).

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

CMYK: (0,34,17,65)
C0M34Y17K65 (0%, 34%, 17%, 65%)
(0.00 / 0.34 / 0.17 / 0.65)

CMYK percentages

%0
%34.44
%16.67
%64.71

Codes

Color #5A3B4B in popluar color models

5A 3B 4B
RGB 90 59 75
HSL 329° 20.81% 29.22%
HSB/HSV 329° 34.44% 35.29%
CMYK 0.00% 34.44% 16.67%
64.71%

Color #5A3B4B in popluar number systems.

HEX 5A 3B 4B
Decimal 90 59 75
Binary 1011010 111011 1001011
Octal 132 73 113

Shades and tints

Shades of #5A3B4B

#5A3B4B
(90,59,75)
#523645
(82,54,69)
#4A313F
(74,49,63)
#422C39
(66,44,57)
#3A2733
(58,39,51)
#32222D
(50,34,45)
#2A1D27
(42,29,39)
#221821
(34,24,33)
#1A131B
(26,19,27)
#120E15
(18,14,21)
#0A090F
(10,9,15)
#000000
(0,0,0)

Tints of #5A3B4B

#5A3B4B
(90,59,75)
#694C5B
(105,76,91)
#785D6B
(120,93,107)
#876E7B
(135,110,123)
#967F8B
(150,127,139)
#A5909B
(165,144,155)
#B4A1AB
(180,161,171)
#C3B2BB
(195,178,187)
#D2C3CB
(210,195,203)
#E1D4DB
(225,212,219)
#F0E5EB
(240,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A3B4B; }

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

This text font color is #5A3B4B.

Background Color

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

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

This div background color is #5A3B4B.

Border color

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

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

This div border color is #5A3B4B.

Opacity

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

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

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

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

This text has shadow with #5A3B4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A3B4B.

Preview

Color preview on black background

This text has color #5A3B4B on black background.


Color preview on white background

This text has color #5A3B4B on white background.


Black color preview on #5A3B4B background

This text has black color on #5A3B4B background.


White color preview on #5A3B4B background

This text has white color on #5A3B4B background.


Related colors

Complementary color

Complementary color for #hex is #A5C4B4.


I love getcolorcode.com

Triadic colors

1 #4B5A3B and #3B4B5A with #5A3B4B are triadic colors.

2 #4B3B5A and #3B5A4B with #5A3B4B are triadic colors.