COLOR #5A3D50

HEX: #5A3D50 RGB: (90,61,80)

Color info

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

RGB color model

#5A3D50 color RGB value is (90,61,80).

RGB: (90,61,80) (35%, 24%, 31%)

RGB channels and saturation

R 90 of 255 = 35%
G 61 of 255 = 24%
B 80 of 255 = 31%

90
61
80

R + G + B ~ 30%. #5A3D50 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 61 + 80 = 231 (100%)
R 90 of 231 ~ 38.96%
G 61 of 231 ~ 26.41%
B 80 of 231 ~ 34.63'%

%38.96
%26.41
%34.63

CMYK color model

#5A3D50 color CMYK value is (0,32,11,65).

  • cyan value is 0.00%
  • magenta value is 32.22%
  • yellow value is 11.11%
  • key color value is 64.71%

CMYK: (0,32,11,65)
C0M32Y11K65 (0%, 32%, 11%, 65%)
(0.00 / 0.32 / 0.11 / 0.65)

CMYK percentages

%0
%32.22
%11.11
%64.71

Codes

Color #5A3D50 in popluar color models

5A 3D 50
RGB 90 61 80
HSL 321° 19.21% 29.61%
HSB/HSV 321° 32.22% 35.29%
CMYK 0.00% 32.22% 11.11%
64.71%

Color #5A3D50 in popluar number systems.

HEX 5A 3D 50
Decimal 90 61 80
Binary 1011010 111101 1010000
Octal 132 75 120

Shades and tints

Shades of #5A3D50

#5A3D50
(90,61,80)
#523849
(82,56,73)
#4A3342
(74,51,66)
#422E3B
(66,46,59)
#3A2934
(58,41,52)
#32242D
(50,36,45)
#2A1F26
(42,31,38)
#221A1F
(34,26,31)
#1A1518
(26,21,24)
#121011
(18,16,17)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #5A3D50

#5A3D50
(90,61,80)
#694E5F
(105,78,95)
#785F6E
(120,95,110)
#87707D
(135,112,125)
#96818C
(150,129,140)
#A5929B
(165,146,155)
#B4A3AA
(180,163,170)
#C3B4B9
(195,180,185)
#D2C5C8
(210,197,200)
#E1D6D7
(225,214,215)
#F0E7E6
(240,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A3D50 color. Also use rgb(90,61,80) instead hex code.

Text Font Color

.myTextColor { color: #5A3D50; }

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

This text font color is #5A3D50.

Background Color

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

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

This div background color is #5A3D50.

Border color

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

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

This div border color is #5A3D50.

Opacity

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

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

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

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

This text has shadow with #5A3D50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A3D50.

Preview

Color preview on black background

This text has color #5A3D50 on black background.


Color preview on white background

This text has color #5A3D50 on white background.


Black color preview on #5A3D50 background

This text has black color on #5A3D50 background.


White color preview on #5A3D50 background

This text has white color on #5A3D50 background.


Related colors

Complementary color

Complementary color for #hex is #A5C2AF.


I love getcolorcode.com

Triadic colors

1 #505A3D and #3D505A with #5A3D50 are triadic colors.

2 #503D5A and #3D5A50 with #5A3D50 are triadic colors.