COLOR #582C31

HEX: #582C31
RGB: (88,44,49)

Color info

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

RGB color model

#582C31 color RGB value is (88,44,49).

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

RGB channels and saturation

R 88 of 255 = 35%
G 44 of 255 = 17%
B 49 of 255 = 19%

88
44
49

R + G + B ~ 24%. #582C31 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 44 + 49 = 181 (100%)
R 88 of 181 ~ 48.62%
G 44 of 181 ~ 24.31%
B 49 of 181 ~ 27.07%

%48.62
%24.31
%27.07

CMYK color model

#582C31 color CMYK value is (0,50,44,65).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 44.32%
  • key color value is 65.49%
CMYK:
(0,50,44,65)
C0M50Y44K65 
(0%,50%,44%,65%)
(0.00/0.50/0.44/0.65)	

CMYK percentages

%0
%50
%44.32
%65.49

Codes

Color #582C31 in popluar color models

582C31
RGB884449
HSL353°33.33%25.88%
HSB/HSV353°50.00%34.51%
CMYK0.00%50.00%44.32%
65.49%

Color #582C31 in popluar number systems.

HEX582C31
Decimal884449
Binary1011000101100110001
Octal1305461

Shades and tints

Shades of #582C31

#582C31
(88,44,49)
#50282D
(80,40,45)
#482429
(72,36,41)
#402025
(64,32,37)
#381C21
(56,28,33)
#30181D
(48,24,29)
#281419
(40,20,25)
#201015
(32,16,21)
#180C11
(24,12,17)
#10080D
(16,8,13)
#080409
(8,4,9)
#000000
(0,0,0)

Tints of #582C31

#582C31
(88,44,49)
#673F43
(103,63,67)
#765255
(118,82,85)
#856567
(133,101,103)
#947879
(148,120,121)
#A38B8B
(163,139,139)
#B29E9D
(178,158,157)
#C1B1AF
(193,177,175)
#D0C4C1
(208,196,193)
#DFD7D3
(223,215,211)
#EEEAE5
(238,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #582C31; }

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

This text font color is #582C31.


Background Color

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

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

This div background color is #582C31.


Border color

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

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

This div border color is #582C31.


Opacity

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

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

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

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

This text has shadow with #582C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582C31 on black background.


Color preview on white background

This text has color #582C31 on white background.



Black color preview on #582C31 background

This text has black color on #582C31 background.


White color preview on #582C31 background

This text has white color on #582C31 background.