COLOR #580039

HEX: #580039
RGB: (88,0,57)

Color info

#580039 contains only red and blue colors. Web safe color of #580039 is #660033 (or #603).

RGB color model

#580039 color RGB value is (88,0,57).

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

RGB channels and saturation

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

88
0
57

R + G + B ~ 19%. #580039 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 0 + 57 = 145 (100%)
R 88 of 145 ~ 60.69%
G 0 of 145 ~ 0%
B 57 of 145 ~ 39.31%

%60.69
%39.31

CMYK color model

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

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

CMYK percentages

%0
%100
%35.23
%65.49

Codes

Color #580039 in popluar color models

580039
RGB88057
HSL321°100.00%17.25%
HSB/HSV321°100.00%34.51%
CMYK0.00%100.00%35.23%
65.49%

Color #580039 in popluar number systems.

HEX580039
Decimal88057
Binary10110000111001
Octal130071

Shades and tints

Shades of #580039

#580039
(88,0,57)
#500034
(80,0,52)
#48002F
(72,0,47)
#40002A
(64,0,42)
#380025
(56,0,37)
#300020
(48,0,32)
#28001B
(40,0,27)
#200016
(32,0,22)
#180011
(24,0,17)
#10000C
(16,0,12)
#080007
(8,0,7)
#000000
(0,0,0)

Tints of #580039

#580039
(88,0,57)
#67174B
(103,23,75)
#762E5D
(118,46,93)
#85456F
(133,69,111)
#945C81
(148,92,129)
#A37393
(163,115,147)
#B28AA5
(178,138,165)
#C1A1B7
(193,161,183)
#D0B8C9
(208,184,201)
#DFCFDB
(223,207,219)
#EEE6ED
(238,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #580039; }

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

This text font color is #580039.


Background Color

.myBgColor { background-color: #580039; }

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

This div background color is #580039.


Border color

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

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

This div border color is #580039.


Opacity

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

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

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

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

This text has shadow with #580039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580039 on black background.


Color preview on white background

This text has color #580039 on white background.



Black color preview on #580039 background

This text has black color on #580039 background.


White color preview on #580039 background

This text has white color on #580039 background.