COLOR #884020

HEX: #884020
RGB: (136,64,32)

Color info

#884020 contains mainly red color. Web safe color of #884020 is #993333 (or #933).

RGB color model

#884020 color RGB value is (136,64,32).

  • red value is 136;
  • green value is 64;
  • blue value is 32.
RGB:
(136,64,32)
(53%,25%,13%)

RGB channels and saturation

R 136 of 255 = 53%
G 64 of 255 = 25%
B 32 of 255 = 13%

136
64
32

R + G + B ~ 30%. #884020 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 64 + 32 = 232 (100%)
R 136 of 232 ~ 58.62%
G 64 of 232 ~ 27.59%
B 32 of 232 ~ 13.79%

%58.62
%27.59
%13.79

CMYK color model

#884020 color CMYK value is (0,53,76,47).

  • cyan value is 0.00%
  • magenta value is 52.94%
  • yellow value is 76.47%
  • key color value is 46.67%
CMYK:
(0,53,76,47)
C0M53Y76K47 
(0%,53%,76%,47%)
(0.00/0.53/0.76/0.47)	

CMYK percentages

%0
%52.94
%76.47
%46.67

Codes

Color #884020 in popluar color models

884020
RGB1366432
HSL18°61.90%32.94%
HSB/HSV18°76.47%53.33%
CMYK0.00%52.94%76.47%
46.67%

Color #884020 in popluar number systems.

HEX884020
Decimal1366432
Binary100010001000000100000
Octal21010040

Shades and tints

Shades of #884020

#884020
(136,64,32)
#7C3B1E
(124,59,30)
#70361C
(112,54,28)
#64311A
(100,49,26)
#582C18
(88,44,24)
#4C2716
(76,39,22)
#402214
(64,34,20)
#341D12
(52,29,18)
#281810
(40,24,16)
#1C130E
(28,19,14)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #884020

#884020
(136,64,32)
#925134
(146,81,52)
#9C6248
(156,98,72)
#A6735C
(166,115,92)
#B08470
(176,132,112)
#BA9584
(186,149,132)
#C4A698
(196,166,152)
#CEB7AC
(206,183,172)
#D8C8C0
(216,200,192)
#E2D9D4
(226,217,212)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884020 color. Also use rgb(136,64,32) instead hex code.

Text Font Color

.myTextColor { color: #884020; }

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

This text font color is #884020.


Background Color

.myBgColor { background-color: #884020; }

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

This div background color is #884020.


Border color

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

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

This div border color is #884020.


Opacity

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

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

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

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

This text has shadow with #884020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884020 on black background.


Color preview on white background

This text has color #884020 on white background.



Black color preview on #884020 background

This text has black color on #884020 background.


White color preview on #884020 background

This text has white color on #884020 background.