COLOR #581B1D

HEX: #581B1D
RGB: (88,27,29)

Color info

#581B1D contains mainly red and blue colors. Web safe color of #581B1D is #663333 (or #633).

RGB color model

#581B1D color RGB value is (88,27,29).

  • red value is 88;
  • green value is 27;
  • blue value is 29.
RGB:
(88,27,29)
(35%,11%,11%)

RGB channels and saturation

R 88 of 255 = 35%
G 27 of 255 = 11%
B 29 of 255 = 11%

88
27
29

R + G + B ~ 19%. #581B1D is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 27 + 29 = 144 (100%)
R 88 of 144 ~ 61.11%
G 27 of 144 ~ 18.75%
B 29 of 144 ~ 20.14%

%61.11
%18.75
%20.14

CMYK color model

#581B1D color CMYK value is (0,69,67,65).

  • cyan value is 0.00%
  • magenta value is 69.32%
  • yellow value is 67.05%
  • key color value is 65.49%
CMYK:
(0,69,67,65)
C0M69Y67K65 
(0%,69%,67%,65%)
(0.00/0.69/0.67/0.65)	

CMYK percentages

%0
%69.32
%67.05
%65.49

Codes

Color #581B1D in popluar color models

581B1D
RGB882729
HSL358°53.04%22.55%
HSB/HSV358°69.32%34.51%
CMYK0.00%69.32%67.05%
65.49%

Color #581B1D in popluar number systems.

HEX581B1D
Decimal882729
Binary10110001101111101
Octal1303335

Shades and tints

Shades of #581B1D

#581B1D
(88,27,29)
#50191B
(80,25,27)
#481719
(72,23,25)
#401517
(64,21,23)
#381315
(56,19,21)
#301113
(48,17,19)
#280F11
(40,15,17)
#200D0F
(32,13,15)
#180B0D
(24,11,13)
#10090B
(16,9,11)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #581B1D

#581B1D
(88,27,29)
#672F31
(103,47,49)
#764345
(118,67,69)
#855759
(133,87,89)
#946B6D
(148,107,109)
#A37F81
(163,127,129)
#B29395
(178,147,149)
#C1A7A9
(193,167,169)
#D0BBBD
(208,187,189)
#DFCFD1
(223,207,209)
#EEE3E5
(238,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #581B1D color. Also use rgb(88,27,29) instead hex code.

Text Font Color

.myTextColor { color: #581B1D; }

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

This text font color is #581B1D.


Background Color

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

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

This div background color is #581B1D.


Border color

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

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

This div border color is #581B1D.


Opacity

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

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

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

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

This text has shadow with #581B1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #581B1D on black background.


Color preview on white background

This text has color #581B1D on white background.



Black color preview on #581B1D background

This text has black color on #581B1D background.


White color preview on #581B1D background

This text has white color on #581B1D background.