COLOR #590611

HEX: #590611
RGB: (89,6,17)

Color info

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

RGB color model

#590611 color RGB value is (89,6,17).

  • red value is 89;
  • green value is 6;
  • blue value is 17.
RGB:
(89,6,17)
(35%,2%,7%)

RGB channels and saturation

R 89 of 255 = 35%
G 6 of 255 = 2%
B 17 of 255 = 7%

89
6
17

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

Portions of RGB colors in percentages

R + G + B =
89 + 6 + 17 = 112 (100%)
R 89 of 112 ~ 79.46%
G 6 of 112 ~ 5.36%
B 17 of 112 ~ 15.18%

%79.46
%15.18

CMYK color model

#590611 color CMYK value is (0,93,81,65).

  • cyan value is 0.00%
  • magenta value is 93.26%
  • yellow value is 80.90%
  • key color value is 65.10%
CMYK:
(0,93,81,65)
C0M93Y81K65 
(0%,93%,81%,65%)
(0.00/0.93/0.81/0.65)	

CMYK percentages

%0
%93.26
%80.9
%65.1

Codes

Color #590611 in popluar color models

590611
RGB89617
HSL352°87.37%18.63%
HSB/HSV352°93.26%34.90%
CMYK0.00%93.26%80.90%
65.10%

Color #590611 in popluar number systems.

HEX590611
Decimal89617
Binary101100111010001
Octal131621

Shades and tints

Shades of #590611

#590611
(89,6,17)
#510610
(81,6,16)
#49060F
(73,6,15)
#41060E
(65,6,14)
#39060D
(57,6,13)
#31060C
(49,6,12)
#29060B
(41,6,11)
#21060A
(33,6,10)
#190609
(25,6,9)
#110608
(17,6,8)
#090607
(9,6,7)
#000000
(0,0,0)

Tints of #590611

#590611
(89,6,17)
#681C26
(104,28,38)
#77323B
(119,50,59)
#864850
(134,72,80)
#955E65
(149,94,101)
#A4747A
(164,116,122)
#B38A8F
(179,138,143)
#C2A0A4
(194,160,164)
#D1B6B9
(209,182,185)
#E0CCCE
(224,204,206)
#EFE2E3
(239,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #590611 color. Also use rgb(89,6,17) instead hex code.

Text Font Color

.myTextColor { color: #590611; }

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

This text font color is #590611.


Background Color

.myBgColor { background-color: #590611; }

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

This div background color is #590611.


Border color

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

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

This div border color is #590611.


Opacity

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

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

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

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

This text has shadow with #590611 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #590611 on black background.


Color preview on white background

This text has color #590611 on white background.



Black color preview on #590611 background

This text has black color on #590611 background.


White color preview on #590611 background

This text has white color on #590611 background.