COLOR #582D31

HEX: #582D31
RGB: (88,45,49)

Color info

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

RGB color model

#582D31 color RGB value is (88,45,49).

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

RGB channels and saturation

R 88 of 255 = 35%
G 45 of 255 = 18%
B 49 of 255 = 19%

88
45
49

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

Portions of RGB colors in percentages

R + G + B =
88 + 45 + 49 = 182 (100%)
R 88 of 182 ~ 48.35%
G 45 of 182 ~ 24.73%
B 49 of 182 ~ 26.92%

%48.35
%24.73
%26.92

CMYK color model

#582D31 color CMYK value is (0,49,44,65).

  • cyan value is 0.00%
  • magenta value is 48.86%
  • yellow value is 44.32%
  • key color value is 65.49%
CMYK:
(0,49,44,65)
C0M49Y44K65 
(0%,49%,44%,65%)
(0.00/0.49/0.44/0.65)	

CMYK percentages

%0
%48.86
%44.32
%65.49

Codes

Color #582D31 in popluar color models

582D31
RGB884549
HSL354°32.33%26.08%
HSB/HSV354°48.86%34.51%
CMYK0.00%48.86%44.32%
65.49%

Color #582D31 in popluar number systems.

HEX582D31
Decimal884549
Binary1011000101101110001
Octal1305561

Shades and tints

Shades of #582D31

#582D31
(88,45,49)
#50292D
(80,41,45)
#482529
(72,37,41)
#402125
(64,33,37)
#381D21
(56,29,33)
#30191D
(48,25,29)
#281519
(40,21,25)
#201115
(32,17,21)
#180D11
(24,13,17)
#10090D
(16,9,13)
#080509
(8,5,9)
#000000
(0,0,0)

Tints of #582D31

#582D31
(88,45,49)
#674043
(103,64,67)
#765355
(118,83,85)
#856667
(133,102,103)
#947979
(148,121,121)
#A38C8B
(163,140,139)
#B29F9D
(178,159,157)
#C1B2AF
(193,178,175)
#D0C5C1
(208,197,193)
#DFD8D3
(223,216,211)
#EEEBE5
(238,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #582D31; }

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

This text font color is #582D31.


Background Color

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

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

This div background color is #582D31.


Border color

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

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

This div border color is #582D31.


Opacity

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

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

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

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

This text has shadow with #582D31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582D31 on black background.


Color preview on white background

This text has color #582D31 on white background.



Black color preview on #582D31 background

This text has black color on #582D31 background.


White color preview on #582D31 background

This text has white color on #582D31 background.