COLOR #582642

HEX: #582642
RGB: (88,38,66)

Color info

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

RGB color model

#582642 color RGB value is (88,38,66).

  • red value is 88;
  • green value is 38;
  • blue value is 66.
RGB:
(88,38,66)
(35%,15%,26%)

RGB channels and saturation

R 88 of 255 = 35%
G 38 of 255 = 15%
B 66 of 255 = 26%

88
38
66

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

Portions of RGB colors in percentages

R + G + B =
88 + 38 + 66 = 192 (100%)
R 88 of 192 ~ 45.83%
G 38 of 192 ~ 19.79%
B 66 of 192 ~ 34.38%

%45.83
%19.79
%34.38

CMYK color model

#582642 color CMYK value is (0,57,25,65).

  • cyan value is 0.00%
  • magenta value is 56.82%
  • yellow value is 25.00%
  • key color value is 65.49%
CMYK:
(0,57,25,65)
C0M57Y25K65 
(0%,57%,25%,65%)
(0.00/0.57/0.25/0.65)	

CMYK percentages

%0
%56.82
%25
%65.49

Codes

Color #582642 in popluar color models

582642
RGB883866
HSL326°39.68%24.71%
HSB/HSV326°56.82%34.51%
CMYK0.00%56.82%25.00%
65.49%

Color #582642 in popluar number systems.

HEX582642
Decimal883866
Binary10110001001101000010
Octal13046102

Shades and tints

Shades of #582642

#582642
(88,38,66)
#50233C
(80,35,60)
#482036
(72,32,54)
#401D30
(64,29,48)
#381A2A
(56,26,42)
#301724
(48,23,36)
#28141E
(40,20,30)
#201118
(32,17,24)
#180E12
(24,14,18)
#100B0C
(16,11,12)
#080806
(8,8,6)
#000000
(0,0,0)

Tints of #582642

#582642
(88,38,66)
#673953
(103,57,83)
#764C64
(118,76,100)
#855F75
(133,95,117)
#947286
(148,114,134)
#A38597
(163,133,151)
#B298A8
(178,152,168)
#C1ABB9
(193,171,185)
#D0BECA
(208,190,202)
#DFD1DB
(223,209,219)
#EEE4EC
(238,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #582642 color. Also use rgb(88,38,66) instead hex code.

Text Font Color

.myTextColor { color: #582642; }

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

This text font color is #582642.


Background Color

.myBgColor { background-color: #582642; }

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

This div background color is #582642.


Border color

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

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

This div border color is #582642.


Opacity

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

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

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

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

This text has shadow with #582642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582642 on black background.


Color preview on white background

This text has color #582642 on white background.



Black color preview on #582642 background

This text has black color on #582642 background.


White color preview on #582642 background

This text has white color on #582642 background.