COLOR #582620

HEX: #582620
RGB: (88,38,32)

Color info

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

RGB color model

#582620 color RGB value is (88,38,32).

  • red value is 88;
  • green value is 38;
  • blue value is 32.
RGB:
(88,38,32)
(35%,15%,13%)

RGB channels and saturation

R 88 of 255 = 35%
G 38 of 255 = 15%
B 32 of 255 = 13%

88
38
32

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

Portions of RGB colors in percentages

R + G + B =
88 + 38 + 32 = 158 (100%)
R 88 of 158 ~ 55.7%
G 38 of 158 ~ 24.05%
B 32 of 158 ~ 20.25%

%55.7
%24.05
%20.25

CMYK color model

#582620 color CMYK value is (0,57,64,65).

  • cyan value is 0.00%
  • magenta value is 56.82%
  • yellow value is 63.64%
  • key color value is 65.49%
CMYK:
(0,57,64,65)
C0M57Y64K65 
(0%,57%,64%,65%)
(0.00/0.57/0.64/0.65)	

CMYK percentages

%0
%56.82
%63.64
%65.49

Codes

Color #582620 in popluar color models

582620
RGB883832
HSL46.67%23.53%
HSB/HSV63.64%34.51%
CMYK0.00%56.82%63.64%
65.49%

Color #582620 in popluar number systems.

HEX582620
Decimal883832
Binary1011000100110100000
Octal1304640

Shades and tints

Shades of #582620

#582620
(88,38,32)
#50231E
(80,35,30)
#48201C
(72,32,28)
#401D1A
(64,29,26)
#381A18
(56,26,24)
#301716
(48,23,22)
#281414
(40,20,20)
#201112
(32,17,18)
#180E10
(24,14,16)
#100B0E
(16,11,14)
#08080C
(8,8,12)
#000000
(0,0,0)

Tints of #582620

#582620
(88,38,32)
#673934
(103,57,52)
#764C48
(118,76,72)
#855F5C
(133,95,92)
#947270
(148,114,112)
#A38584
(163,133,132)
#B29898
(178,152,152)
#C1ABAC
(193,171,172)
#D0BEC0
(208,190,192)
#DFD1D4
(223,209,212)
#EEE4E8
(238,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #582620 color. Also use rgb(88,38,32) instead hex code.

Text Font Color

.myTextColor { color: #582620; }

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

This text font color is #582620.


Background Color

.myBgColor { background-color: #582620; }

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

This div background color is #582620.


Border color

.myBorderColor { border: 1px solid #582620; }

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

This div border color is #582620.


Opacity

.myOpacity80 { color: #582620; opacity: 0.8; }

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

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

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

This text has shadow with #582620 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582620 on black background.


Color preview on white background

This text has color #582620 on white background.



Black color preview on #582620 background

This text has black color on #582620 background.


White color preview on #582620 background

This text has white color on #582620 background.