COLOR #581517

HEX: #581517
RGB: (88,21,23)

Color info

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

RGB color model

#581517 color RGB value is (88,21,23).

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

RGB channels and saturation

R 88 of 255 = 35%
G 21 of 255 = 8%
B 23 of 255 = 9%

88
21
23

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

Portions of RGB colors in percentages

R + G + B =
88 + 21 + 23 = 132 (100%)
R 88 of 132 ~ 66.67%
G 21 of 132 ~ 15.91%
B 23 of 132 ~ 17.42%

%66.67
%15.91
%17.42

CMYK color model

#581517 color CMYK value is (0,76,74,65).

  • cyan value is 0.00%
  • magenta value is 76.14%
  • yellow value is 73.86%
  • key color value is 65.49%
CMYK:
(0,76,74,65)
C0M76Y74K65 
(0%,76%,74%,65%)
(0.00/0.76/0.74/0.65)	

CMYK percentages

%0
%76.14
%73.86
%65.49

Codes

Color #581517 in popluar color models

581517
RGB882123
HSL358°61.47%21.37%
HSB/HSV358°76.14%34.51%
CMYK0.00%76.14%73.86%
65.49%

Color #581517 in popluar number systems.

HEX581517
Decimal882123
Binary10110001010110111
Octal1302527

Shades and tints

Shades of #581517

#581517
(88,21,23)
#501415
(80,20,21)
#481313
(72,19,19)
#401211
(64,18,17)
#38110F
(56,17,15)
#30100D
(48,16,13)
#280F0B
(40,15,11)
#200E09
(32,14,9)
#180D07
(24,13,7)
#100C05
(16,12,5)
#080B03
(8,11,3)
#000000
(0,0,0)

Tints of #581517

#581517
(88,21,23)
#672A2C
(103,42,44)
#763F41
(118,63,65)
#855456
(133,84,86)
#94696B
(148,105,107)
#A37E80
(163,126,128)
#B29395
(178,147,149)
#C1A8AA
(193,168,170)
#D0BDBF
(208,189,191)
#DFD2D4
(223,210,212)
#EEE7E9
(238,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #581517; }

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

This text font color is #581517.


Background Color

.myBgColor { background-color: #581517; }

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

This div background color is #581517.


Border color

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

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

This div border color is #581517.


Opacity

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

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

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

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

This text has shadow with #581517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #581517 on black background.


Color preview on white background

This text has color #581517 on white background.



Black color preview on #581517 background

This text has black color on #581517 background.


White color preview on #581517 background

This text has white color on #581517 background.