COLOR #591E64

HEX: #591E64
RGB: (89,30,100)

Color info

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

RGB color model

#591E64 color RGB value is (89,30,100).

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

RGB channels and saturation

R 89 of 255 = 35%
G 30 of 255 = 12%
B 100 of 255 = 39%

89
30
100

R + G + B ~ 29%. #591E64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 30 + 100 = 219 (100%)
R 89 of 219 ~ 40.64%
G 30 of 219 ~ 13.7%
B 100 of 219 ~ 45.66%

%40.64
%13.7
%45.66

CMYK color model

#591E64 color CMYK value is (11,70,0,61).

  • cyan value is 11.00%
  • magenta value is 70.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(11,70,0,61)
C11M70Y0K61 
(11%,70%,0%,61%)
(0.11/0.70/0.00/0.61)	

CMYK percentages

%11
%70
%0
%60.78

Codes

Color #591E64 in popluar color models

591E64
RGB8930100
HSL291°53.85%25.49%
HSB/HSV291°70.00%39.22%
CMYK11.00%70.00%0.00%
60.78%

Color #591E64 in popluar number systems.

HEX591E64
Decimal8930100
Binary1011001111101100100
Octal13136144

Shades and tints

Shades of #591E64

#591E64
(89,30,100)
#511C5B
(81,28,91)
#491A52
(73,26,82)
#411849
(65,24,73)
#391640
(57,22,64)
#311437
(49,20,55)
#29122E
(41,18,46)
#211025
(33,16,37)
#190E1C
(25,14,28)
#110C13
(17,12,19)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #591E64

#591E64
(89,30,100)
#683272
(104,50,114)
#774680
(119,70,128)
#865A8E
(134,90,142)
#956E9C
(149,110,156)
#A482AA
(164,130,170)
#B396B8
(179,150,184)
#C2AAC6
(194,170,198)
#D1BED4
(209,190,212)
#E0D2E2
(224,210,226)
#EFE6F0
(239,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #591E64; }

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

This text font color is #591E64.


Background Color

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

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

This div background color is #591E64.


Border color

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

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

This div border color is #591E64.


Opacity

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

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

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

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

This text has shadow with #591E64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #591E64 on black background.


Color preview on white background

This text has color #591E64 on white background.



Black color preview on #591E64 background

This text has black color on #591E64 background.


White color preview on #591E64 background

This text has white color on #591E64 background.