COLOR #582E32

HEX: #582E32
RGB: (88,46,50)

Color info

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

RGB color model

#582E32 color RGB value is (88,46,50).

  • red value is 88;
  • green value is 46;
  • blue value is 50.
RGB:
(88,46,50)
(35%,18%,20%)

RGB channels and saturation

R 88 of 255 = 35%
G 46 of 255 = 18%
B 50 of 255 = 20%

88
46
50

R + G + B ~ 24%. #582E32 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 46 + 50 = 184 (100%)
R 88 of 184 ~ 47.83%
G 46 of 184 ~ 25%
B 50 of 184 ~ 27.17%

%47.83
%25
%27.17

CMYK color model

#582E32 color CMYK value is (0,48,43,65).

  • cyan value is 0.00%
  • magenta value is 47.73%
  • yellow value is 43.18%
  • key color value is 65.49%
CMYK:
(0,48,43,65)
C0M48Y43K65 
(0%,48%,43%,65%)
(0.00/0.48/0.43/0.65)	

CMYK percentages

%0
%47.73
%43.18
%65.49

Codes

Color #582E32 in popluar color models

582E32
RGB884650
HSL354°31.34%26.27%
HSB/HSV354°47.73%34.51%
CMYK0.00%47.73%43.18%
65.49%

Color #582E32 in popluar number systems.

HEX582E32
Decimal884650
Binary1011000101110110010
Octal1305662

Shades and tints

Shades of #582E32

#582E32
(88,46,50)
#502A2E
(80,42,46)
#48262A
(72,38,42)
#402226
(64,34,38)
#381E22
(56,30,34)
#301A1E
(48,26,30)
#28161A
(40,22,26)
#201216
(32,18,22)
#180E12
(24,14,18)
#100A0E
(16,10,14)
#08060A
(8,6,10)
#000000
(0,0,0)

Tints of #582E32

#582E32
(88,46,50)
#674144
(103,65,68)
#765456
(118,84,86)
#856768
(133,103,104)
#947A7A
(148,122,122)
#A38D8C
(163,141,140)
#B2A09E
(178,160,158)
#C1B3B0
(193,179,176)
#D0C6C2
(208,198,194)
#DFD9D4
(223,217,212)
#EEECE6
(238,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #582E32 color. Also use rgb(88,46,50) instead hex code.

Text Font Color

.myTextColor { color: #582E32; }

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

This text font color is #582E32.


Background Color

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

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

This div background color is #582E32.


Border color

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

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

This div border color is #582E32.


Opacity

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

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

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

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

This text has shadow with #582E32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582E32 on black background.


Color preview on white background

This text has color #582E32 on white background.



Black color preview on #582E32 background

This text has black color on #582E32 background.


White color preview on #582E32 background

This text has white color on #582E32 background.