COLOR #590024

HEX: #590024
RGB: (89,0,36)

Color info

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

RGB color model

#590024 color RGB value is (89,0,36).

  • red value is 89;
  • green value is 0;
  • blue value is 36.
RGB:
(89,0,36)
(35%,0%,14%)

RGB channels and saturation

R 89 of 255 = 35%
G 0 of 255 = 0%
B 36 of 255 = 14%

89
0
36

R + G + B ~ 16%. #590024 is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 0 + 36 = 125 (100%)
R 89 of 125 ~ 71.2%
G 0 of 125 ~ 0%
B 36 of 125 ~ 28.8%

%71.2
%28.8

CMYK color model

#590024 color CMYK value is (0,100,60,65).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 59.55%
  • key color value is 65.10%
CMYK:
(0,100,60,65)
C0M100Y60K65 
(0%,100%,60%,65%)
(0.00/1.00/0.60/0.65)	

CMYK percentages

%0
%100
%59.55
%65.1

Codes

Color #590024 in popluar color models

590024
RGB89036
HSL336°100.00%17.45%
HSB/HSV336°100.00%34.90%
CMYK0.00%100.00%59.55%
65.10%

Color #590024 in popluar number systems.

HEX590024
Decimal89036
Binary10110010100100
Octal131044

Shades and tints

Shades of #590024

#590024
(89,0,36)
#510021
(81,0,33)
#49001E
(73,0,30)
#41001B
(65,0,27)
#390018
(57,0,24)
#310015
(49,0,21)
#290012
(41,0,18)
#21000F
(33,0,15)
#19000C
(25,0,12)
#110009
(17,0,9)
#090006
(9,0,6)
#000000
(0,0,0)

Tints of #590024

#590024
(89,0,36)
#681737
(104,23,55)
#772E4A
(119,46,74)
#86455D
(134,69,93)
#955C70
(149,92,112)
#A47383
(164,115,131)
#B38A96
(179,138,150)
#C2A1A9
(194,161,169)
#D1B8BC
(209,184,188)
#E0CFCF
(224,207,207)
#EFE6E2
(239,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #590024 color. Also use rgb(89,0,36) instead hex code.

Text Font Color

.myTextColor { color: #590024; }

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

This text font color is #590024.


Background Color

.myBgColor { background-color: #590024; }

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

This div background color is #590024.


Border color

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

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

This div border color is #590024.


Opacity

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

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

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

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

This text has shadow with #590024 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #590024 on black background.


Color preview on white background

This text has color #590024 on white background.



Black color preview on #590024 background

This text has black color on #590024 background.


White color preview on #590024 background

This text has white color on #590024 background.