COLOR #582321

HEX: #582321
RGB: (88,35,33)

Color info

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

RGB color model

#582321 color RGB value is (88,35,33).

  • red value is 88;
  • green value is 35;
  • blue value is 33.
RGB:
(88,35,33)
(35%,14%,13%)

RGB channels and saturation

R 88 of 255 = 35%
G 35 of 255 = 14%
B 33 of 255 = 13%

88
35
33

R + G + B ~ 21%. #582321 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 35 + 33 = 156 (100%)
R 88 of 156 ~ 56.41%
G 35 of 156 ~ 22.44%
B 33 of 156 ~ 21.15%

%56.41
%22.44
%21.15

CMYK color model

#582321 color CMYK value is (0,60,63,65).

  • cyan value is 0.00%
  • magenta value is 60.23%
  • yellow value is 62.50%
  • key color value is 65.49%
CMYK:
(0,60,63,65)
C0M60Y63K65 
(0%,60%,63%,65%)
(0.00/0.60/0.63/0.65)	

CMYK percentages

%0
%60.23
%62.5
%65.49

Codes

Color #582321 in popluar color models

582321
RGB883533
HSL45.45%23.73%
HSB/HSV62.50%34.51%
CMYK0.00%60.23%62.50%
65.49%

Color #582321 in popluar number systems.

HEX582321
Decimal883533
Binary1011000100011100001
Octal1304341

Shades and tints

Shades of #582321

#582321
(88,35,33)
#50201E
(80,32,30)
#481D1B
(72,29,27)
#401A18
(64,26,24)
#381715
(56,23,21)
#301412
(48,20,18)
#28110F
(40,17,15)
#200E0C
(32,14,12)
#180B09
(24,11,9)
#100806
(16,8,6)
#080503
(8,5,3)
#000000
(0,0,0)

Tints of #582321

#582321
(88,35,33)
#673735
(103,55,53)
#764B49
(118,75,73)
#855F5D
(133,95,93)
#947371
(148,115,113)
#A38785
(163,135,133)
#B29B99
(178,155,153)
#C1AFAD
(193,175,173)
#D0C3C1
(208,195,193)
#DFD7D5
(223,215,213)
#EEEBE9
(238,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #582321 color. Also use rgb(88,35,33) instead hex code.

Text Font Color

.myTextColor { color: #582321; }

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

This text font color is #582321.


Background Color

.myBgColor { background-color: #582321; }

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

This div background color is #582321.


Border color

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

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

This div border color is #582321.


Opacity

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

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

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

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

This text has shadow with #582321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582321 on black background.


Color preview on white background

This text has color #582321 on white background.



Black color preview on #582321 background

This text has black color on #582321 background.


White color preview on #582321 background

This text has white color on #582321 background.