COLOR #886848

HEX: #886848
RGB: (136,104,72)

Color info

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

RGB color model

#886848 color RGB value is (136,104,72).

  • red value is 136;
  • green value is 104;
  • blue value is 72.
RGB:
(136,104,72)
(53%,41%,28%)

RGB channels and saturation

R 136 of 255 = 53%
G 104 of 255 = 41%
B 72 of 255 = 28%

136
104
72

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

Portions of RGB colors in percentages

R + G + B =
136 + 104 + 72 = 312 (100%)
R 136 of 312 ~ 43.59%
G 104 of 312 ~ 33.33%
B 72 of 312 ~ 23.08%

%43.59
%33.33
%23.08

CMYK color model

#886848 color CMYK value is (0,24,47,47).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 47.06%
  • key color value is 46.67%
CMYK:
(0,24,47,47)
C0M24Y47K47 
(0%,24%,47%,47%)
(0.00/0.24/0.47/0.47)	

CMYK percentages

%0
%23.53
%47.06
%46.67

Codes

Color #886848 in popluar color models

886848
RGB13610472
HSL30°30.77%40.78%
HSB/HSV30°47.06%53.33%
CMYK0.00%23.53%47.06%
46.67%

Color #886848 in popluar number systems.

HEX886848
Decimal13610472
Binary1000100011010001001000
Octal210150110

Shades and tints

Shades of #886848

#886848
(136,104,72)
#7C5F42
(124,95,66)
#70563C
(112,86,60)
#644D36
(100,77,54)
#584430
(88,68,48)
#4C3B2A
(76,59,42)
#403224
(64,50,36)
#34291E
(52,41,30)
#282018
(40,32,24)
#1C1712
(28,23,18)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #886848

#886848
(136,104,72)
#927558
(146,117,88)
#9C8268
(156,130,104)
#A68F78
(166,143,120)
#B09C88
(176,156,136)
#BAA998
(186,169,152)
#C4B6A8
(196,182,168)
#CEC3B8
(206,195,184)
#D8D0C8
(216,208,200)
#E2DDD8
(226,221,216)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886848 color. Also use rgb(136,104,72) instead hex code.

Text Font Color

.myTextColor { color: #886848; }

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

This text font color is #886848.


Background Color

.myBgColor { background-color: #886848; }

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

This div background color is #886848.


Border color

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

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

This div border color is #886848.


Opacity

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

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

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

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

This text has shadow with #886848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886848 on black background.


Color preview on white background

This text has color #886848 on white background.



Black color preview on #886848 background

This text has black color on #886848 background.


White color preview on #886848 background

This text has white color on #886848 background.