COLOR #582D38

HEX: #582D38
RGB: (88,45,56)

Color info

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

RGB color model

#582D38 color RGB value is (88,45,56).

  • red value is 88;
  • green value is 45;
  • blue value is 56.
RGB:
(88,45,56)
(35%,18%,22%)

RGB channels and saturation

R 88 of 255 = 35%
G 45 of 255 = 18%
B 56 of 255 = 22%

88
45
56

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

Portions of RGB colors in percentages

R + G + B =
88 + 45 + 56 = 189 (100%)
R 88 of 189 ~ 46.56%
G 45 of 189 ~ 23.81%
B 56 of 189 ~ 29.63%

%46.56
%23.81
%29.63

CMYK color model

#582D38 color CMYK value is (0,49,36,65).

  • cyan value is 0.00%
  • magenta value is 48.86%
  • yellow value is 36.36%
  • key color value is 65.49%
CMYK:
(0,49,36,65)
C0M49Y36K65 
(0%,49%,36%,65%)
(0.00/0.49/0.36/0.65)	

CMYK percentages

%0
%48.86
%36.36
%65.49

Codes

Color #582D38 in popluar color models

582D38
RGB884556
HSL345°32.33%26.08%
HSB/HSV345°48.86%34.51%
CMYK0.00%48.86%36.36%
65.49%

Color #582D38 in popluar number systems.

HEX582D38
Decimal884556
Binary1011000101101111000
Octal1305570

Shades and tints

Shades of #582D38

#582D38
(88,45,56)
#502933
(80,41,51)
#48252E
(72,37,46)
#402129
(64,33,41)
#381D24
(56,29,36)
#30191F
(48,25,31)
#28151A
(40,21,26)
#201115
(32,17,21)
#180D10
(24,13,16)
#10090B
(16,9,11)
#080506
(8,5,6)
#000000
(0,0,0)

Tints of #582D38

#582D38
(88,45,56)
#67404A
(103,64,74)
#76535C
(118,83,92)
#85666E
(133,102,110)
#947980
(148,121,128)
#A38C92
(163,140,146)
#B29FA4
(178,159,164)
#C1B2B6
(193,178,182)
#D0C5C8
(208,197,200)
#DFD8DA
(223,216,218)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #582D38 color. Also use rgb(88,45,56) instead hex code.

Text Font Color

.myTextColor { color: #582D38; }

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

This text font color is #582D38.


Background Color

.myBgColor { background-color: #582D38; }

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

This div background color is #582D38.


Border color

.myBorderColor { border: 1px solid #582D38; }

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

This div border color is #582D38.


Opacity

.myOpacity80 { color: #582D38; opacity: 0.8; }

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

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

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

This text has shadow with #582D38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582D38 on black background.


Color preview on white background

This text has color #582D38 on white background.



Black color preview on #582D38 background

This text has black color on #582D38 background.


White color preview on #582D38 background

This text has white color on #582D38 background.