COLOR #582841

HEX: #582841
RGB: (88,40,65)

Color info

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

RGB color model

#582841 color RGB value is (88,40,65).

  • red value is 88;
  • green value is 40;
  • blue value is 65.
RGB:
(88,40,65)
(35%,16%,25%)

RGB channels and saturation

R 88 of 255 = 35%
G 40 of 255 = 16%
B 65 of 255 = 25%

88
40
65

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

Portions of RGB colors in percentages

R + G + B =
88 + 40 + 65 = 193 (100%)
R 88 of 193 ~ 45.6%
G 40 of 193 ~ 20.73%
B 65 of 193 ~ 33.68%

%45.6
%20.73
%33.68

CMYK color model

#582841 color CMYK value is (0,55,26,65).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 26.14%
  • key color value is 65.49%
CMYK:
(0,55,26,65)
C0M55Y26K65 
(0%,55%,26%,65%)
(0.00/0.55/0.26/0.65)	

CMYK percentages

%0
%54.55
%26.14
%65.49

Codes

Color #582841 in popluar color models

582841
RGB884065
HSL329°37.50%25.10%
HSB/HSV329°54.55%34.51%
CMYK0.00%54.55%26.14%
65.49%

Color #582841 in popluar number systems.

HEX582841
Decimal884065
Binary10110001010001000001
Octal13050101

Shades and tints

Shades of #582841

#582841
(88,40,65)
#50253C
(80,37,60)
#482237
(72,34,55)
#401F32
(64,31,50)
#381C2D
(56,28,45)
#301928
(48,25,40)
#281623
(40,22,35)
#20131E
(32,19,30)
#181019
(24,16,25)
#100D14
(16,13,20)
#080A0F
(8,10,15)
#000000
(0,0,0)

Tints of #582841

#582841
(88,40,65)
#673B52
(103,59,82)
#764E63
(118,78,99)
#856174
(133,97,116)
#947485
(148,116,133)
#A38796
(163,135,150)
#B29AA7
(178,154,167)
#C1ADB8
(193,173,184)
#D0C0C9
(208,192,201)
#DFD3DA
(223,211,218)
#EEE6EB
(238,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #582841 color. Also use rgb(88,40,65) instead hex code.

Text Font Color

.myTextColor { color: #582841; }

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

This text font color is #582841.


Background Color

.myBgColor { background-color: #582841; }

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

This div background color is #582841.


Border color

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

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

This div border color is #582841.


Opacity

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

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

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

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

This text has shadow with #582841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582841 on black background.


Color preview on white background

This text has color #582841 on white background.



Black color preview on #582841 background

This text has black color on #582841 background.


White color preview on #582841 background

This text has white color on #582841 background.