COLOR #590706

HEX: #590706
RGB: (89,7,6)

Color info

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

RGB color model

#590706 color RGB value is (89,7,6).

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

RGB channels and saturation

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

89
7
6

R + G + B ~ 13%. #590706 is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 7 + 6 = 102 (100%)
R 89 of 102 ~ 87.25%
G 7 of 102 ~ 6.86%
B 6 of 102 ~ 5.88%

%87.25

CMYK color model

#590706 color CMYK value is (0,92,93,65).

  • cyan value is 0.00%
  • magenta value is 92.13%
  • yellow value is 93.26%
  • key color value is 65.10%
CMYK:
(0,92,93,65)
C0M92Y93K65 
(0%,92%,93%,65%)
(0.00/0.92/0.93/0.65)	

CMYK percentages

%0
%92.13
%93.26
%65.1

Codes

Color #590706 in popluar color models

590706
RGB8976
HSL87.37%18.63%
HSB/HSV93.26%34.90%
CMYK0.00%92.13%93.26%
65.10%

Color #590706 in popluar number systems.

HEX590706
Decimal8976
Binary1011001111110
Octal13176

Shades and tints

Shades of #590706

#590706
(89,7,6)
#510706
(81,7,6)
#490706
(73,7,6)
#410706
(65,7,6)
#390706
(57,7,6)
#310706
(49,7,6)
#290706
(41,7,6)
#210706
(33,7,6)
#190706
(25,7,6)
#110706
(17,7,6)
#090706
(9,7,6)
#000000
(0,0,0)

Tints of #590706

#590706
(89,7,6)
#681D1C
(104,29,28)
#773332
(119,51,50)
#864948
(134,73,72)
#955F5E
(149,95,94)
#A47574
(164,117,116)
#B38B8A
(179,139,138)
#C2A1A0
(194,161,160)
#D1B7B6
(209,183,182)
#E0CDCC
(224,205,204)
#EFE3E2
(239,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #590706; }

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

This text font color is #590706.


Background Color

.myBgColor { background-color: #590706; }

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

This div background color is #590706.


Border color

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

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

This div border color is #590706.


Opacity

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

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

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

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

This text has shadow with #590706 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #590706 on black background.


Color preview on white background

This text has color #590706 on white background.



Black color preview on #590706 background

This text has black color on #590706 background.


White color preview on #590706 background

This text has white color on #590706 background.