COLOR #580E1E

HEX: #580E1E
RGB: (88,14,30)

Color info

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

RGB color model

#580E1E color RGB value is (88,14,30).

  • red value is 88;
  • green value is 14;
  • blue value is 30.
RGB:
(88,14,30)
(35%,5%,12%)

RGB channels and saturation

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

88
14
30

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

Portions of RGB colors in percentages

R + G + B =
88 + 14 + 30 = 132 (100%)
R 88 of 132 ~ 66.67%
G 14 of 132 ~ 10.61%
B 30 of 132 ~ 22.73%

%66.67
%10.61
%22.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 84.09%
  • yellow value is 65.91%
  • key color value is 65.49%
CMYK:
(0,84,66,65)
C0M84Y66K65 
(0%,84%,66%,65%)
(0.00/0.84/0.66/0.65)	

CMYK percentages

%0
%84.09
%65.91
%65.49

Codes

Color #580E1E in popluar color models

580E1E
RGB881430
HSL347°72.55%20.00%
HSB/HSV347°84.09%34.51%
CMYK0.00%84.09%65.91%
65.49%

Color #580E1E in popluar number systems.

HEX580E1E
Decimal881430
Binary1011000111011110
Octal1301636

Shades and tints

Shades of #580E1E

#580E1E
(88,14,30)
#500D1C
(80,13,28)
#480C1A
(72,12,26)
#400B18
(64,11,24)
#380A16
(56,10,22)
#300914
(48,9,20)
#280812
(40,8,18)
#200710
(32,7,16)
#18060E
(24,6,14)
#10050C
(16,5,12)
#08040A
(8,4,10)
#000000
(0,0,0)

Tints of #580E1E

#580E1E
(88,14,30)
#672332
(103,35,50)
#763846
(118,56,70)
#854D5A
(133,77,90)
#94626E
(148,98,110)
#A37782
(163,119,130)
#B28C96
(178,140,150)
#C1A1AA
(193,161,170)
#D0B6BE
(208,182,190)
#DFCBD2
(223,203,210)
#EEE0E6
(238,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #580E1E; }

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

This text font color is #580E1E.


Background Color

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

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

This div background color is #580E1E.


Border color

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

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

This div border color is #580E1E.


Opacity

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

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

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

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

This text has shadow with #580E1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580E1E on black background.


Color preview on white background

This text has color #580E1E on white background.



Black color preview on #580E1E background

This text has black color on #580E1E background.


White color preview on #580E1E background

This text has white color on #580E1E background.