COLOR #582A2B

HEX: #582A2B
RGB: (88,42,43)

Color info

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

RGB color model

#582A2B color RGB value is (88,42,43).

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

RGB channels and saturation

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

88
42
43

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

Portions of RGB colors in percentages

R + G + B =
88 + 42 + 43 = 173 (100%)
R 88 of 173 ~ 50.87%
G 42 of 173 ~ 24.28%
B 43 of 173 ~ 24.86%

%50.87
%24.28
%24.86

CMYK color model

#582A2B color CMYK value is (0,52,51,65).

  • cyan value is 0.00%
  • magenta value is 52.27%
  • yellow value is 51.14%
  • key color value is 65.49%
CMYK:
(0,52,51,65)
C0M52Y51K65 
(0%,52%,51%,65%)
(0.00/0.52/0.51/0.65)	

CMYK percentages

%0
%52.27
%51.14
%65.49

Codes

Color #582A2B in popluar color models

582A2B
RGB884243
HSL359°35.38%25.49%
HSB/HSV359°52.27%34.51%
CMYK0.00%52.27%51.14%
65.49%

Color #582A2B in popluar number systems.

HEX582A2B
Decimal884243
Binary1011000101010101011
Octal1305253

Shades and tints

Shades of #582A2B

#582A2B
(88,42,43)
#502728
(80,39,40)
#482425
(72,36,37)
#402122
(64,33,34)
#381E1F
(56,30,31)
#301B1C
(48,27,28)
#281819
(40,24,25)
#201516
(32,21,22)
#181213
(24,18,19)
#100F10
(16,15,16)
#080C0D
(8,12,13)
#000000
(0,0,0)

Tints of #582A2B

#582A2B
(88,42,43)
#673D3E
(103,61,62)
#765051
(118,80,81)
#856364
(133,99,100)
#947677
(148,118,119)
#A3898A
(163,137,138)
#B29C9D
(178,156,157)
#C1AFB0
(193,175,176)
#D0C2C3
(208,194,195)
#DFD5D6
(223,213,214)
#EEE8E9
(238,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #582A2B; }

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

This text font color is #582A2B.


Background Color

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

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

This div background color is #582A2B.


Border color

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

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

This div border color is #582A2B.


Opacity

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

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

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

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

This text has shadow with #582A2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582A2B on black background.


Color preview on white background

This text has color #582A2B on white background.



Black color preview on #582A2B background

This text has black color on #582A2B background.


White color preview on #582A2B background

This text has white color on #582A2B background.