COLOR #582336

HEX: #582336
RGB: (88,35,54)

Color info

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

RGB color model

#582336 color RGB value is (88,35,54).

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

RGB channels and saturation

R 88 of 255 = 35%
G 35 of 255 = 14%
B 54 of 255 = 21%

88
35
54

R + G + B ~ 23%. #582336 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 35 + 54 = 177 (100%)
R 88 of 177 ~ 49.72%
G 35 of 177 ~ 19.77%
B 54 of 177 ~ 30.51%

%49.72
%19.77
%30.51

CMYK color model

#582336 color CMYK value is (0,60,39,65).

  • cyan value is 0.00%
  • magenta value is 60.23%
  • yellow value is 38.64%
  • key color value is 65.49%
CMYK:
(0,60,39,65)
C0M60Y39K65 
(0%,60%,39%,65%)
(0.00/0.60/0.39/0.65)	

CMYK percentages

%0
%60.23
%38.64
%65.49

Codes

Color #582336 in popluar color models

582336
RGB883554
HSL338°43.09%24.12%
HSB/HSV338°60.23%34.51%
CMYK0.00%60.23%38.64%
65.49%

Color #582336 in popluar number systems.

HEX582336
Decimal883554
Binary1011000100011110110
Octal1304366

Shades and tints

Shades of #582336

#582336
(88,35,54)
#502032
(80,32,50)
#481D2E
(72,29,46)
#401A2A
(64,26,42)
#381726
(56,23,38)
#301422
(48,20,34)
#28111E
(40,17,30)
#200E1A
(32,14,26)
#180B16
(24,11,22)
#100812
(16,8,18)
#08050E
(8,5,14)
#000000
(0,0,0)

Tints of #582336

#582336
(88,35,54)
#673748
(103,55,72)
#764B5A
(118,75,90)
#855F6C
(133,95,108)
#94737E
(148,115,126)
#A38790
(163,135,144)
#B29BA2
(178,155,162)
#C1AFB4
(193,175,180)
#D0C3C6
(208,195,198)
#DFD7D8
(223,215,216)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #582336; }

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

This text font color is #582336.


Background Color

.myBgColor { background-color: #582336; }

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

This div background color is #582336.


Border color

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

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

This div border color is #582336.


Opacity

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

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

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

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

This text has shadow with #582336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582336 on black background.


Color preview on white background

This text has color #582336 on white background.



Black color preview on #582336 background

This text has black color on #582336 background.


White color preview on #582336 background

This text has white color on #582336 background.