COLOR #591E5D

HEX: #591E5D
RGB: (89,30,93)

Color info

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

RGB color model

#591E5D color RGB value is (89,30,93).

  • red value is 89;
  • green value is 30;
  • blue value is 93.
RGB:
(89,30,93)
(35%,12%,36%)

RGB channels and saturation

R 89 of 255 = 35%
G 30 of 255 = 12%
B 93 of 255 = 36%

89
30
93

R + G + B ~ 28%. #591E5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 30 + 93 = 212 (100%)
R 89 of 212 ~ 41.98%
G 30 of 212 ~ 14.15%
B 93 of 212 ~ 43.87%

%41.98
%14.15
%43.87

CMYK color model

#591E5D color CMYK value is (4,68,0,64).

  • cyan value is 4.30%
  • magenta value is 67.74%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(4,68,0,64)
C4M68Y0K64 
(4%,68%,0%,64%)
(0.04/0.68/0.00/0.64)	

CMYK percentages

%4.3
%67.74
%0
%63.53

Codes

Color #591E5D in popluar color models

591E5D
RGB893093
HSL296°51.22%24.12%
HSB/HSV296°67.74%36.47%
CMYK4.30%67.74%0.00%
63.53%

Color #591E5D in popluar number systems.

HEX591E5D
Decimal893093
Binary1011001111101011101
Octal13136135

Shades and tints

Shades of #591E5D

#591E5D
(89,30,93)
#511C55
(81,28,85)
#491A4D
(73,26,77)
#411845
(65,24,69)
#39163D
(57,22,61)
#311435
(49,20,53)
#29122D
(41,18,45)
#211025
(33,16,37)
#190E1D
(25,14,29)
#110C15
(17,12,21)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #591E5D

#591E5D
(89,30,93)
#68326B
(104,50,107)
#774679
(119,70,121)
#865A87
(134,90,135)
#956E95
(149,110,149)
#A482A3
(164,130,163)
#B396B1
(179,150,177)
#C2AABF
(194,170,191)
#D1BECD
(209,190,205)
#E0D2DB
(224,210,219)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #591E5D color. Also use rgb(89,30,93) instead hex code.

Text Font Color

.myTextColor { color: #591E5D; }

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

This text font color is #591E5D.


Background Color

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

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

This div background color is #591E5D.


Border color

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

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

This div border color is #591E5D.


Opacity

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

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

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

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

This text has shadow with #591E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #591E5D on black background.


Color preview on white background

This text has color #591E5D on white background.



Black color preview on #591E5D background

This text has black color on #591E5D background.


White color preview on #591E5D background

This text has white color on #591E5D background.