COLOR #580E1F

HEX: #580E1F RGB: (88,14,31)

Color info

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

RGB color model

#580E1F color RGB value is (88,14,31).

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

RGB channels and saturation

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

88
14
31

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

Portions of RGB colors in percentages

R + G + B = 88 + 14 + 31 = 133 (100%)
R 88 of 133 ~ 66.17%
G 14 of 133 ~ 10.53%
B 31 of 133 ~ 23.31'%

%66.17
%10.53
%23.31

CMYK color model

#580E1F color CMYK value is (0,84,65,65).

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

CMYK: (0,84,65,65)
C0M84Y65K65 (0%, 84%, 65%, 65%)
(0.00 / 0.84 / 0.65 / 0.65)

CMYK percentages

%0
%84.09
%64.77
%65.49

Codes

Color #580E1F in popluar color models

58 0E 1F
RGB 88 14 31
HSL 346° 72.55% 20.00%
HSB/HSV 346° 84.09% 34.51%
CMYK 0.00% 84.09% 64.77%
65.49%

Color #580E1F in popluar number systems.

HEX 58 0E 1F
Decimal 88 14 31
Binary 1011000 1110 11111
Octal 130 16 37

Shades and tints

Shades of #580E1F

#580E1F
(88,14,31)
#500D1D
(80,13,29)
#480C1B
(72,12,27)
#400B19
(64,11,25)
#380A17
(56,10,23)
#300915
(48,9,21)
#280813
(40,8,19)
#200711
(32,7,17)
#18060F
(24,6,15)
#10050D
(16,5,13)
#08040B
(8,4,11)
#000000
(0,0,0)

Tints of #580E1F

#580E1F
(88,14,31)
#672333
(103,35,51)
#763847
(118,56,71)
#854D5B
(133,77,91)
#94626F
(148,98,111)
#A37783
(163,119,131)
#B28C97
(178,140,151)
#C1A1AB
(193,161,171)
#D0B6BF
(208,182,191)
#DFCBD3
(223,203,211)
#EEE0E7
(238,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #580E1F; }

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

This text font color is #580E1F.

Background Color

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

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

This div background color is #580E1F.

Border color

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

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

This div border color is #580E1F.

Opacity

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

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

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

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

This text has shadow with #580E1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #580E1F.

Preview

Color preview on black background

This text has color #580E1F on black background.


Color preview on white background

This text has color #580E1F on white background.


Black color preview on #580E1F background

This text has black color on #580E1F background.


White color preview on #580E1F background

This text has white color on #580E1F background.


Related colors

Complementary color

Complementary color for #hex is #A7F1E0.


I love getcolorcode.com

Triadic colors

1 #1F580E and #0E1F58 with #580E1F are triadic colors.

2 #1F0E58 and #0E581F with #580E1F are triadic colors.