COLOR #580F1F

HEX: #580F1F RGB: (88,15,31)

Color info

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

RGB color model

#580F1F color RGB value is (88,15,31).

RGB: (88,15,31) (35%, 6%, 12%)

RGB channels and saturation

R 88 of 255 = 35%
G 15 of 255 = 6%
B 31 of 255 = 12%

88
15
31

R + G + B ~ 18%. #580F1F is dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 15 + 31 = 134 (100%)
R 88 of 134 ~ 65.67%
G 15 of 134 ~ 11.19%
B 31 of 134 ~ 23.13'%

%65.67
%11.19
%23.13

CMYK color model

#580F1F color CMYK value is (0,83,65,65).

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

CMYK: (0,83,65,65)
C0M83Y65K65 (0%, 83%, 65%, 65%)
(0.00 / 0.83 / 0.65 / 0.65)

CMYK percentages

%0
%82.95
%64.77
%65.49

Codes

Color #580F1F in popluar color models

58 0F 1F
RGB 88 15 31
HSL 347° 70.87% 20.20%
HSB/HSV 347° 82.95% 34.51%
CMYK 0.00% 82.95% 64.77%
65.49%

Color #580F1F in popluar number systems.

HEX 58 0F 1F
Decimal 88 15 31
Binary 1011000 1111 11111
Octal 130 17 37

Shades and tints

Shades of #580F1F

#580F1F
(88,15,31)
#500E1D
(80,14,29)
#480D1B
(72,13,27)
#400C19
(64,12,25)
#380B17
(56,11,23)
#300A15
(48,10,21)
#280913
(40,9,19)
#200811
(32,8,17)
#18070F
(24,7,15)
#10060D
(16,6,13)
#08050B
(8,5,11)
#000000
(0,0,0)

Tints of #580F1F

#580F1F
(88,15,31)
#672433
(103,36,51)
#763947
(118,57,71)
#854E5B
(133,78,91)
#94636F
(148,99,111)
#A37883
(163,120,131)
#B28D97
(178,141,151)
#C1A2AB
(193,162,171)
#D0B7BF
(208,183,191)
#DFCCD3
(223,204,211)
#EEE1E7
(238,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #580F1F; }

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

This text font color is #580F1F.

Background Color

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

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

This div background color is #580F1F.

Border color

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

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

This div border color is #580F1F.

Opacity

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

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

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

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

This text has shadow with #580F1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #580F1F.

Preview

Color preview on black background

This text has color #580F1F on black background.


Color preview on white background

This text has color #580F1F on white background.


Black color preview on #580F1F background

This text has black color on #580F1F background.


White color preview on #580F1F background

This text has white color on #580F1F background.


Related colors

Complementary color

Complementary color for #hex is #A7F0E0.


I love getcolorcode.com

Triadic colors

1 #1F580F and #0F1F58 with #580F1F are triadic colors.

2 #1F0F58 and #0F581F with #580F1F are triadic colors.