COLOR #581C73

HEX: #581C73
RGB: (88,28,115)

Color info

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

RGB color model

#581C73 color RGB value is (88,28,115).

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

RGB channels and saturation

R 88 of 255 = 35%
G 28 of 255 = 11%
B 115 of 255 = 45%

88
28
115

R + G + B ~ 30%. #581C73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 28 + 115 = 231 (100%)
R 88 of 231 ~ 38.1%
G 28 of 231 ~ 12.12%
B 115 of 231 ~ 49.78%

%38.1
%12.12
%49.78

CMYK color model

#581C73 color CMYK value is (23,76,0,55).

  • cyan value is 23.48%
  • magenta value is 75.65%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(23,76,0,55)
C23M76Y0K55 
(23%,76%,0%,55%)
(0.23/0.76/0.00/0.55)	

CMYK percentages

%23.48
%75.65
%0
%54.9

Codes

Color #581C73 in popluar color models

581C73
RGB8828115
HSL281°60.84%28.04%
HSB/HSV281°75.65%45.10%
CMYK23.48%75.65%0.00%
54.90%

Color #581C73 in popluar number systems.

HEX581C73
Decimal8828115
Binary1011000111001110011
Octal13034163

Shades and tints

Shades of #581C73

#581C73
(88,28,115)
#501A69
(80,26,105)
#48185F
(72,24,95)
#401655
(64,22,85)
#38144B
(56,20,75)
#301241
(48,18,65)
#281037
(40,16,55)
#200E2D
(32,14,45)
#180C23
(24,12,35)
#100A19
(16,10,25)
#08080F
(8,8,15)
#000000
(0,0,0)

Tints of #581C73

#581C73
(88,28,115)
#67307F
(103,48,127)
#76448B
(118,68,139)
#855897
(133,88,151)
#946CA3
(148,108,163)
#A380AF
(163,128,175)
#B294BB
(178,148,187)
#C1A8C7
(193,168,199)
#D0BCD3
(208,188,211)
#DFD0DF
(223,208,223)
#EEE4EB
(238,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #581C73; }

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

This text font color is #581C73.


Background Color

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

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

This div background color is #581C73.


Border color

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

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

This div border color is #581C73.


Opacity

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

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

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

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

This text has shadow with #581C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #581C73 on black background.


Color preview on white background

This text has color #581C73 on white background.



Black color preview on #581C73 background

This text has black color on #581C73 background.


White color preview on #581C73 background

This text has white color on #581C73 background.