COLOR #581420

HEX: #581420
RGB: (88,20,32)

Color info

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

RGB color model

#581420 color RGB value is (88,20,32).

  • red value is 88;
  • green value is 20;
  • blue value is 32.
RGB:
(88,20,32)
(35%,8%,13%)

RGB channels and saturation

R 88 of 255 = 35%
G 20 of 255 = 8%
B 32 of 255 = 13%

88
20
32

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

Portions of RGB colors in percentages

R + G + B =
88 + 20 + 32 = 140 (100%)
R 88 of 140 ~ 62.86%
G 20 of 140 ~ 14.29%
B 32 of 140 ~ 22.86%

%62.86
%14.29
%22.86

CMYK color model

#581420 color CMYK value is (0,77,64,65).

  • cyan value is 0.00%
  • magenta value is 77.27%
  • yellow value is 63.64%
  • key color value is 65.49%
CMYK:
(0,77,64,65)
C0M77Y64K65 
(0%,77%,64%,65%)
(0.00/0.77/0.64/0.65)	

CMYK percentages

%0
%77.27
%63.64
%65.49

Codes

Color #581420 in popluar color models

581420
RGB882032
HSL349°62.96%21.18%
HSB/HSV349°77.27%34.51%
CMYK0.00%77.27%63.64%
65.49%

Color #581420 in popluar number systems.

HEX581420
Decimal882032
Binary101100010100100000
Octal1302440

Shades and tints

Shades of #581420

#581420
(88,20,32)
#50131E
(80,19,30)
#48121C
(72,18,28)
#40111A
(64,17,26)
#381018
(56,16,24)
#300F16
(48,15,22)
#280E14
(40,14,20)
#200D12
(32,13,18)
#180C10
(24,12,16)
#100B0E
(16,11,14)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #581420

#581420
(88,20,32)
#672934
(103,41,52)
#763E48
(118,62,72)
#85535C
(133,83,92)
#946870
(148,104,112)
#A37D84
(163,125,132)
#B29298
(178,146,152)
#C1A7AC
(193,167,172)
#D0BCC0
(208,188,192)
#DFD1D4
(223,209,212)
#EEE6E8
(238,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #581420 color. Also use rgb(88,20,32) instead hex code.

Text Font Color

.myTextColor { color: #581420; }

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

This text font color is #581420.


Background Color

.myBgColor { background-color: #581420; }

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

This div background color is #581420.


Border color

.myBorderColor { border: 1px solid #581420; }

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

This div border color is #581420.


Opacity

.myOpacity80 { color: #581420; opacity: 0.8; }

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

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

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

This text has shadow with #581420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #581420 on black background.


Color preview on white background

This text has color #581420 on white background.



Black color preview on #581420 background

This text has black color on #581420 background.


White color preview on #581420 background

This text has white color on #581420 background.