COLOR #580000

HEX: #580000
RGB: (88,0,0)

Color info

#580000 contains only red color. Web safe color of #580000 is #660000 (or #600).

RGB color model

#580000 color RGB value is (88,0,0).

  • red value is 88;
  • green value is 0;
  • blue value is 0.
RGB:
(88,0,0)
(35%,0%,0%)

RGB channels and saturation

R 88 of 255 = 35%
G 0 of 255 = 0%
B 0 of 255 = 0%

88
0
0

R + G + B ~ 12%. #580000 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 0 + 0 = 88 (100%)
R 88 of 88 ~ 100%
G 0 of 88 ~ 0%
B 0 of 88 ~ 0%

%100

CMYK color model

#580000 color CMYK value is (0,100,100,65).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 100.00%
  • key color value is 65.49%
CMYK:
(0,100,100,65)
C0M100Y100K65 
(0%,100%,100%,65%)
(0.00/1.00/1.00/0.65)	

CMYK percentages

%0
%100
%100
%65.49

Codes

Color #580000 in popluar color models

580000
RGB8800
HSL100.00%17.25%
HSB/HSV100.00%34.51%
CMYK0.00%100.00%100.00%
65.49%

Color #580000 in popluar number systems.

HEX580000
Decimal8800
Binary101100000
Octal13000

Shades and tints

Shades of #580000

#580000
(88,0,0)
#500000
(80,0,0)
#480000
(72,0,0)
#400000
(64,0,0)
#380000
(56,0,0)
#300000
(48,0,0)
#280000
(40,0,0)
#200000
(32,0,0)
#180000
(24,0,0)
#100000
(16,0,0)
#080000
(8,0,0)
#000000
(0,0,0)

Tints of #580000

#580000
(88,0,0)
#671717
(103,23,23)
#762E2E
(118,46,46)
#854545
(133,69,69)
#945C5C
(148,92,92)
#A37373
(163,115,115)
#B28A8A
(178,138,138)
#C1A1A1
(193,161,161)
#D0B8B8
(208,184,184)
#DFCFCF
(223,207,207)
#EEE6E6
(238,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #580000 color. Also use rgb(88,0,0) instead hex code.

Text Font Color

.myTextColor { color: #580000; }

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

This text font color is #580000.


Background Color

.myBgColor { background-color: #580000; }

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

This div background color is #580000.


Border color

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

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

This div border color is #580000.


Opacity

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

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

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

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

This text has shadow with #580000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580000 on black background.


Color preview on white background

This text has color #580000 on white background.



Black color preview on #580000 background

This text has black color on #580000 background.


White color preview on #580000 background

This text has white color on #580000 background.