COLOR #582342

HEX: #582342
RGB: (88,35,66)

Color info

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

RGB color model

#582342 color RGB value is (88,35,66).

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

RGB channels and saturation

R 88 of 255 = 35%
G 35 of 255 = 14%
B 66 of 255 = 26%

88
35
66

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

Portions of RGB colors in percentages

R + G + B =
88 + 35 + 66 = 189 (100%)
R 88 of 189 ~ 46.56%
G 35 of 189 ~ 18.52%
B 66 of 189 ~ 34.92%

%46.56
%18.52
%34.92

CMYK color model

#582342 color CMYK value is (0,60,25,65).

  • cyan value is 0.00%
  • magenta value is 60.23%
  • yellow value is 25.00%
  • key color value is 65.49%
CMYK:
(0,60,25,65)
C0M60Y25K65 
(0%,60%,25%,65%)
(0.00/0.60/0.25/0.65)	

CMYK percentages

%0
%60.23
%25
%65.49

Codes

Color #582342 in popluar color models

582342
RGB883566
HSL325°43.09%24.12%
HSB/HSV325°60.23%34.51%
CMYK0.00%60.23%25.00%
65.49%

Color #582342 in popluar number systems.

HEX582342
Decimal883566
Binary10110001000111000010
Octal13043102

Shades and tints

Shades of #582342

#582342
(88,35,66)
#50203C
(80,32,60)
#481D36
(72,29,54)
#401A30
(64,26,48)
#38172A
(56,23,42)
#301424
(48,20,36)
#28111E
(40,17,30)
#200E18
(32,14,24)
#180B12
(24,11,18)
#10080C
(16,8,12)
#080506
(8,5,6)
#000000
(0,0,0)

Tints of #582342

#582342
(88,35,66)
#673753
(103,55,83)
#764B64
(118,75,100)
#855F75
(133,95,117)
#947386
(148,115,134)
#A38797
(163,135,151)
#B29BA8
(178,155,168)
#C1AFB9
(193,175,185)
#D0C3CA
(208,195,202)
#DFD7DB
(223,215,219)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #582342; }

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

This text font color is #582342.


Background Color

.myBgColor { background-color: #582342; }

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

This div background color is #582342.


Border color

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

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

This div border color is #582342.


Opacity

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

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

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

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

This text has shadow with #582342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582342 on black background.


Color preview on white background

This text has color #582342 on white background.



Black color preview on #582342 background

This text has black color on #582342 background.


White color preview on #582342 background

This text has white color on #582342 background.