COLOR #581D6C

HEX: #581D6C
RGB: (88,29,108)

Color info

#581D6C contains mainly red and blue colors. Web safe color of #581D6C is #663366 (or #636).

RGB color model

#581D6C color RGB value is (88,29,108).

  • red value is 88;
  • green value is 29;
  • blue value is 108.
RGB:
(88,29,108)
(35%,11%,42%)

RGB channels and saturation

R 88 of 255 = 35%
G 29 of 255 = 11%
B 108 of 255 = 42%

88
29
108

R + G + B ~ 29%. #581D6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 29 + 108 = 225 (100%)
R 88 of 225 ~ 39.11%
G 29 of 225 ~ 12.89%
B 108 of 225 ~ 48%

%39.11
%12.89
%48

CMYK color model

#581D6C color CMYK value is (19,73,0,58).

  • cyan value is 18.52%
  • magenta value is 73.15%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(19,73,0,58)
C19M73Y0K58 
(19%,73%,0%,58%)
(0.19/0.73/0.00/0.58)	

CMYK percentages

%18.52
%73.15
%0
%57.65

Codes

Color #581D6C in popluar color models

581D6C
RGB8829108
HSL285°57.66%26.86%
HSB/HSV285°73.15%42.35%
CMYK18.52%73.15%0.00%
57.65%

Color #581D6C in popluar number systems.

HEX581D6C
Decimal8829108
Binary1011000111011101100
Octal13035154

Shades and tints

Shades of #581D6C

#581D6C
(88,29,108)
#501B63
(80,27,99)
#48195A
(72,25,90)
#401751
(64,23,81)
#381548
(56,21,72)
#30133F
(48,19,63)
#281136
(40,17,54)
#200F2D
(32,15,45)
#180D24
(24,13,36)
#100B1B
(16,11,27)
#080912
(8,9,18)
#000000
(0,0,0)

Tints of #581D6C

#581D6C
(88,29,108)
#673179
(103,49,121)
#764586
(118,69,134)
#855993
(133,89,147)
#946DA0
(148,109,160)
#A381AD
(163,129,173)
#B295BA
(178,149,186)
#C1A9C7
(193,169,199)
#D0BDD4
(208,189,212)
#DFD1E1
(223,209,225)
#EEE5EE
(238,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #581D6C color. Also use rgb(88,29,108) instead hex code.

Text Font Color

.myTextColor { color: #581D6C; }

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

This text font color is #581D6C.


Background Color

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

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

This div background color is #581D6C.


Border color

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

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

This div border color is #581D6C.


Opacity

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

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

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

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

This text has shadow with #581D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #581D6C on black background.


Color preview on white background

This text has color #581D6C on white background.



Black color preview on #581D6C background

This text has black color on #581D6C background.


White color preview on #581D6C background

This text has white color on #581D6C background.