COLOR #886E2F

HEX: #886E2F RGB: (136,110,47)

Color info

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

RGB color model

#886E2F color RGB value is (136,110,47).

RGB: (136,110,47) (53%, 43%, 18%)

RGB channels and saturation

R 136 of 255 = 53%
G 110 of 255 = 43%
B 47 of 255 = 18%

136
110
47

R + G + B ~ 38%. #886E2F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 136 + 110 + 47 = 293 (100%)
R 136 of 293 ~ 46.42%
G 110 of 293 ~ 37.54%
B 47 of 293 ~ 16.04'%

%46.42
%37.54
%16.04

CMYK color model

#886E2F color CMYK value is (0,19,65,47).

  • cyan value is 0.00%
  • magenta value is 19.12%
  • yellow value is 65.44%
  • key color value is 46.67%
CMYK: (0,19,65,47) C0M19Y65K47 (0%,19%,65%,47%) (0.00/0.19/0.65/0.47) 

CMYK percentages

%0
%19.12
%65.44
%46.67

Codes

Color #886E2F in popluar color models

88 6E 2F
RGB 136 110 47
HSL 42° 48.63% 35.88%
HSB/HSV 42° 65.44% 53.33%
CMYK 0.00% 19.12% 65.44%
46.67%

Color #886E2F in popluar number systems.

HEX 88 6E 2F
Decimal 136 110 47
Binary 10001000 1101110 101111
Octal 210 156 57

Shades and tints

Shades of #886E2F

#886E2F
(136,110,47)
#7C642B
(124,100,43)
#705A27
(112,90,39)
#645023
(100,80,35)
#58461F
(88,70,31)
#4C3C1B
(76,60,27)
#403217
(64,50,23)
#342813
(52,40,19)
#281E0F
(40,30,15)
#1C140B
(28,20,11)
#100A07
(16,10,7)
#000000
(0,0,0)

Tints of #886E2F

#886E2F
(136,110,47)
#927B41
(146,123,65)
#9C8853
(156,136,83)
#A69565
(166,149,101)
#B0A277
(176,162,119)
#BAAF89
(186,175,137)
#C4BC9B
(196,188,155)
#CEC9AD
(206,201,173)
#D8D6BF
(216,214,191)
#E2E3D1
(226,227,209)
#ECF0E3
(236,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886E2F color. Also use rgb(136,110,47) instead hex code.

Text Font Color

.myTextColor { color: #886E2F; }

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

This text font color is #886E2F.

Background Color

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

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

This div background color is #886E2F.

Border color

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

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

This div border color is #886E2F.

Opacity

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

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

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

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

This text has shadow with #886E2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #886E2F.

Preview

Color preview on black background

This text has color #886E2F on black background.


Color preview on white background

This text has color #886E2F on white background.


Black color preview on #886E2F background

This text has black color on #886E2F background.


White color preview on #886E2F background

This text has white color on #886E2F background.


Related colors

Complementary color

Complementary color for #hex is #7791D0.


I love getcolorcode.com

Triadic colors

1 #2F886E and #6E2F88 with #886E2F are triadic colors.

2 #2F6E88 and #6E882F with #886E2F are triadic colors.