COLOR #582B68

HEX: #582B68
RGB: (88,43,104)

Color info

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

RGB color model

#582B68 color RGB value is (88,43,104).

  • red value is 88;
  • green value is 43;
  • blue value is 104.
RGB:
(88,43,104)
(35%,17%,41%)

RGB channels and saturation

R 88 of 255 = 35%
G 43 of 255 = 17%
B 104 of 255 = 41%

88
43
104

R + G + B ~ 31%. #582B68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 43 + 104 = 235 (100%)
R 88 of 235 ~ 37.45%
G 43 of 235 ~ 18.3%
B 104 of 235 ~ 44.26%

%37.45
%18.3
%44.26

CMYK color model

#582B68 color CMYK value is (15,59,0,59).

  • cyan value is 15.38%
  • magenta value is 58.65%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(15,59,0,59)
C15M59Y0K59 
(15%,59%,0%,59%)
(0.15/0.59/0.00/0.59)	

CMYK percentages

%15.38
%58.65
%0
%59.22

Codes

Color #582B68 in popluar color models

582B68
RGB8843104
HSL284°41.50%28.82%
HSB/HSV284°58.65%40.78%
CMYK15.38%58.65%0.00%
59.22%

Color #582B68 in popluar number systems.

HEX582B68
Decimal8843104
Binary10110001010111101000
Octal13053150

Shades and tints

Shades of #582B68

#582B68
(88,43,104)
#50285F
(80,40,95)
#482556
(72,37,86)
#40224D
(64,34,77)
#381F44
(56,31,68)
#301C3B
(48,28,59)
#281932
(40,25,50)
#201629
(32,22,41)
#181320
(24,19,32)
#101017
(16,16,23)
#080D0E
(8,13,14)
#000000
(0,0,0)

Tints of #582B68

#582B68
(88,43,104)
#673E75
(103,62,117)
#765182
(118,81,130)
#85648F
(133,100,143)
#94779C
(148,119,156)
#A38AA9
(163,138,169)
#B29DB6
(178,157,182)
#C1B0C3
(193,176,195)
#D0C3D0
(208,195,208)
#DFD6DD
(223,214,221)
#EEE9EA
(238,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #582B68 color. Also use rgb(88,43,104) instead hex code.

Text Font Color

.myTextColor { color: #582B68; }

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

This text font color is #582B68.


Background Color

.myBgColor { background-color: #582B68; }

<div style="background-color:#582B68">Inner text</div>

This div background color is #582B68.


Border color

.myBorderColor { border: 1px solid #582B68; }

<div style="border:3px solid #582B68">Div</div>

This div border color is #582B68.


Opacity

.myOpacity80 { color: #582B68; opacity: 0.8; }

<p style="color:#582B68;opacity:0.8;">80%</p>

Text with #582B68 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 #582B68;}

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

This text has shadow with #582B68 color.

.textShadow {text-shadow: 3px 3px 1px #582B68, 3px 3px 1px red;}

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

This text has shadow with #582B68 primary color and red secondary color.


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

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

This text has shadow with #582B68 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582B68 on black background.


Color preview on white background

This text has color #582B68 on white background.



Black color preview on #582B68 background

This text has black color on #582B68 background.


White color preview on #582B68 background

This text has white color on #582B68 background.