COLOR #591D50

HEX: #591D50
RGB: (89,29,80)

Color info

#591D50 contains mainly red and blue colors. Web safe color of #591D50 is #663366 (or #636).

RGB color model

#591D50 color RGB value is (89,29,80).

  • red value is 89;
  • green value is 29;
  • blue value is 80.
RGB:
(89,29,80)
(35%,11%,31%)

RGB channels and saturation

R 89 of 255 = 35%
G 29 of 255 = 11%
B 80 of 255 = 31%

89
29
80

R + G + B ~ 26%. #591D50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 29 + 80 = 198 (100%)
R 89 of 198 ~ 44.95%
G 29 of 198 ~ 14.65%
B 80 of 198 ~ 40.4%

%44.95
%14.65
%40.4

CMYK color model

#591D50 color CMYK value is (0,67,10,65).

  • cyan value is 0.00%
  • magenta value is 67.42%
  • yellow value is 10.11%
  • key color value is 65.10%
CMYK:
(0,67,10,65)
C0M67Y10K65 
(0%,67%,10%,65%)
(0.00/0.67/0.10/0.65)	

CMYK percentages

%0
%67.42
%10.11
%65.1

Codes

Color #591D50 in popluar color models

591D50
RGB892980
HSL309°50.85%23.14%
HSB/HSV309°67.42%34.90%
CMYK0.00%67.42%10.11%
65.10%

Color #591D50 in popluar number systems.

HEX591D50
Decimal892980
Binary1011001111011010000
Octal13135120

Shades and tints

Shades of #591D50

#591D50
(89,29,80)
#511B49
(81,27,73)
#491942
(73,25,66)
#41173B
(65,23,59)
#391534
(57,21,52)
#31132D
(49,19,45)
#291126
(41,17,38)
#210F1F
(33,15,31)
#190D18
(25,13,24)
#110B11
(17,11,17)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #591D50

#591D50
(89,29,80)
#68315F
(104,49,95)
#77456E
(119,69,110)
#86597D
(134,89,125)
#956D8C
(149,109,140)
#A4819B
(164,129,155)
#B395AA
(179,149,170)
#C2A9B9
(194,169,185)
#D1BDC8
(209,189,200)
#E0D1D7
(224,209,215)
#EFE5E6
(239,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #591D50 color. Also use rgb(89,29,80) instead hex code.

Text Font Color

.myTextColor { color: #591D50; }

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

This text font color is #591D50.


Background Color

.myBgColor { background-color: #591D50; }

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

This div background color is #591D50.


Border color

.myBorderColor { border: 1px solid #591D50; }

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

This div border color is #591D50.


Opacity

.myOpacity80 { color: #591D50; opacity: 0.8; }

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

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

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

This text has shadow with #591D50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #591D50 on black background.


Color preview on white background

This text has color #591D50 on white background.



Black color preview on #591D50 background

This text has black color on #591D50 background.


White color preview on #591D50 background

This text has white color on #591D50 background.