COLOR #591E46

HEX: #591E46
RGB: (89,30,70)

Color info

#591E46 contains red, green and blue colors in about the same proportion. Web safe color of #591E46 is #663333 (or #633).

RGB color model

#591E46 color RGB value is (89,30,70).

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

RGB channels and saturation

R 89 of 255 = 35%
G 30 of 255 = 12%
B 70 of 255 = 27%

89
30
70

R + G + B ~ 25%. #591E46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 30 + 70 = 189 (100%)
R 89 of 189 ~ 47.09%
G 30 of 189 ~ 15.87%
B 70 of 189 ~ 37.04%

%47.09
%15.87
%37.04

CMYK color model

#591E46 color CMYK value is (0,66,21,65).

  • cyan value is 0.00%
  • magenta value is 66.29%
  • yellow value is 21.35%
  • key color value is 65.10%
CMYK:
(0,66,21,65)
C0M66Y21K65 
(0%,66%,21%,65%)
(0.00/0.66/0.21/0.65)	

CMYK percentages

%0
%66.29
%21.35
%65.1

Codes

Color #591E46 in popluar color models

591E46
RGB893070
HSL319°49.58%23.33%
HSB/HSV319°66.29%34.90%
CMYK0.00%66.29%21.35%
65.10%

Color #591E46 in popluar number systems.

HEX591E46
Decimal893070
Binary1011001111101000110
Octal13136106

Shades and tints

Shades of #591E46

#591E46
(89,30,70)
#511C40
(81,28,64)
#491A3A
(73,26,58)
#411834
(65,24,52)
#39162E
(57,22,46)
#311428
(49,20,40)
#291222
(41,18,34)
#21101C
(33,16,28)
#190E16
(25,14,22)
#110C10
(17,12,16)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #591E46

#591E46
(89,30,70)
#683256
(104,50,86)
#774666
(119,70,102)
#865A76
(134,90,118)
#956E86
(149,110,134)
#A48296
(164,130,150)
#B396A6
(179,150,166)
#C2AAB6
(194,170,182)
#D1BEC6
(209,190,198)
#E0D2D6
(224,210,214)
#EFE6E6
(239,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #591E46; }

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

This text font color is #591E46.


Background Color

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

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

This div background color is #591E46.


Border color

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

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

This div border color is #591E46.


Opacity

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

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

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

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

This text has shadow with #591E46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #591E46 on black background.


Color preview on white background

This text has color #591E46 on white background.



Black color preview on #591E46 background

This text has black color on #591E46 background.


White color preview on #591E46 background

This text has white color on #591E46 background.