COLOR #5A1D42

HEX: #5A1D42
RGB: (90,29,66)

Color info

#5A1D42 contains mainly red and blue colors. Web safe color of #5A1D42 is #663333 (or #633).

RGB color model

#5A1D42 color RGB value is (90,29,66).

  • red value is 90;
  • green value is 29;
  • blue value is 66.
RGB:
(90,29,66)
(35%,11%,26%)

RGB channels and saturation

R 90 of 255 = 35%
G 29 of 255 = 11%
B 66 of 255 = 26%

90
29
66

R + G + B ~ 24%. #5A1D42 is dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 29 + 66 = 185 (100%)
R 90 of 185 ~ 48.65%
G 29 of 185 ~ 15.68%
B 66 of 185 ~ 35.68%

%48.65
%15.68
%35.68

CMYK color model

#5A1D42 color CMYK value is (0,68,27,65).

  • cyan value is 0.00%
  • magenta value is 67.78%
  • yellow value is 26.67%
  • key color value is 64.71%
CMYK:
(0,68,27,65)
C0M68Y27K65 
(0%,68%,27%,65%)
(0.00/0.68/0.27/0.65)	

CMYK percentages

%0
%67.78
%26.67
%64.71

Codes

Color #5A1D42 in popluar color models

5A1D42
RGB902966
HSL324°51.26%23.33%
HSB/HSV324°67.78%35.29%
CMYK0.00%67.78%26.67%
64.71%

Color #5A1D42 in popluar number systems.

HEX5A1D42
Decimal902966
Binary1011010111011000010
Octal13235102

Shades and tints

Shades of #5A1D42

#5A1D42
(90,29,66)
#521B3C
(82,27,60)
#4A1936
(74,25,54)
#421730
(66,23,48)
#3A152A
(58,21,42)
#321324
(50,19,36)
#2A111E
(42,17,30)
#220F18
(34,15,24)
#1A0D12
(26,13,18)
#120B0C
(18,11,12)
#0A0906
(10,9,6)
#000000
(0,0,0)

Tints of #5A1D42

#5A1D42
(90,29,66)
#693153
(105,49,83)
#784564
(120,69,100)
#875975
(135,89,117)
#966D86
(150,109,134)
#A58197
(165,129,151)
#B495A8
(180,149,168)
#C3A9B9
(195,169,185)
#D2BDCA
(210,189,202)
#E1D1DB
(225,209,219)
#F0E5EC
(240,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A1D42 color. Also use rgb(90,29,66) instead hex code.

Text Font Color

.myTextColor { color: #5A1D42; }

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

This text font color is #5A1D42.


Background Color

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

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

This div background color is #5A1D42.


Border color

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

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

This div border color is #5A1D42.


Opacity

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

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

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

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

This text has shadow with #5A1D42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A1D42 on black background.


Color preview on white background

This text has color #5A1D42 on white background.



Black color preview on #5A1D42 background

This text has black color on #5A1D42 background.


White color preview on #5A1D42 background

This text has white color on #5A1D42 background.