COLOR #582D4F

HEX: #582D4F RGB: (88,45,79)

Color info

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

RGB color model

#582D4F color RGB value is (88,45,79).

RGB: (88,45,79) (35%, 18%, 31%)

RGB channels and saturation

R 88 of 255 = 35%
G 45 of 255 = 18%
B 79 of 255 = 31%

88
45
79

R + G + B ~ 28%. #582D4F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 45 + 79 = 212 (100%)
R 88 of 212 ~ 41.51%
G 45 of 212 ~ 21.23%
B 79 of 212 ~ 37.26'%

%41.51
%21.23
%37.26

CMYK color model

#582D4F color CMYK value is (0,49,10,65).

  • cyan value is 0.00%
  • magenta value is 48.86%
  • yellow value is 10.23%
  • key color value is 65.49%

CMYK: (0,49,10,65)
C0M49Y10K65 (0%, 49%, 10%, 65%)
(0.00 / 0.49 / 0.10 / 0.65)

CMYK percentages

%0
%48.86
%10.23
%65.49

Codes

Color #582D4F in popluar color models

58 2D 4F
RGB 88 45 79
HSL 313° 32.33% 26.08%
HSB/HSV 313° 48.86% 34.51%
CMYK 0.00% 48.86% 10.23%
65.49%

Color #582D4F in popluar number systems.

HEX 58 2D 4F
Decimal 88 45 79
Binary 1011000 101101 1001111
Octal 130 55 117

Shades and tints

Shades of #582D4F

#582D4F
(88,45,79)
#502948
(80,41,72)
#482541
(72,37,65)
#40213A
(64,33,58)
#381D33
(56,29,51)
#30192C
(48,25,44)
#281525
(40,21,37)
#20111E
(32,17,30)
#180D17
(24,13,23)
#100910
(16,9,16)
#080509
(8,5,9)
#000000
(0,0,0)

Tints of #582D4F

#582D4F
(88,45,79)
#67405F
(103,64,95)
#76536F
(118,83,111)
#85667F
(133,102,127)
#94798F
(148,121,143)
#A38C9F
(163,140,159)
#B29FAF
(178,159,175)
#C1B2BF
(193,178,191)
#D0C5CF
(208,197,207)
#DFD8DF
(223,216,223)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #582D4F; }

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

This text font color is #582D4F.

Background Color

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

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

This div background color is #582D4F.

Border color

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

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

This div border color is #582D4F.

Opacity

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

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

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

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

This text has shadow with #582D4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #582D4F.

Preview

Color preview on black background

This text has color #582D4F on black background.


Color preview on white background

This text has color #582D4F on white background.


Black color preview on #582D4F background

This text has black color on #582D4F background.


White color preview on #582D4F background

This text has white color on #582D4F background.


Related colors

Complementary color

Complementary color for #hex is #A7D2B0.


I love getcolorcode.com

Triadic colors

1 #4F582D and #2D4F58 with #582D4F are triadic colors.

2 #4F2D58 and #2D584F with #582D4F are triadic colors.