COLOR #5A3C51

HEX: #5A3C51 RGB: (90,60,81)

Color info

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

RGB color model

#5A3C51 color RGB value is (90,60,81).

RGB: (90,60,81) (35%, 24%, 32%)

RGB channels and saturation

R 90 of 255 = 35%
G 60 of 255 = 24%
B 81 of 255 = 32%

90
60
81

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

Portions of RGB colors in percentages

R + G + B = 90 + 60 + 81 = 231 (100%)
R 90 of 231 ~ 38.96%
G 60 of 231 ~ 25.97%
B 81 of 231 ~ 35.06'%

%38.96
%25.97
%35.06

CMYK color model

#5A3C51 color CMYK value is (0,33,10,65).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 10.00%
  • key color value is 64.71%
CMYK: (0,33,10,65) C0M33Y10K65 (0%,33%,10%,65%) (0.00/0.33/0.10/0.65) 

CMYK percentages

%0
%33.33
%10
%64.71

Codes

Color #5A3C51 in popluar color models

5A 3C 51
RGB 90 60 81
HSL 318° 20.00% 29.41%
HSB/HSV 318° 33.33% 35.29%
CMYK 0.00% 33.33% 10.00%
64.71%

Color #5A3C51 in popluar number systems.

HEX 5A 3C 51
Decimal 90 60 81
Binary 1011010 111100 1010001
Octal 132 74 121

Shades and tints

Shades of #5A3C51

#5A3C51
(90,60,81)
#52374A
(82,55,74)
#4A3243
(74,50,67)
#422D3C
(66,45,60)
#3A2835
(58,40,53)
#32232E
(50,35,46)
#2A1E27
(42,30,39)
#221920
(34,25,32)
#1A1419
(26,20,25)
#120F12
(18,15,18)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #5A3C51

#5A3C51
(90,60,81)
#694D60
(105,77,96)
#785E6F
(120,94,111)
#876F7E
(135,111,126)
#96808D
(150,128,141)
#A5919C
(165,145,156)
#B4A2AB
(180,162,171)
#C3B3BA
(195,179,186)
#D2C4C9
(210,196,201)
#E1D5D8
(225,213,216)
#F0E6E7
(240,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A3C51 color. Also use rgb(90,60,81) instead hex code.

Text Font Color

.myTextColor { color: #5A3C51; }

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

This text font color is #5A3C51.

Background Color

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

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

This div background color is #5A3C51.

Border color

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

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

This div border color is #5A3C51.

Opacity

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

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

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

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

This text has shadow with #5A3C51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A3C51.

Preview

Color preview on black background

This text has color #5A3C51 on black background.


Color preview on white background

This text has color #5A3C51 on white background.


Black color preview on #5A3C51 background

This text has black color on #5A3C51 background.


White color preview on #5A3C51 background

This text has white color on #5A3C51 background.


Related colors

Complementary color

Complementary color for #hex is #A5C3AE.


I love getcolorcode.com

Triadic colors

1 #515A3C and #3C515A with #5A3C51 are triadic colors.

2 #513C5A and #3C5A51 with #5A3C51 are triadic colors.