COLOR #580E26

HEX: #580E26
RGB: (88,14,38)

Color info

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

RGB color model

#580E26 color RGB value is (88,14,38).

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

RGB channels and saturation

R 88 of 255 = 35%
G 14 of 255 = 5%
B 38 of 255 = 15%

88
14
38

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

Portions of RGB colors in percentages

R + G + B =
88 + 14 + 38 = 140 (100%)
R 88 of 140 ~ 62.86%
G 14 of 140 ~ 10%
B 38 of 140 ~ 27.14%

%62.86
%10
%27.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 84.09%
  • yellow value is 56.82%
  • key color value is 65.49%
CMYK:
(0,84,57,65)
C0M84Y57K65 
(0%,84%,57%,65%)
(0.00/0.84/0.57/0.65)	

CMYK percentages

%0
%84.09
%56.82
%65.49

Codes

Color #580E26 in popluar color models

580E26
RGB881438
HSL341°72.55%20.00%
HSB/HSV341°84.09%34.51%
CMYK0.00%84.09%56.82%
65.49%

Color #580E26 in popluar number systems.

HEX580E26
Decimal881438
Binary10110001110100110
Octal1301646

Shades and tints

Shades of #580E26

#580E26
(88,14,38)
#500D23
(80,13,35)
#480C20
(72,12,32)
#400B1D
(64,11,29)
#380A1A
(56,10,26)
#300917
(48,9,23)
#280814
(40,8,20)
#200711
(32,7,17)
#18060E
(24,6,14)
#10050B
(16,5,11)
#080408
(8,4,8)
#000000
(0,0,0)

Tints of #580E26

#580E26
(88,14,38)
#672339
(103,35,57)
#76384C
(118,56,76)
#854D5F
(133,77,95)
#946272
(148,98,114)
#A37785
(163,119,133)
#B28C98
(178,140,152)
#C1A1AB
(193,161,171)
#D0B6BE
(208,182,190)
#DFCBD1
(223,203,209)
#EEE0E4
(238,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #580E26; }

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

This text font color is #580E26.


Background Color

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

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

This div background color is #580E26.


Border color

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

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

This div border color is #580E26.


Opacity

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

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

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

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

This text has shadow with #580E26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580E26 on black background.


Color preview on white background

This text has color #580E26 on white background.



Black color preview on #580E26 background

This text has black color on #580E26 background.


White color preview on #580E26 background

This text has white color on #580E26 background.