COLOR #582D62

HEX: #582D62
RGB: (88,45,98)

Color info

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

RGB color model

#582D62 color RGB value is (88,45,98).

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

RGB channels and saturation

R 88 of 255 = 35%
G 45 of 255 = 18%
B 98 of 255 = 38%

88
45
98

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

Portions of RGB colors in percentages

R + G + B =
88 + 45 + 98 = 231 (100%)
R 88 of 231 ~ 38.1%
G 45 of 231 ~ 19.48%
B 98 of 231 ~ 42.42%

%38.1
%19.48
%42.42

CMYK color model

#582D62 color CMYK value is (10,54,0,62).

  • cyan value is 10.20%
  • magenta value is 54.08%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(10,54,0,62)
C10M54Y0K62 
(10%,54%,0%,62%)
(0.10/0.54/0.00/0.62)	

CMYK percentages

%10.2
%54.08
%0
%61.57

Codes

Color #582D62 in popluar color models

582D62
RGB884598
HSL289°37.06%28.04%
HSB/HSV289°54.08%38.43%
CMYK10.20%54.08%0.00%
61.57%

Color #582D62 in popluar number systems.

HEX582D62
Decimal884598
Binary10110001011011100010
Octal13055142

Shades and tints

Shades of #582D62

#582D62
(88,45,98)
#50295A
(80,41,90)
#482552
(72,37,82)
#40214A
(64,33,74)
#381D42
(56,29,66)
#30193A
(48,25,58)
#281532
(40,21,50)
#20112A
(32,17,42)
#180D22
(24,13,34)
#10091A
(16,9,26)
#080512
(8,5,18)
#000000
(0,0,0)

Tints of #582D62

#582D62
(88,45,98)
#674070
(103,64,112)
#76537E
(118,83,126)
#85668C
(133,102,140)
#94799A
(148,121,154)
#A38CA8
(163,140,168)
#B29FB6
(178,159,182)
#C1B2C4
(193,178,196)
#D0C5D2
(208,197,210)
#DFD8E0
(223,216,224)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #582D62; }

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

This text font color is #582D62.


Background Color

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

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

This div background color is #582D62.


Border color

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

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

This div border color is #582D62.


Opacity

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

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

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

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

This text has shadow with #582D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582D62 on black background.


Color preview on white background

This text has color #582D62 on white background.



Black color preview on #582D62 background

This text has black color on #582D62 background.


White color preview on #582D62 background

This text has white color on #582D62 background.