COLOR #582E53

HEX: #582E53
RGB: (88,46,83)

Color info

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

RGB color model

#582E53 color RGB value is (88,46,83).

  • red value is 88;
  • green value is 46;
  • blue value is 83.
RGB:
(88,46,83)
(35%,18%,33%)

RGB channels and saturation

R 88 of 255 = 35%
G 46 of 255 = 18%
B 83 of 255 = 33%

88
46
83

R + G + B ~ 29%. #582E53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 46 + 83 = 217 (100%)
R 88 of 217 ~ 40.55%
G 46 of 217 ~ 21.2%
B 83 of 217 ~ 38.25%

%40.55
%21.2
%38.25

CMYK color model

#582E53 color CMYK value is (0,48,6,65).

  • cyan value is 0.00%
  • magenta value is 47.73%
  • yellow value is 5.68%
  • key color value is 65.49%
CMYK:
(0,48,6,65)
C0M48Y6K65 
(0%,48%,6%,65%)
(0.00/0.48/0.06/0.65)	

CMYK percentages

%0
%47.73
%5.68
%65.49

Codes

Color #582E53 in popluar color models

582E53
RGB884683
HSL307°31.34%26.27%
HSB/HSV307°47.73%34.51%
CMYK0.00%47.73%5.68%
65.49%

Color #582E53 in popluar number systems.

HEX582E53
Decimal884683
Binary10110001011101010011
Octal13056123

Shades and tints

Shades of #582E53

#582E53
(88,46,83)
#502A4C
(80,42,76)
#482645
(72,38,69)
#40223E
(64,34,62)
#381E37
(56,30,55)
#301A30
(48,26,48)
#281629
(40,22,41)
#201222
(32,18,34)
#180E1B
(24,14,27)
#100A14
(16,10,20)
#08060D
(8,6,13)
#000000
(0,0,0)

Tints of #582E53

#582E53
(88,46,83)
#674162
(103,65,98)
#765471
(118,84,113)
#856780
(133,103,128)
#947A8F
(148,122,143)
#A38D9E
(163,141,158)
#B2A0AD
(178,160,173)
#C1B3BC
(193,179,188)
#D0C6CB
(208,198,203)
#DFD9DA
(223,217,218)
#EEECE9
(238,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #582E53 color. Also use rgb(88,46,83) instead hex code.

Text Font Color

.myTextColor { color: #582E53; }

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

This text font color is #582E53.


Background Color

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

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

This div background color is #582E53.


Border color

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

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

This div border color is #582E53.


Opacity

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

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

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

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

This text has shadow with #582E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582E53 on black background.


Color preview on white background

This text has color #582E53 on white background.



Black color preview on #582E53 background

This text has black color on #582E53 background.


White color preview on #582E53 background

This text has white color on #582E53 background.