COLOR #582031

HEX: #582031
RGB: (88,32,49)

Color info

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

RGB color model

#582031 color RGB value is (88,32,49).

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

RGB channels and saturation

R 88 of 255 = 35%
G 32 of 255 = 13%
B 49 of 255 = 19%

88
32
49

R + G + B ~ 22%. #582031 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 32 + 49 = 169 (100%)
R 88 of 169 ~ 52.07%
G 32 of 169 ~ 18.93%
B 49 of 169 ~ 28.99%

%52.07
%18.93
%28.99

CMYK color model

#582031 color CMYK value is (0,64,44,65).

  • cyan value is 0.00%
  • magenta value is 63.64%
  • yellow value is 44.32%
  • key color value is 65.49%
CMYK:
(0,64,44,65)
C0M64Y44K65 
(0%,64%,44%,65%)
(0.00/0.64/0.44/0.65)	

CMYK percentages

%0
%63.64
%44.32
%65.49

Codes

Color #582031 in popluar color models

582031
RGB883249
HSL342°46.67%23.53%
HSB/HSV342°63.64%34.51%
CMYK0.00%63.64%44.32%
65.49%

Color #582031 in popluar number systems.

HEX582031
Decimal883249
Binary1011000100000110001
Octal1304061

Shades and tints

Shades of #582031

#582031
(88,32,49)
#501E2D
(80,30,45)
#481C29
(72,28,41)
#401A25
(64,26,37)
#381821
(56,24,33)
#30161D
(48,22,29)
#281419
(40,20,25)
#201215
(32,18,21)
#181011
(24,16,17)
#100E0D
(16,14,13)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #582031

#582031
(88,32,49)
#673443
(103,52,67)
#764855
(118,72,85)
#855C67
(133,92,103)
#947079
(148,112,121)
#A3848B
(163,132,139)
#B2989D
(178,152,157)
#C1ACAF
(193,172,175)
#D0C0C1
(208,192,193)
#DFD4D3
(223,212,211)
#EEE8E5
(238,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #582031; }

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

This text font color is #582031.


Background Color

.myBgColor { background-color: #582031; }

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

This div background color is #582031.


Border color

.myBorderColor { border: 1px solid #582031; }

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

This div border color is #582031.


Opacity

.myOpacity80 { color: #582031; opacity: 0.8; }

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

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

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

This text has shadow with #582031 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582031 on black background.


Color preview on white background

This text has color #582031 on white background.



Black color preview on #582031 background

This text has black color on #582031 background.


White color preview on #582031 background

This text has white color on #582031 background.