COLOR #581827

HEX: #581827
RGB: (88,24,39)

Color info

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

RGB color model

#581827 color RGB value is (88,24,39).

  • red value is 88;
  • green value is 24;
  • blue value is 39.
RGB:
(88,24,39)
(35%,9%,15%)

RGB channels and saturation

R 88 of 255 = 35%
G 24 of 255 = 9%
B 39 of 255 = 15%

88
24
39

R + G + B ~ 20%. #581827 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 24 + 39 = 151 (100%)
R 88 of 151 ~ 58.28%
G 24 of 151 ~ 15.89%
B 39 of 151 ~ 25.83%

%58.28
%15.89
%25.83

CMYK color model

#581827 color CMYK value is (0,73,56,65).

  • cyan value is 0.00%
  • magenta value is 72.73%
  • yellow value is 55.68%
  • key color value is 65.49%
CMYK:
(0,73,56,65)
C0M73Y56K65 
(0%,73%,56%,65%)
(0.00/0.73/0.56/0.65)	

CMYK percentages

%0
%72.73
%55.68
%65.49

Codes

Color #581827 in popluar color models

581827
RGB882439
HSL346°57.14%21.96%
HSB/HSV346°72.73%34.51%
CMYK0.00%72.73%55.68%
65.49%

Color #581827 in popluar number systems.

HEX581827
Decimal882439
Binary101100011000100111
Octal1303047

Shades and tints

Shades of #581827

#581827
(88,24,39)
#501624
(80,22,36)
#481421
(72,20,33)
#40121E
(64,18,30)
#38101B
(56,16,27)
#300E18
(48,14,24)
#280C15
(40,12,21)
#200A12
(32,10,18)
#18080F
(24,8,15)
#10060C
(16,6,12)
#080409
(8,4,9)
#000000
(0,0,0)

Tints of #581827

#581827
(88,24,39)
#672D3A
(103,45,58)
#76424D
(118,66,77)
#855760
(133,87,96)
#946C73
(148,108,115)
#A38186
(163,129,134)
#B29699
(178,150,153)
#C1ABAC
(193,171,172)
#D0C0BF
(208,192,191)
#DFD5D2
(223,213,210)
#EEEAE5
(238,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #581827 color. Also use rgb(88,24,39) instead hex code.

Text Font Color

.myTextColor { color: #581827; }

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

This text font color is #581827.


Background Color

.myBgColor { background-color: #581827; }

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

This div background color is #581827.


Border color

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

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

This div border color is #581827.


Opacity

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

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

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

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

This text has shadow with #581827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #581827 on black background.


Color preview on white background

This text has color #581827 on white background.



Black color preview on #581827 background

This text has black color on #581827 background.


White color preview on #581827 background

This text has white color on #581827 background.