COLOR #581F57

HEX: #581F57
RGB: (88,31,87)

Color info

#581F57 contains red, green and blue colors in about the same proportion. Web safe color of #581F57 is #663366 (or #636).

RGB color model

#581F57 color RGB value is (88,31,87).

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

RGB channels and saturation

R 88 of 255 = 35%
G 31 of 255 = 12%
B 87 of 255 = 34%

88
31
87

R + G + B ~ 27%. #581F57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 31 + 87 = 206 (100%)
R 88 of 206 ~ 42.72%
G 31 of 206 ~ 15.05%
B 87 of 206 ~ 42.23%

%42.72
%15.05
%42.23

CMYK color model

#581F57 color CMYK value is (0,65,1,65).

  • cyan value is 0.00%
  • magenta value is 64.77%
  • yellow value is 1.14%
  • key color value is 65.49%
CMYK:
(0,65,1,65)
C0M65Y1K65 
(0%,65%,1%,65%)
(0.00/0.65/0.01/0.65)	

CMYK percentages

%0
%64.77
%1.14
%65.49

Codes

Color #581F57 in popluar color models

581F57
RGB883187
HSL301°47.90%23.33%
HSB/HSV301°64.77%34.51%
CMYK0.00%64.77%1.14%
65.49%

Color #581F57 in popluar number systems.

HEX581F57
Decimal883187
Binary1011000111111010111
Octal13037127

Shades and tints

Shades of #581F57

#581F57
(88,31,87)
#501D50
(80,29,80)
#481B49
(72,27,73)
#401942
(64,25,66)
#38173B
(56,23,59)
#301534
(48,21,52)
#28132D
(40,19,45)
#201126
(32,17,38)
#180F1F
(24,15,31)
#100D18
(16,13,24)
#080B11
(8,11,17)
#000000
(0,0,0)

Tints of #581F57

#581F57
(88,31,87)
#673366
(103,51,102)
#764775
(118,71,117)
#855B84
(133,91,132)
#946F93
(148,111,147)
#A383A2
(163,131,162)
#B297B1
(178,151,177)
#C1ABC0
(193,171,192)
#D0BFCF
(208,191,207)
#DFD3DE
(223,211,222)
#EEE7ED
(238,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #581F57; }

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

This text font color is #581F57.


Background Color

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

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

This div background color is #581F57.


Border color

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

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

This div border color is #581F57.


Opacity

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

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

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

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

This text has shadow with #581F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #581F57 on black background.


Color preview on white background

This text has color #581F57 on white background.



Black color preview on #581F57 background

This text has black color on #581F57 background.


White color preview on #581F57 background

This text has white color on #581F57 background.