COLOR #884636

HEX: #884636
RGB: (136,70,54)

Color info

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

RGB color model

#884636 color RGB value is (136,70,54).

  • red value is 136;
  • green value is 70;
  • blue value is 54.
RGB:
(136,70,54)
(53%,27%,21%)

RGB channels and saturation

R 136 of 255 = 53%
G 70 of 255 = 27%
B 54 of 255 = 21%

136
70
54

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

Portions of RGB colors in percentages

R + G + B =
136 + 70 + 54 = 260 (100%)
R 136 of 260 ~ 52.31%
G 70 of 260 ~ 26.92%
B 54 of 260 ~ 20.77%

%52.31
%26.92
%20.77

CMYK color model

#884636 color CMYK value is (0,49,60,47).

  • cyan value is 0.00%
  • magenta value is 48.53%
  • yellow value is 60.29%
  • key color value is 46.67%
CMYK:
(0,49,60,47)
C0M49Y60K47 
(0%,49%,60%,47%)
(0.00/0.49/0.60/0.47)	

CMYK percentages

%0
%48.53
%60.29
%46.67

Codes

Color #884636 in popluar color models

884636
RGB1367054
HSL12°43.16%37.25%
HSB/HSV12°60.29%53.33%
CMYK0.00%48.53%60.29%
46.67%

Color #884636 in popluar number systems.

HEX884636
Decimal1367054
Binary100010001000110110110
Octal21010666

Shades and tints

Shades of #884636

#884636
(136,70,54)
#7C4032
(124,64,50)
#703A2E
(112,58,46)
#64342A
(100,52,42)
#582E26
(88,46,38)
#4C2822
(76,40,34)
#40221E
(64,34,30)
#341C1A
(52,28,26)
#281616
(40,22,22)
#1C1012
(28,16,18)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #884636

#884636
(136,70,54)
#925648
(146,86,72)
#9C665A
(156,102,90)
#A6766C
(166,118,108)
#B0867E
(176,134,126)
#BA9690
(186,150,144)
#C4A6A2
(196,166,162)
#CEB6B4
(206,182,180)
#D8C6C6
(216,198,198)
#E2D6D8
(226,214,216)
#ECE6EA
(236,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884636 color. Also use rgb(136,70,54) instead hex code.

Text Font Color

.myTextColor { color: #884636; }

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

This text font color is #884636.


Background Color

.myBgColor { background-color: #884636; }

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

This div background color is #884636.


Border color

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

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

This div border color is #884636.


Opacity

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

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

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

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

This text has shadow with #884636 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884636 on black background.


Color preview on white background

This text has color #884636 on white background.



Black color preview on #884636 background

This text has black color on #884636 background.


White color preview on #884636 background

This text has white color on #884636 background.