COLOR #581E26

HEX: #581E26
RGB: (88,30,38)

Color info

#581E26 contains red, green and blue colors in about the same proportion. Web safe color of #581E26 is #663333 (or #633).

RGB color model

#581E26 color RGB value is (88,30,38).

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

RGB channels and saturation

R 88 of 255 = 35%
G 30 of 255 = 12%
B 38 of 255 = 15%

88
30
38

R + G + B ~ 21%. #581E26 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 30 + 38 = 156 (100%)
R 88 of 156 ~ 56.41%
G 30 of 156 ~ 19.23%
B 38 of 156 ~ 24.36%

%56.41
%19.23
%24.36

CMYK color model

#581E26 color CMYK value is (0,66,57,65).

  • cyan value is 0.00%
  • magenta value is 65.91%
  • yellow value is 56.82%
  • key color value is 65.49%
CMYK:
(0,66,57,65)
C0M66Y57K65 
(0%,66%,57%,65%)
(0.00/0.66/0.57/0.65)	

CMYK percentages

%0
%65.91
%56.82
%65.49

Codes

Color #581E26 in popluar color models

581E26
RGB883038
HSL352°49.15%23.14%
HSB/HSV352°65.91%34.51%
CMYK0.00%65.91%56.82%
65.49%

Color #581E26 in popluar number systems.

HEX581E26
Decimal883038
Binary101100011110100110
Octal1303646

Shades and tints

Shades of #581E26

#581E26
(88,30,38)
#501C23
(80,28,35)
#481A20
(72,26,32)
#40181D
(64,24,29)
#38161A
(56,22,26)
#301417
(48,20,23)
#281214
(40,18,20)
#201011
(32,16,17)
#180E0E
(24,14,14)
#100C0B
(16,12,11)
#080A08
(8,10,8)
#000000
(0,0,0)

Tints of #581E26

#581E26
(88,30,38)
#673239
(103,50,57)
#76464C
(118,70,76)
#855A5F
(133,90,95)
#946E72
(148,110,114)
#A38285
(163,130,133)
#B29698
(178,150,152)
#C1AAAB
(193,170,171)
#D0BEBE
(208,190,190)
#DFD2D1
(223,210,209)
#EEE6E4
(238,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #581E26; }

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

This text font color is #581E26.


Background Color

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

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

This div background color is #581E26.


Border color

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

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

This div border color is #581E26.


Opacity

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

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

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

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

This text has shadow with #581E26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #581E26 on black background.


Color preview on white background

This text has color #581E26 on white background.



Black color preview on #581E26 background

This text has black color on #581E26 background.


White color preview on #581E26 background

This text has white color on #581E26 background.