COLOR #884A32

HEX: #884A32
RGB: (136,74,50)

Color info

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

RGB color model

#884A32 color RGB value is (136,74,50).

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

RGB channels and saturation

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

136
74
50

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

Portions of RGB colors in percentages

R + G + B =
136 + 74 + 50 = 260 (100%)
R 136 of 260 ~ 52.31%
G 74 of 260 ~ 28.46%
B 50 of 260 ~ 19.23%

%52.31
%28.46
%19.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 45.59%
  • 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
%45.59
%63.24
%46.67

Codes

Color #884A32 in popluar color models

884A32
RGB1367450
HSL17°46.24%36.47%
HSB/HSV17°63.24%53.33%
CMYK0.00%45.59%63.24%
46.67%

Color #884A32 in popluar number systems.

HEX884A32
Decimal1367450
Binary100010001001010110010
Octal21011262

Shades and tints

Shades of #884A32

#884A32
(136,74,50)
#7C442E
(124,68,46)
#703E2A
(112,62,42)
#643826
(100,56,38)
#583222
(88,50,34)
#4C2C1E
(76,44,30)
#40261A
(64,38,26)
#342016
(52,32,22)
#281A12
(40,26,18)
#1C140E
(28,20,14)
#100E0A
(16,14,10)
#000000
(0,0,0)

Tints of #884A32

#884A32
(136,74,50)
#925A44
(146,90,68)
#9C6A56
(156,106,86)
#A67A68
(166,122,104)
#B08A7A
(176,138,122)
#BA9A8C
(186,154,140)
#C4AA9E
(196,170,158)
#CEBAB0
(206,186,176)
#D8CAC2
(216,202,194)
#E2DAD4
(226,218,212)
#ECEAE6
(236,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #884A32; }

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

This text font color is #884A32.


Background Color

.myBgColor { background-color: #884A32; }

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

This div background color is #884A32.


Border color

.myBorderColor { border: 1px solid #884A32; }

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

This div border color is #884A32.


Opacity

.myOpacity80 { color: #884A32; opacity: 0.8; }

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

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

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

This text has shadow with #884A32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884A32 on black background.


Color preview on white background

This text has color #884A32 on white background.



Black color preview on #884A32 background

This text has black color on #884A32 background.


White color preview on #884A32 background

This text has white color on #884A32 background.