COLOR #591E20

HEX: #591E20
RGB: (89,30,32)

Color info

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

RGB color model

#591E20 color RGB value is (89,30,32).

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

RGB channels and saturation

R 89 of 255 = 35%
G 30 of 255 = 12%
B 32 of 255 = 13%

89
30
32

R + G + B ~ 20%. #591E20 is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 30 + 32 = 151 (100%)
R 89 of 151 ~ 58.94%
G 30 of 151 ~ 19.87%
B 32 of 151 ~ 21.19%

%58.94
%19.87
%21.19

CMYK color model

#591E20 color CMYK value is (0,66,64,65).

  • cyan value is 0.00%
  • magenta value is 66.29%
  • yellow value is 64.04%
  • key color value is 65.10%
CMYK:
(0,66,64,65)
C0M66Y64K65 
(0%,66%,64%,65%)
(0.00/0.66/0.64/0.65)	

CMYK percentages

%0
%66.29
%64.04
%65.1

Codes

Color #591E20 in popluar color models

591E20
RGB893032
HSL358°49.58%23.33%
HSB/HSV358°66.29%34.90%
CMYK0.00%66.29%64.04%
65.10%

Color #591E20 in popluar number systems.

HEX591E20
Decimal893032
Binary101100111110100000
Octal1313640

Shades and tints

Shades of #591E20

#591E20
(89,30,32)
#511C1E
(81,28,30)
#491A1C
(73,26,28)
#41181A
(65,24,26)
#391618
(57,22,24)
#311416
(49,20,22)
#291214
(41,18,20)
#211012
(33,16,18)
#190E10
(25,14,16)
#110C0E
(17,12,14)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #591E20

#591E20
(89,30,32)
#683234
(104,50,52)
#774648
(119,70,72)
#865A5C
(134,90,92)
#956E70
(149,110,112)
#A48284
(164,130,132)
#B39698
(179,150,152)
#C2AAAC
(194,170,172)
#D1BEC0
(209,190,192)
#E0D2D4
(224,210,212)
#EFE6E8
(239,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #591E20; }

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

This text font color is #591E20.


Background Color

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

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

This div background color is #591E20.


Border color

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

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

This div border color is #591E20.


Opacity

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

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

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

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

This text has shadow with #591E20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #591E20 on black background.


Color preview on white background

This text has color #591E20 on white background.



Black color preview on #591E20 background

This text has black color on #591E20 background.


White color preview on #591E20 background

This text has white color on #591E20 background.