COLOR #582D00

HEX: #582D00
RGB: (88,45,0)

Color info

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

RGB color model

#582D00 color RGB value is (88,45,0).

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

RGB channels and saturation

R 88 of 255 = 35%
G 45 of 255 = 18%
B 0 of 255 = 0%

88
45
0

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

Portions of RGB colors in percentages

R + G + B =
88 + 45 + 0 = 133 (100%)
R 88 of 133 ~ 66.17%
G 45 of 133 ~ 33.83%
B 0 of 133 ~ 0%

%66.17
%33.83

CMYK color model

#582D00 color CMYK value is (0,49,100,65).

  • cyan value is 0.00%
  • magenta value is 48.86%
  • yellow value is 100.00%
  • key color value is 65.49%
CMYK:
(0,49,100,65)
C0M49Y100K65 
(0%,49%,100%,65%)
(0.00/0.49/1.00/0.65)	

CMYK percentages

%0
%48.86
%100
%65.49

Codes

Color #582D00 in popluar color models

582D00
RGB88450
HSL31°100.00%17.25%
HSB/HSV31°100.00%34.51%
CMYK0.00%48.86%100.00%
65.49%

Color #582D00 in popluar number systems.

HEX582D00
Decimal88450
Binary10110001011010
Octal130550

Shades and tints

Shades of #582D00

#582D00
(88,45,0)
#502900
(80,41,0)
#482500
(72,37,0)
#402100
(64,33,0)
#381D00
(56,29,0)
#301900
(48,25,0)
#281500
(40,21,0)
#201100
(32,17,0)
#180D00
(24,13,0)
#100900
(16,9,0)
#080500
(8,5,0)
#000000
(0,0,0)

Tints of #582D00

#582D00
(88,45,0)
#674017
(103,64,23)
#76532E
(118,83,46)
#856645
(133,102,69)
#94795C
(148,121,92)
#A38C73
(163,140,115)
#B29F8A
(178,159,138)
#C1B2A1
(193,178,161)
#D0C5B8
(208,197,184)
#DFD8CF
(223,216,207)
#EEEBE6
(238,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #582D00; }

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

This text font color is #582D00.


Background Color

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

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

This div background color is #582D00.


Border color

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

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

This div border color is #582D00.


Opacity

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

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

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

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

This text has shadow with #582D00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582D00 on black background.


Color preview on white background

This text has color #582D00 on white background.



Black color preview on #582D00 background

This text has black color on #582D00 background.


White color preview on #582D00 background

This text has white color on #582D00 background.