COLOR #582B28

HEX: #582B28
RGB: (88,43,40)

Color info

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

RGB color model

#582B28 color RGB value is (88,43,40).

  • red value is 88;
  • green value is 43;
  • blue value is 40.
RGB:
(88,43,40)
(35%,17%,16%)

RGB channels and saturation

R 88 of 255 = 35%
G 43 of 255 = 17%
B 40 of 255 = 16%

88
43
40

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

Portions of RGB colors in percentages

R + G + B =
88 + 43 + 40 = 171 (100%)
R 88 of 171 ~ 51.46%
G 43 of 171 ~ 25.15%
B 40 of 171 ~ 23.39%

%51.46
%25.15
%23.39

CMYK color model

#582B28 color CMYK value is (0,51,55,65).

  • cyan value is 0.00%
  • magenta value is 51.14%
  • yellow value is 54.55%
  • key color value is 65.49%
CMYK:
(0,51,55,65)
C0M51Y55K65 
(0%,51%,55%,65%)
(0.00/0.51/0.55/0.65)	

CMYK percentages

%0
%51.14
%54.55
%65.49

Codes

Color #582B28 in popluar color models

582B28
RGB884340
HSL37.50%25.10%
HSB/HSV54.55%34.51%
CMYK0.00%51.14%54.55%
65.49%

Color #582B28 in popluar number systems.

HEX582B28
Decimal884340
Binary1011000101011101000
Octal1305350

Shades and tints

Shades of #582B28

#582B28
(88,43,40)
#502825
(80,40,37)
#482522
(72,37,34)
#40221F
(64,34,31)
#381F1C
(56,31,28)
#301C19
(48,28,25)
#281916
(40,25,22)
#201613
(32,22,19)
#181310
(24,19,16)
#10100D
(16,16,13)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #582B28

#582B28
(88,43,40)
#673E3B
(103,62,59)
#76514E
(118,81,78)
#856461
(133,100,97)
#947774
(148,119,116)
#A38A87
(163,138,135)
#B29D9A
(178,157,154)
#C1B0AD
(193,176,173)
#D0C3C0
(208,195,192)
#DFD6D3
(223,214,211)
#EEE9E6
(238,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #582B28 color. Also use rgb(88,43,40) instead hex code.

Text Font Color

.myTextColor { color: #582B28; }

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

This text font color is #582B28.


Background Color

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

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

This div background color is #582B28.


Border color

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

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

This div border color is #582B28.


Opacity

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

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

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

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

This text has shadow with #582B28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582B28 on black background.


Color preview on white background

This text has color #582B28 on white background.



Black color preview on #582B28 background

This text has black color on #582B28 background.


White color preview on #582B28 background

This text has white color on #582B28 background.