COLOR #884033

HEX: #884033
RGB: (136,64,51)

Color info

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

RGB color model

#884033 color RGB value is (136,64,51).

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

RGB channels and saturation

R 136 of 255 = 53%
G 64 of 255 = 25%
B 51 of 255 = 20%

136
64
51

R + G + B ~ 33%. #884033 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 64 + 51 = 251 (100%)
R 136 of 251 ~ 54.18%
G 64 of 251 ~ 25.5%
B 51 of 251 ~ 20.32%

%54.18
%25.5
%20.32

CMYK color model

#884033 color CMYK value is (0,53,63,47).

  • cyan value is 0.00%
  • magenta value is 52.94%
  • yellow value is 62.50%
  • key color value is 46.67%
CMYK:
(0,53,63,47)
C0M53Y63K47 
(0%,53%,63%,47%)
(0.00/0.53/0.63/0.47)	

CMYK percentages

%0
%52.94
%62.5
%46.67

Codes

Color #884033 in popluar color models

884033
RGB1366451
HSL45.45%36.67%
HSB/HSV62.50%53.33%
CMYK0.00%52.94%62.50%
46.67%

Color #884033 in popluar number systems.

HEX884033
Decimal1366451
Binary100010001000000110011
Octal21010063

Shades and tints

Shades of #884033

#884033
(136,64,51)
#7C3B2F
(124,59,47)
#70362B
(112,54,43)
#643127
(100,49,39)
#582C23
(88,44,35)
#4C271F
(76,39,31)
#40221B
(64,34,27)
#341D17
(52,29,23)
#281813
(40,24,19)
#1C130F
(28,19,15)
#100E0B
(16,14,11)
#000000
(0,0,0)

Tints of #884033

#884033
(136,64,51)
#925145
(146,81,69)
#9C6257
(156,98,87)
#A67369
(166,115,105)
#B0847B
(176,132,123)
#BA958D
(186,149,141)
#C4A69F
(196,166,159)
#CEB7B1
(206,183,177)
#D8C8C3
(216,200,195)
#E2D9D5
(226,217,213)
#ECEAE7
(236,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #884033; }

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

This text font color is #884033.


Background Color

.myBgColor { background-color: #884033; }

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

This div background color is #884033.


Border color

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

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

This div border color is #884033.


Opacity

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

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

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

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

This text has shadow with #884033 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884033 on black background.


Color preview on white background

This text has color #884033 on white background.



Black color preview on #884033 background

This text has black color on #884033 background.


White color preview on #884033 background

This text has white color on #884033 background.