COLOR #590D24

HEX: #590D24
RGB: (89,13,36)

Color info

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

RGB color model

#590D24 color RGB value is (89,13,36).

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

RGB channels and saturation

R 89 of 255 = 35%
G 13 of 255 = 5%
B 36 of 255 = 14%

89
13
36

R + G + B ~ 18%. #590D24 is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 13 + 36 = 138 (100%)
R 89 of 138 ~ 64.49%
G 13 of 138 ~ 9.42%
B 36 of 138 ~ 26.09%

%64.49
%26.09

CMYK color model

#590D24 color CMYK value is (0,85,60,65).

  • cyan value is 0.00%
  • magenta value is 85.39%
  • yellow value is 59.55%
  • key color value is 65.10%
CMYK:
(0,85,60,65)
C0M85Y60K65 
(0%,85%,60%,65%)
(0.00/0.85/0.60/0.65)	

CMYK percentages

%0
%85.39
%59.55
%65.1

Codes

Color #590D24 in popluar color models

590D24
RGB891336
HSL342°74.51%20.00%
HSB/HSV342°85.39%34.90%
CMYK0.00%85.39%59.55%
65.10%

Color #590D24 in popluar number systems.

HEX590D24
Decimal891336
Binary10110011101100100
Octal1311544

Shades and tints

Shades of #590D24

#590D24
(89,13,36)
#510C21
(81,12,33)
#490B1E
(73,11,30)
#410A1B
(65,10,27)
#390918
(57,9,24)
#310815
(49,8,21)
#290712
(41,7,18)
#21060F
(33,6,15)
#19050C
(25,5,12)
#110409
(17,4,9)
#090306
(9,3,6)
#000000
(0,0,0)

Tints of #590D24

#590D24
(89,13,36)
#682337
(104,35,55)
#77394A
(119,57,74)
#864F5D
(134,79,93)
#956570
(149,101,112)
#A47B83
(164,123,131)
#B39196
(179,145,150)
#C2A7A9
(194,167,169)
#D1BDBC
(209,189,188)
#E0D3CF
(224,211,207)
#EFE9E2
(239,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #590D24; }

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

This text font color is #590D24.


Background Color

.myBgColor { background-color: #590D24; }

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

This div background color is #590D24.


Border color

.myBorderColor { border: 1px solid #590D24; }

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

This div border color is #590D24.


Opacity

.myOpacity80 { color: #590D24; opacity: 0.8; }

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

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

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

This text has shadow with #590D24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #590D24 on black background.


Color preview on white background

This text has color #590D24 on white background.



Black color preview on #590D24 background

This text has black color on #590D24 background.


White color preview on #590D24 background

This text has white color on #590D24 background.