COLOR #581B24

HEX: #581B24
RGB: (88,27,36)

Color info

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

RGB color model

#581B24 color RGB value is (88,27,36).

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

RGB channels and saturation

R 88 of 255 = 35%
G 27 of 255 = 11%
B 36 of 255 = 14%

88
27
36

R + G + B ~ 20%. #581B24 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 27 + 36 = 151 (100%)
R 88 of 151 ~ 58.28%
G 27 of 151 ~ 17.88%
B 36 of 151 ~ 23.84%

%58.28
%17.88
%23.84

CMYK color model

#581B24 color CMYK value is (0,69,59,65).

  • cyan value is 0.00%
  • magenta value is 69.32%
  • yellow value is 59.09%
  • key color value is 65.49%
CMYK:
(0,69,59,65)
C0M69Y59K65 
(0%,69%,59%,65%)
(0.00/0.69/0.59/0.65)	

CMYK percentages

%0
%69.32
%59.09
%65.49

Codes

Color #581B24 in popluar color models

581B24
RGB882736
HSL351°53.04%22.55%
HSB/HSV351°69.32%34.51%
CMYK0.00%69.32%59.09%
65.49%

Color #581B24 in popluar number systems.

HEX581B24
Decimal882736
Binary101100011011100100
Octal1303344

Shades and tints

Shades of #581B24

#581B24
(88,27,36)
#501921
(80,25,33)
#48171E
(72,23,30)
#40151B
(64,21,27)
#381318
(56,19,24)
#301115
(48,17,21)
#280F12
(40,15,18)
#200D0F
(32,13,15)
#180B0C
(24,11,12)
#100909
(16,9,9)
#080706
(8,7,6)
#000000
(0,0,0)

Tints of #581B24

#581B24
(88,27,36)
#672F37
(103,47,55)
#76434A
(118,67,74)
#85575D
(133,87,93)
#946B70
(148,107,112)
#A37F83
(163,127,131)
#B29396
(178,147,150)
#C1A7A9
(193,167,169)
#D0BBBC
(208,187,188)
#DFCFCF
(223,207,207)
#EEE3E2
(238,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #581B24; }

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

This text font color is #581B24.


Background Color

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

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

This div background color is #581B24.


Border color

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

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

This div border color is #581B24.


Opacity

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

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

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

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

This text has shadow with #581B24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #581B24 on black background.


Color preview on white background

This text has color #581B24 on white background.



Black color preview on #581B24 background

This text has black color on #581B24 background.


White color preview on #581B24 background

This text has white color on #581B24 background.