COLOR #582542

HEX: #582542
RGB: (88,37,66)

Color info

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

RGB color model

#582542 color RGB value is (88,37,66).

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

RGB channels and saturation

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

88
37
66

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

Portions of RGB colors in percentages

R + G + B =
88 + 37 + 66 = 191 (100%)
R 88 of 191 ~ 46.07%
G 37 of 191 ~ 19.37%
B 66 of 191 ~ 34.55%

%46.07
%19.37
%34.55

CMYK color model

#582542 color CMYK value is (0,58,25,65).

  • cyan value is 0.00%
  • magenta value is 57.95%
  • yellow value is 25.00%
  • key color value is 65.49%
CMYK:
(0,58,25,65)
C0M58Y25K65 
(0%,58%,25%,65%)
(0.00/0.58/0.25/0.65)	

CMYK percentages

%0
%57.95
%25
%65.49

Codes

Color #582542 in popluar color models

582542
RGB883766
HSL326°40.80%24.51%
HSB/HSV326°57.95%34.51%
CMYK0.00%57.95%25.00%
65.49%

Color #582542 in popluar number systems.

HEX582542
Decimal883766
Binary10110001001011000010
Octal13045102

Shades and tints

Shades of #582542

#582542
(88,37,66)
#50223C
(80,34,60)
#481F36
(72,31,54)
#401C30
(64,28,48)
#38192A
(56,25,42)
#301624
(48,22,36)
#28131E
(40,19,30)
#201018
(32,16,24)
#180D12
(24,13,18)
#100A0C
(16,10,12)
#080706
(8,7,6)
#000000
(0,0,0)

Tints of #582542

#582542
(88,37,66)
#673853
(103,56,83)
#764B64
(118,75,100)
#855E75
(133,94,117)
#947186
(148,113,134)
#A38497
(163,132,151)
#B297A8
(178,151,168)
#C1AAB9
(193,170,185)
#D0BDCA
(208,189,202)
#DFD0DB
(223,208,219)
#EEE3EC
(238,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #582542; }

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

This text font color is #582542.


Background Color

.myBgColor { background-color: #582542; }

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

This div background color is #582542.


Border color

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

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

This div border color is #582542.


Opacity

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

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

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

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

This text has shadow with #582542 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582542 on black background.


Color preview on white background

This text has color #582542 on white background.



Black color preview on #582542 background

This text has black color on #582542 background.


White color preview on #582542 background

This text has white color on #582542 background.