COLOR #580912

HEX: #580912 RGB: (88,9,18)

Color info

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

RGB color model

#580912 color RGB value is (88,9,18).

RGB: (88,9,18) (35%, 4%, 7%)

RGB channels and saturation

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

88
9
18

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

Portions of RGB colors in percentages

R + G + B = 88 + 9 + 18 = 115 (100%)
R 88 of 115 ~ 76.52%
G 9 of 115 ~ 7.83%
B 18 of 115 ~ 15.65'%

%76.52
%15.65

CMYK color model

#580912 color CMYK value is (0,90,80,65).

  • cyan value is 0.00%
  • magenta value is 89.77%
  • yellow value is 79.55%
  • key color value is 65.49%

CMYK: (0,90,80,65)
C0M90Y80K65 (0%, 90%, 80%, 65%)
(0.00 / 0.90 / 0.80 / 0.65)

CMYK percentages

%0
%89.77
%79.55
%65.49

Codes

Color #580912 in popluar color models

58 09 12
RGB 88 9 18
HSL 353° 81.44% 19.02%
HSB/HSV 353° 89.77% 34.51%
CMYK 0.00% 89.77% 79.55%
65.49%

Color #580912 in popluar number systems.

HEX 58 09 12
Decimal 88 9 18
Binary 1011000 1001 10010
Octal 130 11 22

Shades and tints

Shades of #580912

#580912
(88,9,18)
#500911
(80,9,17)
#480910
(72,9,16)
#40090F
(64,9,15)
#38090E
(56,9,14)
#30090D
(48,9,13)
#28090C
(40,9,12)
#20090B
(32,9,11)
#18090A
(24,9,10)
#100909
(16,9,9)
#080908
(8,9,8)
#000000
(0,0,0)

Tints of #580912

#580912
(88,9,18)
#671F27
(103,31,39)
#76353C
(118,53,60)
#854B51
(133,75,81)
#946166
(148,97,102)
#A3777B
(163,119,123)
#B28D90
(178,141,144)
#C1A3A5
(193,163,165)
#D0B9BA
(208,185,186)
#DFCFCF
(223,207,207)
#EEE5E4
(238,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #580912; }

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

This text font color is #580912.

Background Color

.myBgColor { background-color: #580912; }

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

This div background color is #580912.

Border color

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

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

This div border color is #580912.

Opacity

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

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

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

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

This text has shadow with #580912 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #580912.

Preview

Color preview on black background

This text has color #580912 on black background.


Color preview on white background

This text has color #580912 on white background.


Black color preview on #580912 background

This text has black color on #580912 background.


White color preview on #580912 background

This text has white color on #580912 background.


Related colors

Complementary color

Complementary color for #hex is #A7F6ED.


I love getcolorcode.com

Triadic colors

1 #125809 and #091258 with #580912 are triadic colors.

2 #120958 and #095812 with #580912 are triadic colors.