COLOR #591424

HEX: #591424
RGB: (89,20,36)

Color info

#591424 contains mainly red and blue colors. Web safe color of #591424 is #660033 (or #603).

RGB color model

#591424 color RGB value is (89,20,36).

  • red value is 89;
  • green value is 20;
  • blue value is 36.
RGB:
(89,20,36)
(35%,8%,14%)

RGB channels and saturation

R 89 of 255 = 35%
G 20 of 255 = 8%
B 36 of 255 = 14%

89
20
36

R + G + B ~ 19%. #591424 is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 20 + 36 = 145 (100%)
R 89 of 145 ~ 61.38%
G 20 of 145 ~ 13.79%
B 36 of 145 ~ 24.83%

%61.38
%13.79
%24.83

CMYK color model

#591424 color CMYK value is (0,78,60,65).

  • cyan value is 0.00%
  • magenta value is 77.53%
  • yellow value is 59.55%
  • key color value is 65.10%
CMYK:
(0,78,60,65)
C0M78Y60K65 
(0%,78%,60%,65%)
(0.00/0.78/0.60/0.65)	

CMYK percentages

%0
%77.53
%59.55
%65.1

Codes

Color #591424 in popluar color models

591424
RGB892036
HSL346°63.30%21.37%
HSB/HSV346°77.53%34.90%
CMYK0.00%77.53%59.55%
65.10%

Color #591424 in popluar number systems.

HEX591424
Decimal892036
Binary101100110100100100
Octal1312444

Shades and tints

Shades of #591424

#591424
(89,20,36)
#511321
(81,19,33)
#49121E
(73,18,30)
#41111B
(65,17,27)
#391018
(57,16,24)
#310F15
(49,15,21)
#290E12
(41,14,18)
#210D0F
(33,13,15)
#190C0C
(25,12,12)
#110B09
(17,11,9)
#090A06
(9,10,6)
#000000
(0,0,0)

Tints of #591424

#591424
(89,20,36)
#682937
(104,41,55)
#773E4A
(119,62,74)
#86535D
(134,83,93)
#956870
(149,104,112)
#A47D83
(164,125,131)
#B39296
(179,146,150)
#C2A7A9
(194,167,169)
#D1BCBC
(209,188,188)
#E0D1CF
(224,209,207)
#EFE6E2
(239,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #591424 color. Also use rgb(89,20,36) instead hex code.

Text Font Color

.myTextColor { color: #591424; }

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

This text font color is #591424.


Background Color

.myBgColor { background-color: #591424; }

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

This div background color is #591424.


Border color

.myBorderColor { border: 1px solid #591424; }

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

This div border color is #591424.


Opacity

.myOpacity80 { color: #591424; opacity: 0.8; }

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

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

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

This text has shadow with #591424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #591424 on black background.


Color preview on white background

This text has color #591424 on white background.



Black color preview on #591424 background

This text has black color on #591424 background.


White color preview on #591424 background

This text has white color on #591424 background.