COLOR #884932

HEX: #884932
RGB: (136,73,50)

Color info

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

RGB color model

#884932 color RGB value is (136,73,50).

  • red value is 136;
  • green value is 73;
  • blue value is 50.
RGB:
(136,73,50)
(53%,29%,20%)

RGB channels and saturation

R 136 of 255 = 53%
G 73 of 255 = 29%
B 50 of 255 = 20%

136
73
50

R + G + B ~ 34%. #884932 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 73 + 50 = 259 (100%)
R 136 of 259 ~ 52.51%
G 73 of 259 ~ 28.19%
B 50 of 259 ~ 19.31%

%52.51
%28.19
%19.31

CMYK color model

#884932 color CMYK value is (0,46,63,47).

  • cyan value is 0.00%
  • magenta value is 46.32%
  • yellow value is 63.24%
  • key color value is 46.67%
CMYK:
(0,46,63,47)
C0M46Y63K47 
(0%,46%,63%,47%)
(0.00/0.46/0.63/0.47)	

CMYK percentages

%0
%46.32
%63.24
%46.67

Codes

Color #884932 in popluar color models

884932
RGB1367350
HSL16°46.24%36.47%
HSB/HSV16°63.24%53.33%
CMYK0.00%46.32%63.24%
46.67%

Color #884932 in popluar number systems.

HEX884932
Decimal1367350
Binary100010001001001110010
Octal21011162

Shades and tints

Shades of #884932

#884932
(136,73,50)
#7C432E
(124,67,46)
#703D2A
(112,61,42)
#643726
(100,55,38)
#583122
(88,49,34)
#4C2B1E
(76,43,30)
#40251A
(64,37,26)
#341F16
(52,31,22)
#281912
(40,25,18)
#1C130E
(28,19,14)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #884932

#884932
(136,73,50)
#925944
(146,89,68)
#9C6956
(156,105,86)
#A67968
(166,121,104)
#B0897A
(176,137,122)
#BA998C
(186,153,140)
#C4A99E
(196,169,158)
#CEB9B0
(206,185,176)
#D8C9C2
(216,201,194)
#E2D9D4
(226,217,212)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884932 color. Also use rgb(136,73,50) instead hex code.

Text Font Color

.myTextColor { color: #884932; }

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

This text font color is #884932.


Background Color

.myBgColor { background-color: #884932; }

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

This div background color is #884932.


Border color

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

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

This div border color is #884932.


Opacity

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

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

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

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

This text has shadow with #884932 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884932 on black background.


Color preview on white background

This text has color #884932 on white background.



Black color preview on #884932 background

This text has black color on #884932 background.


White color preview on #884932 background

This text has white color on #884932 background.