COLOR #886944

HEX: #886944
RGB: (136,105,68)

Color info

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

RGB color model

#886944 color RGB value is (136,105,68).

  • red value is 136;
  • green value is 105;
  • blue value is 68.
RGB:
(136,105,68)
(53%,41%,27%)

RGB channels and saturation

R 136 of 255 = 53%
G 105 of 255 = 41%
B 68 of 255 = 27%

136
105
68

R + G + B ~ 40%. #886944 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 105 + 68 = 309 (100%)
R 136 of 309 ~ 44.01%
G 105 of 309 ~ 33.98%
B 68 of 309 ~ 22.01%

%44.01
%33.98
%22.01

CMYK color model

#886944 color CMYK value is (0,23,50,47).

  • cyan value is 0.00%
  • magenta value is 22.79%
  • yellow value is 50.00%
  • key color value is 46.67%
CMYK:
(0,23,50,47)
C0M23Y50K47 
(0%,23%,50%,47%)
(0.00/0.23/0.50/0.47)	

CMYK percentages

%0
%22.79
%50
%46.67

Codes

Color #886944 in popluar color models

886944
RGB13610568
HSL33°33.33%40.00%
HSB/HSV33°50.00%53.33%
CMYK0.00%22.79%50.00%
46.67%

Color #886944 in popluar number systems.

HEX886944
Decimal13610568
Binary1000100011010011000100
Octal210151104

Shades and tints

Shades of #886944

#886944
(136,105,68)
#7C603E
(124,96,62)
#705738
(112,87,56)
#644E32
(100,78,50)
#58452C
(88,69,44)
#4C3C26
(76,60,38)
#403320
(64,51,32)
#342A1A
(52,42,26)
#282114
(40,33,20)
#1C180E
(28,24,14)
#100F08
(16,15,8)
#000000
(0,0,0)

Tints of #886944

#886944
(136,105,68)
#927655
(146,118,85)
#9C8366
(156,131,102)
#A69077
(166,144,119)
#B09D88
(176,157,136)
#BAAA99
(186,170,153)
#C4B7AA
(196,183,170)
#CEC4BB
(206,196,187)
#D8D1CC
(216,209,204)
#E2DEDD
(226,222,221)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886944 color. Also use rgb(136,105,68) instead hex code.

Text Font Color

.myTextColor { color: #886944; }

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

This text font color is #886944.


Background Color

.myBgColor { background-color: #886944; }

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

This div background color is #886944.


Border color

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

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

This div border color is #886944.


Opacity

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

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

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

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

This text has shadow with #886944 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886944 on black background.


Color preview on white background

This text has color #886944 on white background.



Black color preview on #886944 background

This text has black color on #886944 background.


White color preview on #886944 background

This text has white color on #886944 background.