COLOR #580E1A

HEX: #580E1A
RGB: (88,14,26)

Color info

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

RGB color model

#580E1A color RGB value is (88,14,26).

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

RGB channels and saturation

R 88 of 255 = 35%
G 14 of 255 = 5%
B 26 of 255 = 10%

88
14
26

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

Portions of RGB colors in percentages

R + G + B =
88 + 14 + 26 = 128 (100%)
R 88 of 128 ~ 68.75%
G 14 of 128 ~ 10.94%
B 26 of 128 ~ 20.31%

%68.75
%10.94
%20.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 84.09%
  • yellow value is 70.45%
  • key color value is 65.49%
CMYK:
(0,84,70,65)
C0M84Y70K65 
(0%,84%,70%,65%)
(0.00/0.84/0.70/0.65)	

CMYK percentages

%0
%84.09
%70.45
%65.49

Codes

Color #580E1A in popluar color models

580E1A
RGB881426
HSL350°72.55%20.00%
HSB/HSV350°84.09%34.51%
CMYK0.00%84.09%70.45%
65.49%

Color #580E1A in popluar number systems.

HEX580E1A
Decimal881426
Binary1011000111011010
Octal1301632

Shades and tints

Shades of #580E1A

#580E1A
(88,14,26)
#500D18
(80,13,24)
#480C16
(72,12,22)
#400B14
(64,11,20)
#380A12
(56,10,18)
#300910
(48,9,16)
#28080E
(40,8,14)
#20070C
(32,7,12)
#18060A
(24,6,10)
#100508
(16,5,8)
#080406
(8,4,6)
#000000
(0,0,0)

Tints of #580E1A

#580E1A
(88,14,26)
#67232E
(103,35,46)
#763842
(118,56,66)
#854D56
(133,77,86)
#94626A
(148,98,106)
#A3777E
(163,119,126)
#B28C92
(178,140,146)
#C1A1A6
(193,161,166)
#D0B6BA
(208,182,186)
#DFCBCE
(223,203,206)
#EEE0E2
(238,224,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #580E1A; }

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

This text font color is #580E1A.


Background Color

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

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

This div background color is #580E1A.


Border color

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

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

This div border color is #580E1A.


Opacity

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

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

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

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

This text has shadow with #580E1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580E1A on black background.


Color preview on white background

This text has color #580E1A on white background.



Black color preview on #580E1A background

This text has black color on #580E1A background.


White color preview on #580E1A background

This text has white color on #580E1A background.