COLOR #580757

HEX: #580757
RGB: (88,7,87)

Color info

#580757 contains mainly red and blue colors. Web safe color of #580757 is #660066 (or #606).

RGB color model

#580757 color RGB value is (88,7,87).

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

RGB channels and saturation

R 88 of 255 = 35%
G 7 of 255 = 3%
B 87 of 255 = 34%

88
7
87

R + G + B ~ 24%. #580757 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 7 + 87 = 182 (100%)
R 88 of 182 ~ 48.35%
G 7 of 182 ~ 3.85%
B 87 of 182 ~ 47.8%

%48.35
%47.8

CMYK color model

#580757 color CMYK value is (0,92,1,65).

  • cyan value is 0.00%
  • magenta value is 92.05%
  • yellow value is 1.14%
  • key color value is 65.49%
CMYK:
(0,92,1,65)
C0M92Y1K65 
(0%,92%,1%,65%)
(0.00/0.92/0.01/0.65)	

CMYK percentages

%0
%92.05
%1.14
%65.49

Codes

Color #580757 in popluar color models

580757
RGB88787
HSL301°85.26%18.63%
HSB/HSV301°92.05%34.51%
CMYK0.00%92.05%1.14%
65.49%

Color #580757 in popluar number systems.

HEX580757
Decimal88787
Binary10110001111010111
Octal1307127

Shades and tints

Shades of #580757

#580757
(88,7,87)
#500750
(80,7,80)
#480749
(72,7,73)
#400742
(64,7,66)
#38073B
(56,7,59)
#300734
(48,7,52)
#28072D
(40,7,45)
#200726
(32,7,38)
#18071F
(24,7,31)
#100718
(16,7,24)
#080711
(8,7,17)
#000000
(0,0,0)

Tints of #580757

#580757
(88,7,87)
#671D66
(103,29,102)
#763375
(118,51,117)
#854984
(133,73,132)
#945F93
(148,95,147)
#A375A2
(163,117,162)
#B28BB1
(178,139,177)
#C1A1C0
(193,161,192)
#D0B7CF
(208,183,207)
#DFCDDE
(223,205,222)
#EEE3ED
(238,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #580757; }

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

This text font color is #580757.


Background Color

.myBgColor { background-color: #580757; }

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

This div background color is #580757.


Border color

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

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

This div border color is #580757.


Opacity

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

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

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

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

This text has shadow with #580757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580757 on black background.


Color preview on white background

This text has color #580757 on white background.



Black color preview on #580757 background

This text has black color on #580757 background.


White color preview on #580757 background

This text has white color on #580757 background.