COLOR #580720

HEX: #580720
RGB: (88,7,32)

Color info

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

RGB color model

#580720 color RGB value is (88,7,32).

  • red value is 88;
  • green value is 7;
  • blue value is 32.
RGB:
(88,7,32)
(35%,3%,13%)

RGB channels and saturation

R 88 of 255 = 35%
G 7 of 255 = 3%
B 32 of 255 = 13%

88
7
32

R + G + B ~ 17%. #580720 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 7 + 32 = 127 (100%)
R 88 of 127 ~ 69.29%
G 7 of 127 ~ 5.51%
B 32 of 127 ~ 25.2%

%69.29
%25.2

CMYK color model

#580720 color CMYK value is (0,92,64,65).

  • cyan value is 0.00%
  • magenta value is 92.05%
  • yellow value is 63.64%
  • key color value is 65.49%
CMYK:
(0,92,64,65)
C0M92Y64K65 
(0%,92%,64%,65%)
(0.00/0.92/0.64/0.65)	

CMYK percentages

%0
%92.05
%63.64
%65.49

Codes

Color #580720 in popluar color models

580720
RGB88732
HSL341°85.26%18.63%
HSB/HSV341°92.05%34.51%
CMYK0.00%92.05%63.64%
65.49%

Color #580720 in popluar number systems.

HEX580720
Decimal88732
Binary1011000111100000
Octal130740

Shades and tints

Shades of #580720

#580720
(88,7,32)
#50071E
(80,7,30)
#48071C
(72,7,28)
#40071A
(64,7,26)
#380718
(56,7,24)
#300716
(48,7,22)
#280714
(40,7,20)
#200712
(32,7,18)
#180710
(24,7,16)
#10070E
(16,7,14)
#08070C
(8,7,12)
#000000
(0,0,0)

Tints of #580720

#580720
(88,7,32)
#671D34
(103,29,52)
#763348
(118,51,72)
#85495C
(133,73,92)
#945F70
(148,95,112)
#A37584
(163,117,132)
#B28B98
(178,139,152)
#C1A1AC
(193,161,172)
#D0B7C0
(208,183,192)
#DFCDD4
(223,205,212)
#EEE3E8
(238,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #580720; }

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

This text font color is #580720.


Background Color

.myBgColor { background-color: #580720; }

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

This div background color is #580720.


Border color

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

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

This div border color is #580720.


Opacity

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

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

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

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

This text has shadow with #580720 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580720 on black background.


Color preview on white background

This text has color #580720 on white background.



Black color preview on #580720 background

This text has black color on #580720 background.


White color preview on #580720 background

This text has white color on #580720 background.