COLOR #582D0E

HEX: #582D0E
RGB: (88,45,14)

Color info

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

RGB color model

#582D0E color RGB value is (88,45,14).

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

RGB channels and saturation

R 88 of 255 = 35%
G 45 of 255 = 18%
B 14 of 255 = 5%

88
45
14

R + G + B ~ 19%. #582D0E is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 45 + 14 = 147 (100%)
R 88 of 147 ~ 59.86%
G 45 of 147 ~ 30.61%
B 14 of 147 ~ 9.52%

%59.86
%30.61
%9.52

CMYK color model

#582D0E color CMYK value is (0,49,84,65).

  • cyan value is 0.00%
  • magenta value is 48.86%
  • yellow value is 84.09%
  • key color value is 65.49%
CMYK:
(0,49,84,65)
C0M49Y84K65 
(0%,49%,84%,65%)
(0.00/0.49/0.84/0.65)	

CMYK percentages

%0
%48.86
%84.09
%65.49

Codes

Color #582D0E in popluar color models

582D0E
RGB884514
HSL25°72.55%20.00%
HSB/HSV25°84.09%34.51%
CMYK0.00%48.86%84.09%
65.49%

Color #582D0E in popluar number systems.

HEX582D0E
Decimal884514
Binary10110001011011110
Octal1305516

Shades and tints

Shades of #582D0E

#582D0E
(88,45,14)
#50290D
(80,41,13)
#48250C
(72,37,12)
#40210B
(64,33,11)
#381D0A
(56,29,10)
#301909
(48,25,9)
#281508
(40,21,8)
#201107
(32,17,7)
#180D06
(24,13,6)
#100905
(16,9,5)
#080504
(8,5,4)
#000000
(0,0,0)

Tints of #582D0E

#582D0E
(88,45,14)
#674023
(103,64,35)
#765338
(118,83,56)
#85664D
(133,102,77)
#947962
(148,121,98)
#A38C77
(163,140,119)
#B29F8C
(178,159,140)
#C1B2A1
(193,178,161)
#D0C5B6
(208,197,182)
#DFD8CB
(223,216,203)
#EEEBE0
(238,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #582D0E; }

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

This text font color is #582D0E.


Background Color

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

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

This div background color is #582D0E.


Border color

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

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

This div border color is #582D0E.


Opacity

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

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

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

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

This text has shadow with #582D0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582D0E on black background.


Color preview on white background

This text has color #582D0E on white background.



Black color preview on #582D0E background

This text has black color on #582D0E background.


White color preview on #582D0E background

This text has white color on #582D0E background.