COLOR #581C39

HEX: #581C39
RGB: (88,28,57)

Color info

#581C39 contains mainly red and blue colors. Web safe color of #581C39 is #663333 (or #633).

RGB color model

#581C39 color RGB value is (88,28,57).

  • red value is 88;
  • green value is 28;
  • blue value is 57.
RGB:
(88,28,57)
(35%,11%,22%)

RGB channels and saturation

R 88 of 255 = 35%
G 28 of 255 = 11%
B 57 of 255 = 22%

88
28
57

R + G + B ~ 23%. #581C39 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 28 + 57 = 173 (100%)
R 88 of 173 ~ 50.87%
G 28 of 173 ~ 16.18%
B 57 of 173 ~ 32.95%

%50.87
%16.18
%32.95

CMYK color model

#581C39 color CMYK value is (0,68,35,65).

  • cyan value is 0.00%
  • magenta value is 68.18%
  • yellow value is 35.23%
  • key color value is 65.49%
CMYK:
(0,68,35,65)
C0M68Y35K65 
(0%,68%,35%,65%)
(0.00/0.68/0.35/0.65)	

CMYK percentages

%0
%68.18
%35.23
%65.49

Codes

Color #581C39 in popluar color models

581C39
RGB882857
HSL331°51.72%22.75%
HSB/HSV331°68.18%34.51%
CMYK0.00%68.18%35.23%
65.49%

Color #581C39 in popluar number systems.

HEX581C39
Decimal882857
Binary101100011100111001
Octal1303471

Shades and tints

Shades of #581C39

#581C39
(88,28,57)
#501A34
(80,26,52)
#48182F
(72,24,47)
#40162A
(64,22,42)
#381425
(56,20,37)
#301220
(48,18,32)
#28101B
(40,16,27)
#200E16
(32,14,22)
#180C11
(24,12,17)
#100A0C
(16,10,12)
#080807
(8,8,7)
#000000
(0,0,0)

Tints of #581C39

#581C39
(88,28,57)
#67304B
(103,48,75)
#76445D
(118,68,93)
#85586F
(133,88,111)
#946C81
(148,108,129)
#A38093
(163,128,147)
#B294A5
(178,148,165)
#C1A8B7
(193,168,183)
#D0BCC9
(208,188,201)
#DFD0DB
(223,208,219)
#EEE4ED
(238,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #581C39 color. Also use rgb(88,28,57) instead hex code.

Text Font Color

.myTextColor { color: #581C39; }

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

This text font color is #581C39.


Background Color

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

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

This div background color is #581C39.


Border color

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

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

This div border color is #581C39.


Opacity

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

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

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

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

This text has shadow with #581C39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #581C39 on black background.


Color preview on white background

This text has color #581C39 on white background.



Black color preview on #581C39 background

This text has black color on #581C39 background.


White color preview on #581C39 background

This text has white color on #581C39 background.