COLOR #590D0F

HEX: #590D0F
RGB: (89,13,15)

Color info

#590D0F contains mainly red color. Web safe color of #590D0F is #660000 (or #600).

RGB color model

#590D0F color RGB value is (89,13,15).

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

RGB channels and saturation

R 89 of 255 = 35%
G 13 of 255 = 5%
B 15 of 255 = 6%

89
13
15

R + G + B ~ 15%. #590D0F is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 13 + 15 = 117 (100%)
R 89 of 117 ~ 76.07%
G 13 of 117 ~ 11.11%
B 15 of 117 ~ 12.82%

%76.07
%11.11
%12.82

CMYK color model

#590D0F color CMYK value is (0,85,83,65).

  • cyan value is 0.00%
  • magenta value is 85.39%
  • yellow value is 83.15%
  • key color value is 65.10%
CMYK:
(0,85,83,65)
C0M85Y83K65 
(0%,85%,83%,65%)
(0.00/0.85/0.83/0.65)	

CMYK percentages

%0
%85.39
%83.15
%65.1

Codes

Color #590D0F in popluar color models

590D0F
RGB891315
HSL358°74.51%20.00%
HSB/HSV358°85.39%34.90%
CMYK0.00%85.39%83.15%
65.10%

Color #590D0F in popluar number systems.

HEX590D0F
Decimal891315
Binary101100111011111
Octal1311517

Shades and tints

Shades of #590D0F

#590D0F
(89,13,15)
#510C0E
(81,12,14)
#490B0D
(73,11,13)
#410A0C
(65,10,12)
#39090B
(57,9,11)
#31080A
(49,8,10)
#290709
(41,7,9)
#210608
(33,6,8)
#190507
(25,5,7)
#110406
(17,4,6)
#090305
(9,3,5)
#000000
(0,0,0)

Tints of #590D0F

#590D0F
(89,13,15)
#682324
(104,35,36)
#773939
(119,57,57)
#864F4E
(134,79,78)
#956563
(149,101,99)
#A47B78
(164,123,120)
#B3918D
(179,145,141)
#C2A7A2
(194,167,162)
#D1BDB7
(209,189,183)
#E0D3CC
(224,211,204)
#EFE9E1
(239,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #590D0F; }

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

This text font color is #590D0F.


Background Color

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

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

This div background color is #590D0F.


Border color

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

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

This div border color is #590D0F.


Opacity

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

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

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

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

This text has shadow with #590D0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #590D0F on black background.


Color preview on white background

This text has color #590D0F on white background.



Black color preview on #590D0F background

This text has black color on #590D0F background.


White color preview on #590D0F background

This text has white color on #590D0F background.