COLOR #581217

HEX: #581217
RGB: (88,18,23)

Color info

#581217 contains mainly red color. Web safe color of #581217 is #660000 (or #600).

RGB color model

#581217 color RGB value is (88,18,23).

  • red value is 88;
  • green value is 18;
  • blue value is 23.
RGB:
(88,18,23)
(35%,7%,9%)

RGB channels and saturation

R 88 of 255 = 35%
G 18 of 255 = 7%
B 23 of 255 = 9%

88
18
23

R + G + B ~ 17%. #581217 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 18 + 23 = 129 (100%)
R 88 of 129 ~ 68.22%
G 18 of 129 ~ 13.95%
B 23 of 129 ~ 17.83%

%68.22
%13.95
%17.83

CMYK color model

#581217 color CMYK value is (0,80,74,65).

  • cyan value is 0.00%
  • magenta value is 79.55%
  • yellow value is 73.86%
  • key color value is 65.49%
CMYK:
(0,80,74,65)
C0M80Y74K65 
(0%,80%,74%,65%)
(0.00/0.80/0.74/0.65)	

CMYK percentages

%0
%79.55
%73.86
%65.49

Codes

Color #581217 in popluar color models

581217
RGB881823
HSL356°66.04%20.78%
HSB/HSV356°79.55%34.51%
CMYK0.00%79.55%73.86%
65.49%

Color #581217 in popluar number systems.

HEX581217
Decimal881823
Binary10110001001010111
Octal1302227

Shades and tints

Shades of #581217

#581217
(88,18,23)
#501115
(80,17,21)
#481013
(72,16,19)
#400F11
(64,15,17)
#380E0F
(56,14,15)
#300D0D
(48,13,13)
#280C0B
(40,12,11)
#200B09
(32,11,9)
#180A07
(24,10,7)
#100905
(16,9,5)
#080803
(8,8,3)
#000000
(0,0,0)

Tints of #581217

#581217
(88,18,23)
#67272C
(103,39,44)
#763C41
(118,60,65)
#855156
(133,81,86)
#94666B
(148,102,107)
#A37B80
(163,123,128)
#B29095
(178,144,149)
#C1A5AA
(193,165,170)
#D0BABF
(208,186,191)
#DFCFD4
(223,207,212)
#EEE4E9
(238,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #581217 color. Also use rgb(88,18,23) instead hex code.

Text Font Color

.myTextColor { color: #581217; }

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

This text font color is #581217.


Background Color

.myBgColor { background-color: #581217; }

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

This div background color is #581217.


Border color

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

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

This div border color is #581217.


Opacity

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

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

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

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

This text has shadow with #581217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #581217 on black background.


Color preview on white background

This text has color #581217 on white background.



Black color preview on #581217 background

This text has black color on #581217 background.


White color preview on #581217 background

This text has white color on #581217 background.