COLOR #581F39

HEX: #581F39
RGB: (88,31,57)

Color info

#581F39 contains red, green and blue colors in about the same proportion. Web safe color of #581F39 is #663333 (or #633).

RGB color model

#581F39 color RGB value is (88,31,57).

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

RGB channels and saturation

R 88 of 255 = 35%
G 31 of 255 = 12%
B 57 of 255 = 22%

88
31
57

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

Portions of RGB colors in percentages

R + G + B =
88 + 31 + 57 = 176 (100%)
R 88 of 176 ~ 50%
G 31 of 176 ~ 17.61%
B 57 of 176 ~ 32.39%

%50
%17.61
%32.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 64.77%
  • yellow value is 35.23%
  • key color value is 65.49%
CMYK:
(0,65,35,65)
C0M65Y35K65 
(0%,65%,35%,65%)
(0.00/0.65/0.35/0.65)	

CMYK percentages

%0
%64.77
%35.23
%65.49

Codes

Color #581F39 in popluar color models

581F39
RGB883157
HSL333°47.90%23.33%
HSB/HSV333°64.77%34.51%
CMYK0.00%64.77%35.23%
65.49%

Color #581F39 in popluar number systems.

HEX581F39
Decimal883157
Binary101100011111111001
Octal1303771

Shades and tints

Shades of #581F39

#581F39
(88,31,57)
#501D34
(80,29,52)
#481B2F
(72,27,47)
#40192A
(64,25,42)
#381725
(56,23,37)
#301520
(48,21,32)
#28131B
(40,19,27)
#201116
(32,17,22)
#180F11
(24,15,17)
#100D0C
(16,13,12)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #581F39

#581F39
(88,31,57)
#67334B
(103,51,75)
#76475D
(118,71,93)
#855B6F
(133,91,111)
#946F81
(148,111,129)
#A38393
(163,131,147)
#B297A5
(178,151,165)
#C1ABB7
(193,171,183)
#D0BFC9
(208,191,201)
#DFD3DB
(223,211,219)
#EEE7ED
(238,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #581F39; }

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

This text font color is #581F39.


Background Color

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

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

This div background color is #581F39.


Border color

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

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

This div border color is #581F39.


Opacity

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

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

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

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

This text has shadow with #581F39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #581F39 on black background.


Color preview on white background

This text has color #581F39 on white background.



Black color preview on #581F39 background

This text has black color on #581F39 background.


White color preview on #581F39 background

This text has white color on #581F39 background.