COLOR #582E1A

HEX: #582E1A
RGB: (88,46,26)

Color info

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

RGB color model

#582E1A color RGB value is (88,46,26).

  • red value is 88;
  • green value is 46;
  • blue value is 26.
RGB:
(88,46,26)
(35%,18%,10%)

RGB channels and saturation

R 88 of 255 = 35%
G 46 of 255 = 18%
B 26 of 255 = 10%

88
46
26

R + G + B ~ 21%. #582E1A is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 46 + 26 = 160 (100%)
R 88 of 160 ~ 55%
G 46 of 160 ~ 28.75%
B 26 of 160 ~ 16.25%

%55
%28.75
%16.25

CMYK color model

#582E1A color CMYK value is (0,48,70,65).

  • cyan value is 0.00%
  • magenta value is 47.73%
  • yellow value is 70.45%
  • key color value is 65.49%
CMYK:
(0,48,70,65)
C0M48Y70K65 
(0%,48%,70%,65%)
(0.00/0.48/0.70/0.65)	

CMYK percentages

%0
%47.73
%70.45
%65.49

Codes

Color #582E1A in popluar color models

582E1A
RGB884626
HSL19°54.39%22.35%
HSB/HSV19°70.45%34.51%
CMYK0.00%47.73%70.45%
65.49%

Color #582E1A in popluar number systems.

HEX582E1A
Decimal884626
Binary101100010111011010
Octal1305632

Shades and tints

Shades of #582E1A

#582E1A
(88,46,26)
#502A18
(80,42,24)
#482616
(72,38,22)
#402214
(64,34,20)
#381E12
(56,30,18)
#301A10
(48,26,16)
#28160E
(40,22,14)
#20120C
(32,18,12)
#180E0A
(24,14,10)
#100A08
(16,10,8)
#080606
(8,6,6)
#000000
(0,0,0)

Tints of #582E1A

#582E1A
(88,46,26)
#67412E
(103,65,46)
#765442
(118,84,66)
#856756
(133,103,86)
#947A6A
(148,122,106)
#A38D7E
(163,141,126)
#B2A092
(178,160,146)
#C1B3A6
(193,179,166)
#D0C6BA
(208,198,186)
#DFD9CE
(223,217,206)
#EEECE2
(238,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #582E1A color. Also use rgb(88,46,26) instead hex code.

Text Font Color

.myTextColor { color: #582E1A; }

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

This text font color is #582E1A.


Background Color

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

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

This div background color is #582E1A.


Border color

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

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

This div border color is #582E1A.


Opacity

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

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

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

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

This text has shadow with #582E1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582E1A on black background.


Color preview on white background

This text has color #582E1A on white background.



Black color preview on #582E1A background

This text has black color on #582E1A background.


White color preview on #582E1A background

This text has white color on #582E1A background.