COLOR #582A60

HEX: #582A60
RGB: (88,42,96)

Color info

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

RGB color model

#582A60 color RGB value is (88,42,96).

  • red value is 88;
  • green value is 42;
  • blue value is 96.
RGB:
(88,42,96)
(35%,16%,38%)

RGB channels and saturation

R 88 of 255 = 35%
G 42 of 255 = 16%
B 96 of 255 = 38%

88
42
96

R + G + B ~ 30%. #582A60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 42 + 96 = 226 (100%)
R 88 of 226 ~ 38.94%
G 42 of 226 ~ 18.58%
B 96 of 226 ~ 42.48%

%38.94
%18.58
%42.48

CMYK color model

#582A60 color CMYK value is (8,56,0,62).

  • cyan value is 8.33%
  • magenta value is 56.25%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(8,56,0,62)
C8M56Y0K62 
(8%,56%,0%,62%)
(0.08/0.56/0.00/0.62)	

CMYK percentages

%8.33
%56.25
%0
%62.35

Codes

Color #582A60 in popluar color models

582A60
RGB884296
HSL291°39.13%27.06%
HSB/HSV291°56.25%37.65%
CMYK8.33%56.25%0.00%
62.35%

Color #582A60 in popluar number systems.

HEX582A60
Decimal884296
Binary10110001010101100000
Octal13052140

Shades and tints

Shades of #582A60

#582A60
(88,42,96)
#502758
(80,39,88)
#482450
(72,36,80)
#402148
(64,33,72)
#381E40
(56,30,64)
#301B38
(48,27,56)
#281830
(40,24,48)
#201528
(32,21,40)
#181220
(24,18,32)
#100F18
(16,15,24)
#080C10
(8,12,16)
#000000
(0,0,0)

Tints of #582A60

#582A60
(88,42,96)
#673D6E
(103,61,110)
#76507C
(118,80,124)
#85638A
(133,99,138)
#947698
(148,118,152)
#A389A6
(163,137,166)
#B29CB4
(178,156,180)
#C1AFC2
(193,175,194)
#D0C2D0
(208,194,208)
#DFD5DE
(223,213,222)
#EEE8EC
(238,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #582A60 color. Also use rgb(88,42,96) instead hex code.

Text Font Color

.myTextColor { color: #582A60; }

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

This text font color is #582A60.


Background Color

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

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

This div background color is #582A60.


Border color

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

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

This div border color is #582A60.


Opacity

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

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

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

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

This text has shadow with #582A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582A60 on black background.


Color preview on white background

This text has color #582A60 on white background.



Black color preview on #582A60 background

This text has black color on #582A60 background.


White color preview on #582A60 background

This text has white color on #582A60 background.