COLOR #580F67

HEX: #580F67
RGB: (88,15,103)

Color info

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

RGB color model

#580F67 color RGB value is (88,15,103).

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

RGB channels and saturation

R 88 of 255 = 35%
G 15 of 255 = 6%
B 103 of 255 = 40%

88
15
103

R + G + B ~ 27%. #580F67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 15 + 103 = 206 (100%)
R 88 of 206 ~ 42.72%
G 15 of 206 ~ 7.28%
B 103 of 206 ~ 50%

%42.72
%50

CMYK color model

#580F67 color CMYK value is (15,85,0,60).

  • cyan value is 14.56%
  • magenta value is 85.44%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(15,85,0,60)
C15M85Y0K60 
(15%,85%,0%,60%)
(0.15/0.85/0.00/0.60)	

CMYK percentages

%14.56
%85.44
%0
%59.61

Codes

Color #580F67 in popluar color models

580F67
RGB8815103
HSL290°74.58%23.14%
HSB/HSV290°85.44%40.39%
CMYK14.56%85.44%0.00%
59.61%

Color #580F67 in popluar number systems.

HEX580F67
Decimal8815103
Binary101100011111100111
Octal13017147

Shades and tints

Shades of #580F67

#580F67
(88,15,103)
#500E5E
(80,14,94)
#480D55
(72,13,85)
#400C4C
(64,12,76)
#380B43
(56,11,67)
#300A3A
(48,10,58)
#280931
(40,9,49)
#200828
(32,8,40)
#18071F
(24,7,31)
#100616
(16,6,22)
#08050D
(8,5,13)
#000000
(0,0,0)

Tints of #580F67

#580F67
(88,15,103)
#672474
(103,36,116)
#763981
(118,57,129)
#854E8E
(133,78,142)
#94639B
(148,99,155)
#A378A8
(163,120,168)
#B28DB5
(178,141,181)
#C1A2C2
(193,162,194)
#D0B7CF
(208,183,207)
#DFCCDC
(223,204,220)
#EEE1E9
(238,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #580F67; }

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

This text font color is #580F67.


Background Color

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

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

This div background color is #580F67.


Border color

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

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

This div border color is #580F67.


Opacity

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

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

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

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

This text has shadow with #580F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580F67 on black background.


Color preview on white background

This text has color #580F67 on white background.



Black color preview on #580F67 background

This text has black color on #580F67 background.


White color preview on #580F67 background

This text has white color on #580F67 background.