COLOR #59004D

HEX: #59004D
RGB: (89,0,77)

Color info

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

RGB color model

#59004D color RGB value is (89,0,77).

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

RGB channels and saturation

R 89 of 255 = 35%
G 0 of 255 = 0%
B 77 of 255 = 30%

89
0
77

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

Portions of RGB colors in percentages

R + G + B =
89 + 0 + 77 = 166 (100%)
R 89 of 166 ~ 53.61%
G 0 of 166 ~ 0%
B 77 of 166 ~ 46.39%

%53.61
%46.39

CMYK color model

#59004D color CMYK value is (0,100,13,65).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 13.48%
  • key color value is 65.10%
CMYK:
(0,100,13,65)
C0M100Y13K65 
(0%,100%,13%,65%)
(0.00/1.00/0.13/0.65)	

CMYK percentages

%0
%100
%13.48
%65.1

Codes

Color #59004D in popluar color models

59004D
RGB89077
HSL308°100.00%17.45%
HSB/HSV308°100.00%34.90%
CMYK0.00%100.00%13.48%
65.10%

Color #59004D in popluar number systems.

HEX59004D
Decimal89077
Binary101100101001101
Octal1310115

Shades and tints

Shades of #59004D

#59004D
(89,0,77)
#510046
(81,0,70)
#49003F
(73,0,63)
#410038
(65,0,56)
#390031
(57,0,49)
#31002A
(49,0,42)
#290023
(41,0,35)
#21001C
(33,0,28)
#190015
(25,0,21)
#11000E
(17,0,14)
#090007
(9,0,7)
#000000
(0,0,0)

Tints of #59004D

#59004D
(89,0,77)
#68175D
(104,23,93)
#772E6D
(119,46,109)
#86457D
(134,69,125)
#955C8D
(149,92,141)
#A4739D
(164,115,157)
#B38AAD
(179,138,173)
#C2A1BD
(194,161,189)
#D1B8CD
(209,184,205)
#E0CFDD
(224,207,221)
#EFE6ED
(239,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59004D; }

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

This text font color is #59004D.


Background Color

.myBgColor { background-color: #59004D; }

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

This div background color is #59004D.


Border color

.myBorderColor { border: 1px solid #59004D; }

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

This div border color is #59004D.


Opacity

.myOpacity80 { color: #59004D; opacity: 0.8; }

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

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

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

This text has shadow with #59004D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59004D on black background.


Color preview on white background

This text has color #59004D on white background.



Black color preview on #59004D background

This text has black color on #59004D background.


White color preview on #59004D background

This text has white color on #59004D background.