COLOR #884A34

HEX: #884A34
RGB: (136,74,52)

Color info

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

RGB color model

#884A34 color RGB value is (136,74,52).

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

RGB channels and saturation

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

136
74
52

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

Portions of RGB colors in percentages

R + G + B =
136 + 74 + 52 = 262 (100%)
R 136 of 262 ~ 51.91%
G 74 of 262 ~ 28.24%
B 52 of 262 ~ 19.85%

%51.91
%28.24
%19.85

CMYK color model

#884A34 color CMYK value is (0,46,62,47).

  • cyan value is 0.00%
  • magenta value is 45.59%
  • yellow value is 61.76%
  • key color value is 46.67%
CMYK:
(0,46,62,47)
C0M46Y62K47 
(0%,46%,62%,47%)
(0.00/0.46/0.62/0.47)	

CMYK percentages

%0
%45.59
%61.76
%46.67

Codes

Color #884A34 in popluar color models

884A34
RGB1367452
HSL16°44.68%36.86%
HSB/HSV16°61.76%53.33%
CMYK0.00%45.59%61.76%
46.67%

Color #884A34 in popluar number systems.

HEX884A34
Decimal1367452
Binary100010001001010110100
Octal21011264

Shades and tints

Shades of #884A34

#884A34
(136,74,52)
#7C4430
(124,68,48)
#703E2C
(112,62,44)
#643828
(100,56,40)
#583224
(88,50,36)
#4C2C20
(76,44,32)
#40261C
(64,38,28)
#342018
(52,32,24)
#281A14
(40,26,20)
#1C1410
(28,20,16)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #884A34

#884A34
(136,74,52)
#925A46
(146,90,70)
#9C6A58
(156,106,88)
#A67A6A
(166,122,106)
#B08A7C
(176,138,124)
#BA9A8E
(186,154,142)
#C4AAA0
(196,170,160)
#CEBAB2
(206,186,178)
#D8CAC4
(216,202,196)
#E2DAD6
(226,218,214)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #884A34; }

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

This text font color is #884A34.


Background Color

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

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

This div background color is #884A34.


Border color

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

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

This div border color is #884A34.


Opacity

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

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

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

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

This text has shadow with #884A34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884A34 on black background.


Color preview on white background

This text has color #884A34 on white background.



Black color preview on #884A34 background

This text has black color on #884A34 background.


White color preview on #884A34 background

This text has white color on #884A34 background.