COLOR #590808

HEX: #590808
RGB: (89,8,8)

Color info

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

RGB color model

#590808 color RGB value is (89,8,8).

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

RGB channels and saturation

R 89 of 255 = 35%
G 8 of 255 = 3%
B 8 of 255 = 3%

89
8
8

R + G + B ~ 14%. #590808 is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 8 + 8 = 105 (100%)
R 89 of 105 ~ 84.76%
G 8 of 105 ~ 7.62%
B 8 of 105 ~ 7.62%

%84.76

CMYK color model

#590808 color CMYK value is (0,91,91,65).

  • cyan value is 0.00%
  • magenta value is 91.01%
  • yellow value is 91.01%
  • key color value is 65.10%
CMYK:
(0,91,91,65)
C0M91Y91K65 
(0%,91%,91%,65%)
(0.00/0.91/0.91/0.65)	

CMYK percentages

%0
%91.01
%91.01
%65.1

Codes

Color #590808 in popluar color models

590808
RGB8988
HSL83.51%19.02%
HSB/HSV91.01%34.90%
CMYK0.00%91.01%91.01%
65.10%

Color #590808 in popluar number systems.

HEX590808
Decimal8988
Binary101100110001000
Octal1311010

Shades and tints

Shades of #590808

#590808
(89,8,8)
#510808
(81,8,8)
#490808
(73,8,8)
#410808
(65,8,8)
#390808
(57,8,8)
#310808
(49,8,8)
#290808
(41,8,8)
#210808
(33,8,8)
#190808
(25,8,8)
#110808
(17,8,8)
#090808
(9,8,8)
#000000
(0,0,0)

Tints of #590808

#590808
(89,8,8)
#681E1E
(104,30,30)
#773434
(119,52,52)
#864A4A
(134,74,74)
#956060
(149,96,96)
#A47676
(164,118,118)
#B38C8C
(179,140,140)
#C2A2A2
(194,162,162)
#D1B8B8
(209,184,184)
#E0CECE
(224,206,206)
#EFE4E4
(239,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #590808; }

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

This text font color is #590808.


Background Color

.myBgColor { background-color: #590808; }

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

This div background color is #590808.


Border color

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

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

This div border color is #590808.


Opacity

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

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

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

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

This text has shadow with #590808 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #590808 on black background.


Color preview on white background

This text has color #590808 on white background.



Black color preview on #590808 background

This text has black color on #590808 background.


White color preview on #590808 background

This text has white color on #590808 background.