COLOR #59047A

HEX: #59047A
RGB: (89,4,122)

Color info

#59047A contains mainly red and blue colors. Web safe color of #59047A is #660066 (or #606).

RGB color model

#59047A color RGB value is (89,4,122).

  • red value is 89;
  • green value is 4;
  • blue value is 122.
RGB:
(89,4,122)
(35%,2%,48%)

RGB channels and saturation

R 89 of 255 = 35%
G 4 of 255 = 2%
B 122 of 255 = 48%

89
4
122

R + G + B ~ 28%. #59047A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 4 + 122 = 215 (100%)
R 89 of 215 ~ 41.4%
G 4 of 215 ~ 1.86%
B 122 of 215 ~ 56.74%

%41.4
%56.74

CMYK color model

#59047A color CMYK value is (27,97,0,52).

  • cyan value is 27.05%
  • magenta value is 96.72%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(27,97,0,52)
C27M97Y0K52 
(27%,97%,0%,52%)
(0.27/0.97/0.00/0.52)	

CMYK percentages

%27.05
%96.72
%0
%52.16

Codes

Color #59047A in popluar color models

59047A
RGB894122
HSL283°93.65%24.71%
HSB/HSV283°96.72%47.84%
CMYK27.05%96.72%0.00%
52.16%

Color #59047A in popluar number systems.

HEX59047A
Decimal894122
Binary10110011001111010
Octal1314172

Shades and tints

Shades of #59047A

#59047A
(89,4,122)
#51046F
(81,4,111)
#490464
(73,4,100)
#410459
(65,4,89)
#39044E
(57,4,78)
#310443
(49,4,67)
#290438
(41,4,56)
#21042D
(33,4,45)
#190422
(25,4,34)
#110417
(17,4,23)
#09040C
(9,4,12)
#000000
(0,0,0)

Tints of #59047A

#59047A
(89,4,122)
#681A86
(104,26,134)
#773092
(119,48,146)
#86469E
(134,70,158)
#955CAA
(149,92,170)
#A472B6
(164,114,182)
#B388C2
(179,136,194)
#C29ECE
(194,158,206)
#D1B4DA
(209,180,218)
#E0CAE6
(224,202,230)
#EFE0F2
(239,224,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59047A color. Also use rgb(89,4,122) instead hex code.

Text Font Color

.myTextColor { color: #59047A; }

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

This text font color is #59047A.


Background Color

.myBgColor { background-color: #59047A; }

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

This div background color is #59047A.


Border color

.myBorderColor { border: 1px solid #59047A; }

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

This div border color is #59047A.


Opacity

.myOpacity80 { color: #59047A; opacity: 0.8; }

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

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

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

This text has shadow with #59047A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59047A on black background.


Color preview on white background

This text has color #59047A on white background.



Black color preview on #59047A background

This text has black color on #59047A background.


White color preview on #59047A background

This text has white color on #59047A background.