COLOR #886F39

HEX: #886F39
RGB: (136,111,57)

Color info

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

RGB color model

#886F39 color RGB value is (136,111,57).

  • red value is 136;
  • green value is 111;
  • blue value is 57.
RGB:
(136,111,57)
(53%,44%,22%)

RGB channels and saturation

R 136 of 255 = 53%
G 111 of 255 = 44%
B 57 of 255 = 22%

136
111
57

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

Portions of RGB colors in percentages

R + G + B =
136 + 111 + 57 = 304 (100%)
R 136 of 304 ~ 44.74%
G 111 of 304 ~ 36.51%
B 57 of 304 ~ 18.75%

%44.74
%36.51
%18.75

CMYK color model

#886F39 color CMYK value is (0,18,58,47).

  • cyan value is 0.00%
  • magenta value is 18.38%
  • yellow value is 58.09%
  • key color value is 46.67%
CMYK:
(0,18,58,47)
C0M18Y58K47 
(0%,18%,58%,47%)
(0.00/0.18/0.58/0.47)	

CMYK percentages

%0
%18.38
%58.09
%46.67

Codes

Color #886F39 in popluar color models

886F39
RGB13611157
HSL41°40.93%37.84%
HSB/HSV41°58.09%53.33%
CMYK0.00%18.38%58.09%
46.67%

Color #886F39 in popluar number systems.

HEX886F39
Decimal13611157
Binary100010001101111111001
Octal21015771

Shades and tints

Shades of #886F39

#886F39
(136,111,57)
#7C6534
(124,101,52)
#705B2F
(112,91,47)
#64512A
(100,81,42)
#584725
(88,71,37)
#4C3D20
(76,61,32)
#40331B
(64,51,27)
#342916
(52,41,22)
#281F11
(40,31,17)
#1C150C
(28,21,12)
#100B07
(16,11,7)
#000000
(0,0,0)

Tints of #886F39

#886F39
(136,111,57)
#927C4B
(146,124,75)
#9C895D
(156,137,93)
#A6966F
(166,150,111)
#B0A381
(176,163,129)
#BAB093
(186,176,147)
#C4BDA5
(196,189,165)
#CECAB7
(206,202,183)
#D8D7C9
(216,215,201)
#E2E4DB
(226,228,219)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886F39 color. Also use rgb(136,111,57) instead hex code.

Text Font Color

.myTextColor { color: #886F39; }

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

This text font color is #886F39.


Background Color

.myBgColor { background-color: #886F39; }

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

This div background color is #886F39.


Border color

.myBorderColor { border: 1px solid #886F39; }

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

This div border color is #886F39.


Opacity

.myOpacity80 { color: #886F39; opacity: 0.8; }

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

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

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

This text has shadow with #886F39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886F39 on black background.


Color preview on white background

This text has color #886F39 on white background.



Black color preview on #886F39 background

This text has black color on #886F39 background.


White color preview on #886F39 background

This text has white color on #886F39 background.