COLOR #590948

HEX: #590948
RGB: (89,9,72)

Color info

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

RGB color model

#590948 color RGB value is (89,9,72).

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

RGB channels and saturation

R 89 of 255 = 35%
G 9 of 255 = 4%
B 72 of 255 = 28%

89
9
72

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

Portions of RGB colors in percentages

R + G + B =
89 + 9 + 72 = 170 (100%)
R 89 of 170 ~ 52.35%
G 9 of 170 ~ 5.29%
B 72 of 170 ~ 42.35%

%52.35
%42.35

CMYK color model

#590948 color CMYK value is (0,90,19,65).

  • cyan value is 0.00%
  • magenta value is 89.89%
  • yellow value is 19.10%
  • key color value is 65.10%
CMYK:
(0,90,19,65)
C0M90Y19K65 
(0%,90%,19%,65%)
(0.00/0.90/0.19/0.65)	

CMYK percentages

%0
%89.89
%19.1
%65.1

Codes

Color #590948 in popluar color models

590948
RGB89972
HSL313°81.63%19.22%
HSB/HSV313°89.89%34.90%
CMYK0.00%89.89%19.10%
65.10%

Color #590948 in popluar number systems.

HEX590948
Decimal89972
Binary101100110011001000
Octal13111110

Shades and tints

Shades of #590948

#590948
(89,9,72)
#510942
(81,9,66)
#49093C
(73,9,60)
#410936
(65,9,54)
#390930
(57,9,48)
#31092A
(49,9,42)
#290924
(41,9,36)
#21091E
(33,9,30)
#190918
(25,9,24)
#110912
(17,9,18)
#09090C
(9,9,12)
#000000
(0,0,0)

Tints of #590948

#590948
(89,9,72)
#681F58
(104,31,88)
#773568
(119,53,104)
#864B78
(134,75,120)
#956188
(149,97,136)
#A47798
(164,119,152)
#B38DA8
(179,141,168)
#C2A3B8
(194,163,184)
#D1B9C8
(209,185,200)
#E0CFD8
(224,207,216)
#EFE5E8
(239,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #590948 color. Also use rgb(89,9,72) instead hex code.

Text Font Color

.myTextColor { color: #590948; }

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

This text font color is #590948.


Background Color

.myBgColor { background-color: #590948; }

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

This div background color is #590948.


Border color

.myBorderColor { border: 1px solid #590948; }

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

This div border color is #590948.


Opacity

.myOpacity80 { color: #590948; opacity: 0.8; }

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

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

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

This text has shadow with #590948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #590948 on black background.


Color preview on white background

This text has color #590948 on white background.



Black color preview on #590948 background

This text has black color on #590948 background.


White color preview on #590948 background

This text has white color on #590948 background.