COLOR #580D1F

HEX: #580D1F RGB: (88,13,31)

Color info

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

RGB color model

#580D1F color RGB value is (88,13,31).

RGB: (88,13,31) (35%, 5%, 12%)

RGB channels and saturation

R 88 of 255 = 35%
G 13 of 255 = 5%
B 31 of 255 = 12%

88
13
31

R + G + B ~ 17%. #580D1F is dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 13 + 31 = 132 (100%)
R 88 of 132 ~ 66.67%
G 13 of 132 ~ 9.85%
B 31 of 132 ~ 23.48'%

%66.67
%23.48

CMYK color model

#580D1F color CMYK value is (0,85,65,65).

  • cyan value is 0.00%
  • magenta value is 85.23%
  • yellow value is 64.77%
  • key color value is 65.49%

CMYK: (0,85,65,65)
C0M85Y65K65 (0%, 85%, 65%, 65%)
(0.00 / 0.85 / 0.65 / 0.65)

CMYK percentages

%0
%85.23
%64.77
%65.49

Codes

Color #580D1F in popluar color models

58 0D 1F
RGB 88 13 31
HSL 346° 74.26% 19.80%
HSB/HSV 346° 85.23% 34.51%
CMYK 0.00% 85.23% 64.77%
65.49%

Color #580D1F in popluar number systems.

HEX 58 0D 1F
Decimal 88 13 31
Binary 1011000 1101 11111
Octal 130 15 37

Shades and tints

Shades of #580D1F

#580D1F
(88,13,31)
#500C1D
(80,12,29)
#480B1B
(72,11,27)
#400A19
(64,10,25)
#380917
(56,9,23)
#300815
(48,8,21)
#280713
(40,7,19)
#200611
(32,6,17)
#18050F
(24,5,15)
#10040D
(16,4,13)
#08030B
(8,3,11)
#000000
(0,0,0)

Tints of #580D1F

#580D1F
(88,13,31)
#672333
(103,35,51)
#763947
(118,57,71)
#854F5B
(133,79,91)
#94656F
(148,101,111)
#A37B83
(163,123,131)
#B29197
(178,145,151)
#C1A7AB
(193,167,171)
#D0BDBF
(208,189,191)
#DFD3D3
(223,211,211)
#EEE9E7
(238,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #580D1F color. Also use rgb(88,13,31) instead hex code.

Text Font Color

.myTextColor { color: #580D1F; }

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

This text font color is #580D1F.

Background Color

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

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

This div background color is #580D1F.

Border color

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

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

This div border color is #580D1F.

Opacity

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

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

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

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

This text has shadow with #580D1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #580D1F.

Preview

Color preview on black background

This text has color #580D1F on black background.


Color preview on white background

This text has color #580D1F on white background.


Black color preview on #580D1F background

This text has black color on #580D1F background.


White color preview on #580D1F background

This text has white color on #580D1F background.


Related colors

Complementary color

Complementary color for #hex is #A7F2E0.


I love getcolorcode.com

Triadic colors

1 #1F580D and #0D1F58 with #580D1F are triadic colors.

2 #1F0D58 and #0D581F with #580D1F are triadic colors.