COLOR #580913

HEX: #580913
RGB: (88,9,19)

Color info

#580913 contains mainly red color. Web safe color of #580913 is #660000 (or #600).

RGB color model

#580913 color RGB value is (88,9,19).

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

RGB channels and saturation

R 88 of 255 = 35%
G 9 of 255 = 4%
B 19 of 255 = 7%

88
9
19

R + G + B ~ 15%. #580913 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 9 + 19 = 116 (100%)
R 88 of 116 ~ 75.86%
G 9 of 116 ~ 7.76%
B 19 of 116 ~ 16.38%

%75.86
%16.38

CMYK color model

#580913 color CMYK value is (0,90,78,65).

  • cyan value is 0.00%
  • magenta value is 89.77%
  • yellow value is 78.41%
  • key color value is 65.49%
CMYK:
(0,90,78,65)
C0M90Y78K65 
(0%,90%,78%,65%)
(0.00/0.90/0.78/0.65)	

CMYK percentages

%0
%89.77
%78.41
%65.49

Codes

Color #580913 in popluar color models

580913
RGB88919
HSL352°81.44%19.02%
HSB/HSV352°89.77%34.51%
CMYK0.00%89.77%78.41%
65.49%

Color #580913 in popluar number systems.

HEX580913
Decimal88919
Binary1011000100110011
Octal1301123

Shades and tints

Shades of #580913

#580913
(88,9,19)
#500912
(80,9,18)
#480911
(72,9,17)
#400910
(64,9,16)
#38090F
(56,9,15)
#30090E
(48,9,14)
#28090D
(40,9,13)
#20090C
(32,9,12)
#18090B
(24,9,11)
#10090A
(16,9,10)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #580913

#580913
(88,9,19)
#671F28
(103,31,40)
#76353D
(118,53,61)
#854B52
(133,75,82)
#946167
(148,97,103)
#A3777C
(163,119,124)
#B28D91
(178,141,145)
#C1A3A6
(193,163,166)
#D0B9BB
(208,185,187)
#DFCFD0
(223,207,208)
#EEE5E5
(238,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #580913; }

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

This text font color is #580913.


Background Color

.myBgColor { background-color: #580913; }

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

This div background color is #580913.


Border color

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

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

This div border color is #580913.


Opacity

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

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

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

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

This text has shadow with #580913 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580913 on black background.


Color preview on white background

This text has color #580913 on white background.



Black color preview on #580913 background

This text has black color on #580913 background.


White color preview on #580913 background

This text has white color on #580913 background.