COLOR #582B06

HEX: #582B06
RGB: (88,43,6)

Color info

#582B06 contains mainly red and green colors. Web safe color of #582B06 is #663300 (or #630).

RGB color model

#582B06 color RGB value is (88,43,6).

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

RGB channels and saturation

R 88 of 255 = 35%
G 43 of 255 = 17%
B 6 of 255 = 2%

88
43
6

R + G + B ~ 18%. #582B06 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 43 + 6 = 137 (100%)
R 88 of 137 ~ 64.23%
G 43 of 137 ~ 31.39%
B 6 of 137 ~ 4.38%

%64.23
%31.39

CMYK color model

#582B06 color CMYK value is (0,51,93,65).

  • cyan value is 0.00%
  • magenta value is 51.14%
  • yellow value is 93.18%
  • key color value is 65.49%
CMYK:
(0,51,93,65)
C0M51Y93K65 
(0%,51%,93%,65%)
(0.00/0.51/0.93/0.65)	

CMYK percentages

%0
%51.14
%93.18
%65.49

Codes

Color #582B06 in popluar color models

582B06
RGB88436
HSL27°87.23%18.43%
HSB/HSV27°93.18%34.51%
CMYK0.00%51.14%93.18%
65.49%

Color #582B06 in popluar number systems.

HEX582B06
Decimal88436
Binary1011000101011110
Octal130536

Shades and tints

Shades of #582B06

#582B06
(88,43,6)
#502806
(80,40,6)
#482506
(72,37,6)
#402206
(64,34,6)
#381F06
(56,31,6)
#301C06
(48,28,6)
#281906
(40,25,6)
#201606
(32,22,6)
#181306
(24,19,6)
#101006
(16,16,6)
#080D06
(8,13,6)
#000000
(0,0,0)

Tints of #582B06

#582B06
(88,43,6)
#673E1C
(103,62,28)
#765132
(118,81,50)
#856448
(133,100,72)
#94775E
(148,119,94)
#A38A74
(163,138,116)
#B29D8A
(178,157,138)
#C1B0A0
(193,176,160)
#D0C3B6
(208,195,182)
#DFD6CC
(223,214,204)
#EEE9E2
(238,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #582B06; }

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

This text font color is #582B06.


Background Color

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

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

This div background color is #582B06.


Border color

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

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

This div border color is #582B06.


Opacity

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

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

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

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

This text has shadow with #582B06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582B06 on black background.


Color preview on white background

This text has color #582B06 on white background.



Black color preview on #582B06 background

This text has black color on #582B06 background.


White color preview on #582B06 background

This text has white color on #582B06 background.