COLOR #581115

HEX: #581115
RGB: (88,17,21)

Color info

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

RGB color model

#581115 color RGB value is (88,17,21).

  • red value is 88;
  • green value is 17;
  • blue value is 21.
RGB:
(88,17,21)
(35%,7%,8%)

RGB channels and saturation

R 88 of 255 = 35%
G 17 of 255 = 7%
B 21 of 255 = 8%

88
17
21

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

Portions of RGB colors in percentages

R + G + B =
88 + 17 + 21 = 126 (100%)
R 88 of 126 ~ 69.84%
G 17 of 126 ~ 13.49%
B 21 of 126 ~ 16.67%

%69.84
%13.49
%16.67

CMYK color model

#581115 color CMYK value is (0,81,76,65).

  • cyan value is 0.00%
  • magenta value is 80.68%
  • yellow value is 76.14%
  • key color value is 65.49%
CMYK:
(0,81,76,65)
C0M81Y76K65 
(0%,81%,76%,65%)
(0.00/0.81/0.76/0.65)	

CMYK percentages

%0
%80.68
%76.14
%65.49

Codes

Color #581115 in popluar color models

581115
RGB881721
HSL357°67.62%20.59%
HSB/HSV357°80.68%34.51%
CMYK0.00%80.68%76.14%
65.49%

Color #581115 in popluar number systems.

HEX581115
Decimal881721
Binary10110001000110101
Octal1302125

Shades and tints

Shades of #581115

#581115
(88,17,21)
#501014
(80,16,20)
#480F13
(72,15,19)
#400E12
(64,14,18)
#380D11
(56,13,17)
#300C10
(48,12,16)
#280B0F
(40,11,15)
#200A0E
(32,10,14)
#18090D
(24,9,13)
#10080C
(16,8,12)
#08070B
(8,7,11)
#000000
(0,0,0)

Tints of #581115

#581115
(88,17,21)
#67262A
(103,38,42)
#763B3F
(118,59,63)
#855054
(133,80,84)
#946569
(148,101,105)
#A37A7E
(163,122,126)
#B28F93
(178,143,147)
#C1A4A8
(193,164,168)
#D0B9BD
(208,185,189)
#DFCED2
(223,206,210)
#EEE3E7
(238,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #581115 color. Also use rgb(88,17,21) instead hex code.

Text Font Color

.myTextColor { color: #581115; }

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

This text font color is #581115.


Background Color

.myBgColor { background-color: #581115; }

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

This div background color is #581115.


Border color

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

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

This div border color is #581115.


Opacity

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

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

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

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

This text has shadow with #581115 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #581115 on black background.


Color preview on white background

This text has color #581115 on white background.



Black color preview on #581115 background

This text has black color on #581115 background.


White color preview on #581115 background

This text has white color on #581115 background.