COLOR #581E49

HEX: #581E49
RGB: (88,30,73)

Color info

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

RGB color model

#581E49 color RGB value is (88,30,73).

  • red value is 88;
  • green value is 30;
  • blue value is 73.
RGB:
(88,30,73)
(35%,12%,29%)

RGB channels and saturation

R 88 of 255 = 35%
G 30 of 255 = 12%
B 73 of 255 = 29%

88
30
73

R + G + B ~ 25%. #581E49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 30 + 73 = 191 (100%)
R 88 of 191 ~ 46.07%
G 30 of 191 ~ 15.71%
B 73 of 191 ~ 38.22%

%46.07
%15.71
%38.22

CMYK color model

#581E49 color CMYK value is (0,66,17,65).

  • cyan value is 0.00%
  • magenta value is 65.91%
  • yellow value is 17.05%
  • key color value is 65.49%
CMYK:
(0,66,17,65)
C0M66Y17K65 
(0%,66%,17%,65%)
(0.00/0.66/0.17/0.65)	

CMYK percentages

%0
%65.91
%17.05
%65.49

Codes

Color #581E49 in popluar color models

581E49
RGB883073
HSL316°49.15%23.14%
HSB/HSV316°65.91%34.51%
CMYK0.00%65.91%17.05%
65.49%

Color #581E49 in popluar number systems.

HEX581E49
Decimal883073
Binary1011000111101001001
Octal13036111

Shades and tints

Shades of #581E49

#581E49
(88,30,73)
#501C43
(80,28,67)
#481A3D
(72,26,61)
#401837
(64,24,55)
#381631
(56,22,49)
#30142B
(48,20,43)
#281225
(40,18,37)
#20101F
(32,16,31)
#180E19
(24,14,25)
#100C13
(16,12,19)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #581E49

#581E49
(88,30,73)
#673259
(103,50,89)
#764669
(118,70,105)
#855A79
(133,90,121)
#946E89
(148,110,137)
#A38299
(163,130,153)
#B296A9
(178,150,169)
#C1AAB9
(193,170,185)
#D0BEC9
(208,190,201)
#DFD2D9
(223,210,217)
#EEE6E9
(238,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #581E49 color. Also use rgb(88,30,73) instead hex code.

Text Font Color

.myTextColor { color: #581E49; }

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

This text font color is #581E49.


Background Color

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

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

This div background color is #581E49.


Border color

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

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

This div border color is #581E49.


Opacity

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

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

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

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

This text has shadow with #581E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #581E49 on black background.


Color preview on white background

This text has color #581E49 on white background.



Black color preview on #581E49 background

This text has black color on #581E49 background.


White color preview on #581E49 background

This text has white color on #581E49 background.