COLOR #590D3C

HEX: #590D3C
RGB: (89,13,60)

Color info

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

RGB color model

#590D3C color RGB value is (89,13,60).

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

RGB channels and saturation

R 89 of 255 = 35%
G 13 of 255 = 5%
B 60 of 255 = 24%

89
13
60

R + G + B ~ 21%. #590D3C is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 13 + 60 = 162 (100%)
R 89 of 162 ~ 54.94%
G 13 of 162 ~ 8.02%
B 60 of 162 ~ 37.04%

%54.94
%37.04

CMYK color model

#590D3C color CMYK value is (0,85,33,65).

  • cyan value is 0.00%
  • magenta value is 85.39%
  • yellow value is 32.58%
  • key color value is 65.10%
CMYK:
(0,85,33,65)
C0M85Y33K65 
(0%,85%,33%,65%)
(0.00/0.85/0.33/0.65)	

CMYK percentages

%0
%85.39
%32.58
%65.1

Codes

Color #590D3C in popluar color models

590D3C
RGB891360
HSL323°74.51%20.00%
HSB/HSV323°85.39%34.90%
CMYK0.00%85.39%32.58%
65.10%

Color #590D3C in popluar number systems.

HEX590D3C
Decimal891360
Binary10110011101111100
Octal1311574

Shades and tints

Shades of #590D3C

#590D3C
(89,13,60)
#510C37
(81,12,55)
#490B32
(73,11,50)
#410A2D
(65,10,45)
#390928
(57,9,40)
#310823
(49,8,35)
#29071E
(41,7,30)
#210619
(33,6,25)
#190514
(25,5,20)
#11040F
(17,4,15)
#09030A
(9,3,10)
#000000
(0,0,0)

Tints of #590D3C

#590D3C
(89,13,60)
#68234D
(104,35,77)
#77395E
(119,57,94)
#864F6F
(134,79,111)
#956580
(149,101,128)
#A47B91
(164,123,145)
#B391A2
(179,145,162)
#C2A7B3
(194,167,179)
#D1BDC4
(209,189,196)
#E0D3D5
(224,211,213)
#EFE9E6
(239,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #590D3C; }

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

This text font color is #590D3C.


Background Color

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

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

This div background color is #590D3C.


Border color

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

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

This div border color is #590D3C.


Opacity

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

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

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

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

This text has shadow with #590D3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #590D3C on black background.


Color preview on white background

This text has color #590D3C on white background.



Black color preview on #590D3C background

This text has black color on #590D3C background.


White color preview on #590D3C background

This text has white color on #590D3C background.