COLOR #580F47

HEX: #580F47
RGB: (88,15,71)

Color info

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

RGB color model

#580F47 color RGB value is (88,15,71).

  • red value is 88;
  • green value is 15;
  • blue value is 71.
RGB:
(88,15,71)
(35%,6%,28%)

RGB channels and saturation

R 88 of 255 = 35%
G 15 of 255 = 6%
B 71 of 255 = 28%

88
15
71

R + G + B ~ 23%. #580F47 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 15 + 71 = 174 (100%)
R 88 of 174 ~ 50.57%
G 15 of 174 ~ 8.62%
B 71 of 174 ~ 40.8%

%50.57
%40.8

CMYK color model

#580F47 color CMYK value is (0,83,19,65).

  • cyan value is 0.00%
  • magenta value is 82.95%
  • yellow value is 19.32%
  • key color value is 65.49%
CMYK:
(0,83,19,65)
C0M83Y19K65 
(0%,83%,19%,65%)
(0.00/0.83/0.19/0.65)	

CMYK percentages

%0
%82.95
%19.32
%65.49

Codes

Color #580F47 in popluar color models

580F47
RGB881571
HSL314°70.87%20.20%
HSB/HSV314°82.95%34.51%
CMYK0.00%82.95%19.32%
65.49%

Color #580F47 in popluar number systems.

HEX580F47
Decimal881571
Binary101100011111000111
Octal13017107

Shades and tints

Shades of #580F47

#580F47
(88,15,71)
#500E41
(80,14,65)
#480D3B
(72,13,59)
#400C35
(64,12,53)
#380B2F
(56,11,47)
#300A29
(48,10,41)
#280923
(40,9,35)
#20081D
(32,8,29)
#180717
(24,7,23)
#100611
(16,6,17)
#08050B
(8,5,11)
#000000
(0,0,0)

Tints of #580F47

#580F47
(88,15,71)
#672457
(103,36,87)
#763967
(118,57,103)
#854E77
(133,78,119)
#946387
(148,99,135)
#A37897
(163,120,151)
#B28DA7
(178,141,167)
#C1A2B7
(193,162,183)
#D0B7C7
(208,183,199)
#DFCCD7
(223,204,215)
#EEE1E7
(238,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #580F47 color. Also use rgb(88,15,71) instead hex code.

Text Font Color

.myTextColor { color: #580F47; }

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

This text font color is #580F47.


Background Color

.myBgColor { background-color: #580F47; }

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

This div background color is #580F47.


Border color

.myBorderColor { border: 1px solid #580F47; }

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

This div border color is #580F47.


Opacity

.myOpacity80 { color: #580F47; opacity: 0.8; }

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

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

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

This text has shadow with #580F47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580F47 on black background.


Color preview on white background

This text has color #580F47 on white background.



Black color preview on #580F47 background

This text has black color on #580F47 background.


White color preview on #580F47 background

This text has white color on #580F47 background.