COLOR #884E34

HEX: #884E34
RGB: (136,78,52)

Color info

#884E34 contains mainly red and green colors. Web safe color of #884E34 is #996633 (or #963).

RGB color model

#884E34 color RGB value is (136,78,52).

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

RGB channels and saturation

R 136 of 255 = 53%
G 78 of 255 = 31%
B 52 of 255 = 20%

136
78
52

R + G + B ~ 35%. #884E34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 78 + 52 = 266 (100%)
R 136 of 266 ~ 51.13%
G 78 of 266 ~ 29.32%
B 52 of 266 ~ 19.55%

%51.13
%29.32
%19.55

CMYK color model

#884E34 color CMYK value is (0,43,62,47).

  • cyan value is 0.00%
  • magenta value is 42.65%
  • yellow value is 61.76%
  • key color value is 46.67%
CMYK:
(0,43,62,47)
C0M43Y62K47 
(0%,43%,62%,47%)
(0.00/0.43/0.62/0.47)	

CMYK percentages

%0
%42.65
%61.76
%46.67

Codes

Color #884E34 in popluar color models

884E34
RGB1367852
HSL19°44.68%36.86%
HSB/HSV19°61.76%53.33%
CMYK0.00%42.65%61.76%
46.67%

Color #884E34 in popluar number systems.

HEX884E34
Decimal1367852
Binary100010001001110110100
Octal21011664

Shades and tints

Shades of #884E34

#884E34
(136,78,52)
#7C4730
(124,71,48)
#70402C
(112,64,44)
#643928
(100,57,40)
#583224
(88,50,36)
#4C2B20
(76,43,32)
#40241C
(64,36,28)
#341D18
(52,29,24)
#281614
(40,22,20)
#1C0F10
(28,15,16)
#10080C
(16,8,12)
#000000
(0,0,0)

Tints of #884E34

#884E34
(136,78,52)
#925E46
(146,94,70)
#9C6E58
(156,110,88)
#A67E6A
(166,126,106)
#B08E7C
(176,142,124)
#BA9E8E
(186,158,142)
#C4AEA0
(196,174,160)
#CEBEB2
(206,190,178)
#D8CEC4
(216,206,196)
#E2DED6
(226,222,214)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #884E34; }

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

This text font color is #884E34.


Background Color

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

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

This div background color is #884E34.


Border color

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

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

This div border color is #884E34.


Opacity

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

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

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

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

This text has shadow with #884E34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884E34 on black background.


Color preview on white background

This text has color #884E34 on white background.



Black color preview on #884E34 background

This text has black color on #884E34 background.


White color preview on #884E34 background

This text has white color on #884E34 background.