COLOR #581A17

HEX: #581A17
RGB: (88,26,23)

Color info

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

RGB color model

#581A17 color RGB value is (88,26,23).

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

RGB channels and saturation

R 88 of 255 = 35%
G 26 of 255 = 10%
B 23 of 255 = 9%

88
26
23

R + G + B ~ 18%. #581A17 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 26 + 23 = 137 (100%)
R 88 of 137 ~ 64.23%
G 26 of 137 ~ 18.98%
B 23 of 137 ~ 16.79%

%64.23
%18.98
%16.79

CMYK color model

#581A17 color CMYK value is (0,70,74,65).

  • cyan value is 0.00%
  • magenta value is 70.45%
  • yellow value is 73.86%
  • key color value is 65.49%
CMYK:
(0,70,74,65)
C0M70Y74K65 
(0%,70%,74%,65%)
(0.00/0.70/0.74/0.65)	

CMYK percentages

%0
%70.45
%73.86
%65.49

Codes

Color #581A17 in popluar color models

581A17
RGB882623
HSL58.56%21.76%
HSB/HSV73.86%34.51%
CMYK0.00%70.45%73.86%
65.49%

Color #581A17 in popluar number systems.

HEX581A17
Decimal882623
Binary10110001101010111
Octal1303227

Shades and tints

Shades of #581A17

#581A17
(88,26,23)
#501815
(80,24,21)
#481613
(72,22,19)
#401411
(64,20,17)
#38120F
(56,18,15)
#30100D
(48,16,13)
#280E0B
(40,14,11)
#200C09
(32,12,9)
#180A07
(24,10,7)
#100805
(16,8,5)
#080603
(8,6,3)
#000000
(0,0,0)

Tints of #581A17

#581A17
(88,26,23)
#672E2C
(103,46,44)
#764241
(118,66,65)
#855656
(133,86,86)
#946A6B
(148,106,107)
#A37E80
(163,126,128)
#B29295
(178,146,149)
#C1A6AA
(193,166,170)
#D0BABF
(208,186,191)
#DFCED4
(223,206,212)
#EEE2E9
(238,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #581A17; }

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

This text font color is #581A17.


Background Color

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

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

This div background color is #581A17.


Border color

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

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

This div border color is #581A17.


Opacity

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

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

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

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

This text has shadow with #581A17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #581A17 on black background.


Color preview on white background

This text has color #581A17 on white background.



Black color preview on #581A17 background

This text has black color on #581A17 background.


White color preview on #581A17 background

This text has white color on #581A17 background.