COLOR #580937

HEX: #580937
RGB: (88,9,55)

Color info

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

RGB color model

#580937 color RGB value is (88,9,55).

  • red value is 88;
  • green value is 9;
  • blue value is 55.
RGB:
(88,9,55)
(35%,4%,22%)

RGB channels and saturation

R 88 of 255 = 35%
G 9 of 255 = 4%
B 55 of 255 = 22%

88
9
55

R + G + B ~ 20%. #580937 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 9 + 55 = 152 (100%)
R 88 of 152 ~ 57.89%
G 9 of 152 ~ 5.92%
B 55 of 152 ~ 36.18%

%57.89
%36.18

CMYK color model

#580937 color CMYK value is (0,90,38,65).

  • cyan value is 0.00%
  • magenta value is 89.77%
  • yellow value is 37.50%
  • key color value is 65.49%
CMYK:
(0,90,38,65)
C0M90Y38K65 
(0%,90%,38%,65%)
(0.00/0.90/0.38/0.65)	

CMYK percentages

%0
%89.77
%37.5
%65.49

Codes

Color #580937 in popluar color models

580937
RGB88955
HSL325°81.44%19.02%
HSB/HSV325°89.77%34.51%
CMYK0.00%89.77%37.50%
65.49%

Color #580937 in popluar number systems.

HEX580937
Decimal88955
Binary10110001001110111
Octal1301167

Shades and tints

Shades of #580937

#580937
(88,9,55)
#500932
(80,9,50)
#48092D
(72,9,45)
#400928
(64,9,40)
#380923
(56,9,35)
#30091E
(48,9,30)
#280919
(40,9,25)
#200914
(32,9,20)
#18090F
(24,9,15)
#10090A
(16,9,10)
#080905
(8,9,5)
#000000
(0,0,0)

Tints of #580937

#580937
(88,9,55)
#671F49
(103,31,73)
#76355B
(118,53,91)
#854B6D
(133,75,109)
#94617F
(148,97,127)
#A37791
(163,119,145)
#B28DA3
(178,141,163)
#C1A3B5
(193,163,181)
#D0B9C7
(208,185,199)
#DFCFD9
(223,207,217)
#EEE5EB
(238,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #580937 color. Also use rgb(88,9,55) instead hex code.

Text Font Color

.myTextColor { color: #580937; }

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

This text font color is #580937.


Background Color

.myBgColor { background-color: #580937; }

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

This div background color is #580937.


Border color

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

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

This div border color is #580937.


Opacity

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

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

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

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

This text has shadow with #580937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580937 on black background.


Color preview on white background

This text has color #580937 on white background.



Black color preview on #580937 background

This text has black color on #580937 background.


White color preview on #580937 background

This text has white color on #580937 background.