COLOR #582444

HEX: #582444
RGB: (88,36,68)

Color info

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

RGB color model

#582444 color RGB value is (88,36,68).

  • red value is 88;
  • green value is 36;
  • blue value is 68.
RGB:
(88,36,68)
(35%,14%,27%)

RGB channels and saturation

R 88 of 255 = 35%
G 36 of 255 = 14%
B 68 of 255 = 27%

88
36
68

R + G + B ~ 25%. #582444 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 36 + 68 = 192 (100%)
R 88 of 192 ~ 45.83%
G 36 of 192 ~ 18.75%
B 68 of 192 ~ 35.42%

%45.83
%18.75
%35.42

CMYK color model

#582444 color CMYK value is (0,59,23,65).

  • cyan value is 0.00%
  • magenta value is 59.09%
  • yellow value is 22.73%
  • key color value is 65.49%
CMYK:
(0,59,23,65)
C0M59Y23K65 
(0%,59%,23%,65%)
(0.00/0.59/0.23/0.65)	

CMYK percentages

%0
%59.09
%22.73
%65.49

Codes

Color #582444 in popluar color models

582444
RGB883668
HSL323°41.94%24.31%
HSB/HSV323°59.09%34.51%
CMYK0.00%59.09%22.73%
65.49%

Color #582444 in popluar number systems.

HEX582444
Decimal883668
Binary10110001001001000100
Octal13044104

Shades and tints

Shades of #582444

#582444
(88,36,68)
#50213E
(80,33,62)
#481E38
(72,30,56)
#401B32
(64,27,50)
#38182C
(56,24,44)
#301526
(48,21,38)
#281220
(40,18,32)
#200F1A
(32,15,26)
#180C14
(24,12,20)
#10090E
(16,9,14)
#080608
(8,6,8)
#000000
(0,0,0)

Tints of #582444

#582444
(88,36,68)
#673755
(103,55,85)
#764A66
(118,74,102)
#855D77
(133,93,119)
#947088
(148,112,136)
#A38399
(163,131,153)
#B296AA
(178,150,170)
#C1A9BB
(193,169,187)
#D0BCCC
(208,188,204)
#DFCFDD
(223,207,221)
#EEE2EE
(238,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #582444 color. Also use rgb(88,36,68) instead hex code.

Text Font Color

.myTextColor { color: #582444; }

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

This text font color is #582444.


Background Color

.myBgColor { background-color: #582444; }

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

This div background color is #582444.


Border color

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

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

This div border color is #582444.


Opacity

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

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

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

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

This text has shadow with #582444 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582444 on black background.


Color preview on white background

This text has color #582444 on white background.



Black color preview on #582444 background

This text has black color on #582444 background.


White color preview on #582444 background

This text has white color on #582444 background.