COLOR #582231

HEX: #582231
RGB: (88,34,49)

Color info

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

RGB color model

#582231 color RGB value is (88,34,49).

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

RGB channels and saturation

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

88
34
49

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

Portions of RGB colors in percentages

R + G + B =
88 + 34 + 49 = 171 (100%)
R 88 of 171 ~ 51.46%
G 34 of 171 ~ 19.88%
B 49 of 171 ~ 28.65%

%51.46
%19.88
%28.65

CMYK color model

#582231 color CMYK value is (0,61,44,65).

  • cyan value is 0.00%
  • magenta value is 61.36%
  • yellow value is 44.32%
  • key color value is 65.49%
CMYK:
(0,61,44,65)
C0M61Y44K65 
(0%,61%,44%,65%)
(0.00/0.61/0.44/0.65)	

CMYK percentages

%0
%61.36
%44.32
%65.49

Codes

Color #582231 in popluar color models

582231
RGB883449
HSL343°44.26%23.92%
HSB/HSV343°61.36%34.51%
CMYK0.00%61.36%44.32%
65.49%

Color #582231 in popluar number systems.

HEX582231
Decimal883449
Binary1011000100010110001
Octal1304261

Shades and tints

Shades of #582231

#582231
(88,34,49)
#501F2D
(80,31,45)
#481C29
(72,28,41)
#401925
(64,25,37)
#381621
(56,22,33)
#30131D
(48,19,29)
#281019
(40,16,25)
#200D15
(32,13,21)
#180A11
(24,10,17)
#10070D
(16,7,13)
#080409
(8,4,9)
#000000
(0,0,0)

Tints of #582231

#582231
(88,34,49)
#673643
(103,54,67)
#764A55
(118,74,85)
#855E67
(133,94,103)
#947279
(148,114,121)
#A3868B
(163,134,139)
#B29A9D
(178,154,157)
#C1AEAF
(193,174,175)
#D0C2C1
(208,194,193)
#DFD6D3
(223,214,211)
#EEEAE5
(238,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #582231; }

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

This text font color is #582231.


Background Color

.myBgColor { background-color: #582231; }

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

This div background color is #582231.


Border color

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

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

This div border color is #582231.


Opacity

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

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

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

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

This text has shadow with #582231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582231 on black background.


Color preview on white background

This text has color #582231 on white background.



Black color preview on #582231 background

This text has black color on #582231 background.


White color preview on #582231 background

This text has white color on #582231 background.