COLOR #582C49

HEX: #582C49
RGB: (88,44,73)

Color info

#582C49 contains red, green and blue colors in about the same proportion. Web safe color of #582C49 is #663333 (or #633).

RGB color model

#582C49 color RGB value is (88,44,73).

  • red value is 88;
  • green value is 44;
  • blue value is 73.
RGB:
(88,44,73)
(35%,17%,29%)

RGB channels and saturation

R 88 of 255 = 35%
G 44 of 255 = 17%
B 73 of 255 = 29%

88
44
73

R + G + B ~ 27%. #582C49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 44 + 73 = 205 (100%)
R 88 of 205 ~ 42.93%
G 44 of 205 ~ 21.46%
B 73 of 205 ~ 35.61%

%42.93
%21.46
%35.61

CMYK color model

#582C49 color CMYK value is (0,50,17,65).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 17.05%
  • key color value is 65.49%
CMYK:
(0,50,17,65)
C0M50Y17K65 
(0%,50%,17%,65%)
(0.00/0.50/0.17/0.65)	

CMYK percentages

%0
%50
%17.05
%65.49

Codes

Color #582C49 in popluar color models

582C49
RGB884473
HSL320°33.33%25.88%
HSB/HSV320°50.00%34.51%
CMYK0.00%50.00%17.05%
65.49%

Color #582C49 in popluar number systems.

HEX582C49
Decimal884473
Binary10110001011001001001
Octal13054111

Shades and tints

Shades of #582C49

#582C49
(88,44,73)
#502843
(80,40,67)
#48243D
(72,36,61)
#402037
(64,32,55)
#381C31
(56,28,49)
#30182B
(48,24,43)
#281425
(40,20,37)
#20101F
(32,16,31)
#180C19
(24,12,25)
#100813
(16,8,19)
#08040D
(8,4,13)
#000000
(0,0,0)

Tints of #582C49

#582C49
(88,44,73)
#673F59
(103,63,89)
#765269
(118,82,105)
#856579
(133,101,121)
#947889
(148,120,137)
#A38B99
(163,139,153)
#B29EA9
(178,158,169)
#C1B1B9
(193,177,185)
#D0C4C9
(208,196,201)
#DFD7D9
(223,215,217)
#EEEAE9
(238,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #582C49 color. Also use rgb(88,44,73) instead hex code.

Text Font Color

.myTextColor { color: #582C49; }

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

This text font color is #582C49.


Background Color

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

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

This div background color is #582C49.


Border color

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

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

This div border color is #582C49.


Opacity

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

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

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

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

This text has shadow with #582C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582C49 on black background.


Color preview on white background

This text has color #582C49 on white background.



Black color preview on #582C49 background

This text has black color on #582C49 background.


White color preview on #582C49 background

This text has white color on #582C49 background.