COLOR #5A0B48

HEX: #5A0B48
RGB: (90,11,72)

Color info

#5A0B48 contains mainly red and blue colors. Web safe color of #5A0B48 is #660033 (or #603).

RGB color model

#5A0B48 color RGB value is (90,11,72).

  • red value is 90;
  • green value is 11;
  • blue value is 72.
RGB:
(90,11,72)
(35%,4%,28%)

RGB channels and saturation

R 90 of 255 = 35%
G 11 of 255 = 4%
B 72 of 255 = 28%

90
11
72

R + G + B ~ 22%. #5A0B48 is dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 11 + 72 = 173 (100%)
R 90 of 173 ~ 52.02%
G 11 of 173 ~ 6.36%
B 72 of 173 ~ 41.62%

%52.02
%41.62

CMYK color model

#5A0B48 color CMYK value is (0,88,20,65).

  • cyan value is 0.00%
  • magenta value is 87.78%
  • yellow value is 20.00%
  • key color value is 64.71%
CMYK:
(0,88,20,65)
C0M88Y20K65 
(0%,88%,20%,65%)
(0.00/0.88/0.20/0.65)	

CMYK percentages

%0
%87.78
%20
%64.71

Codes

Color #5A0B48 in popluar color models

5A0B48
RGB901172
HSL314°78.22%19.80%
HSB/HSV314°87.78%35.29%
CMYK0.00%87.78%20.00%
64.71%

Color #5A0B48 in popluar number systems.

HEX5A0B48
Decimal901172
Binary101101010111001000
Octal13213110

Shades and tints

Shades of #5A0B48

#5A0B48
(90,11,72)
#520A42
(82,10,66)
#4A093C
(74,9,60)
#420836
(66,8,54)
#3A0730
(58,7,48)
#32062A
(50,6,42)
#2A0524
(42,5,36)
#22041E
(34,4,30)
#1A0318
(26,3,24)
#120212
(18,2,18)
#0A010C
(10,1,12)
#000000
(0,0,0)

Tints of #5A0B48

#5A0B48
(90,11,72)
#692158
(105,33,88)
#783768
(120,55,104)
#874D78
(135,77,120)
#966388
(150,99,136)
#A57998
(165,121,152)
#B48FA8
(180,143,168)
#C3A5B8
(195,165,184)
#D2BBC8
(210,187,200)
#E1D1D8
(225,209,216)
#F0E7E8
(240,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A0B48 color. Also use rgb(90,11,72) instead hex code.

Text Font Color

.myTextColor { color: #5A0B48; }

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

This text font color is #5A0B48.


Background Color

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

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

This div background color is #5A0B48.


Border color

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

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

This div border color is #5A0B48.


Opacity

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

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

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

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

This text has shadow with #5A0B48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A0B48 on black background.


Color preview on white background

This text has color #5A0B48 on white background.



Black color preview on #5A0B48 background

This text has black color on #5A0B48 background.


White color preview on #5A0B48 background

This text has white color on #5A0B48 background.