COLOR #582D6D

HEX: #582D6D
RGB: (88,45,109)

Color info

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

RGB color model

#582D6D color RGB value is (88,45,109).

  • red value is 88;
  • green value is 45;
  • blue value is 109.
RGB:
(88,45,109)
(35%,18%,43%)

RGB channels and saturation

R 88 of 255 = 35%
G 45 of 255 = 18%
B 109 of 255 = 43%

88
45
109

R + G + B ~ 32%. #582D6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 45 + 109 = 242 (100%)
R 88 of 242 ~ 36.36%
G 45 of 242 ~ 18.6%
B 109 of 242 ~ 45.04%

%36.36
%18.6
%45.04

CMYK color model

#582D6D color CMYK value is (19,59,0,57).

  • cyan value is 19.27%
  • magenta value is 58.72%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(19,59,0,57)
C19M59Y0K57 
(19%,59%,0%,57%)
(0.19/0.59/0.00/0.57)	

CMYK percentages

%19.27
%58.72
%0
%57.25

Codes

Color #582D6D in popluar color models

582D6D
RGB8845109
HSL280°41.56%30.20%
HSB/HSV280°58.72%42.75%
CMYK19.27%58.72%0.00%
57.25%

Color #582D6D in popluar number systems.

HEX582D6D
Decimal8845109
Binary10110001011011101101
Octal13055155

Shades and tints

Shades of #582D6D

#582D6D
(88,45,109)
#502964
(80,41,100)
#48255B
(72,37,91)
#402152
(64,33,82)
#381D49
(56,29,73)
#301940
(48,25,64)
#281537
(40,21,55)
#20112E
(32,17,46)
#180D25
(24,13,37)
#10091C
(16,9,28)
#080513
(8,5,19)
#000000
(0,0,0)

Tints of #582D6D

#582D6D
(88,45,109)
#67407A
(103,64,122)
#765387
(118,83,135)
#856694
(133,102,148)
#9479A1
(148,121,161)
#A38CAE
(163,140,174)
#B29FBB
(178,159,187)
#C1B2C8
(193,178,200)
#D0C5D5
(208,197,213)
#DFD8E2
(223,216,226)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #582D6D color. Also use rgb(88,45,109) instead hex code.

Text Font Color

.myTextColor { color: #582D6D; }

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

This text font color is #582D6D.


Background Color

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

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

This div background color is #582D6D.


Border color

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

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

This div border color is #582D6D.


Opacity

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

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

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

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

This text has shadow with #582D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582D6D on black background.


Color preview on white background

This text has color #582D6D on white background.



Black color preview on #582D6D background

This text has black color on #582D6D background.


White color preview on #582D6D background

This text has white color on #582D6D background.