COLOR #886A3F

HEX: #886A3F
RGB: (136,106,63)

Color info

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

RGB color model

#886A3F color RGB value is (136,106,63).

  • red value is 136;
  • green value is 106;
  • blue value is 63.
RGB:
(136,106,63)
(53%,42%,25%)

RGB channels and saturation

R 136 of 255 = 53%
G 106 of 255 = 42%
B 63 of 255 = 25%

136
106
63

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

Portions of RGB colors in percentages

R + G + B =
136 + 106 + 63 = 305 (100%)
R 136 of 305 ~ 44.59%
G 106 of 305 ~ 34.75%
B 63 of 305 ~ 20.66%

%44.59
%34.75
%20.66

CMYK color model

#886A3F color CMYK value is (0,22,54,47).

  • cyan value is 0.00%
  • magenta value is 22.06%
  • yellow value is 53.68%
  • key color value is 46.67%
CMYK:
(0,22,54,47)
C0M22Y54K47 
(0%,22%,54%,47%)
(0.00/0.22/0.54/0.47)	

CMYK percentages

%0
%22.06
%53.68
%46.67

Codes

Color #886A3F in popluar color models

886A3F
RGB13610663
HSL35°36.68%39.02%
HSB/HSV35°53.68%53.33%
CMYK0.00%22.06%53.68%
46.67%

Color #886A3F in popluar number systems.

HEX886A3F
Decimal13610663
Binary100010001101010111111
Octal21015277

Shades and tints

Shades of #886A3F

#886A3F
(136,106,63)
#7C613A
(124,97,58)
#705835
(112,88,53)
#644F30
(100,79,48)
#58462B
(88,70,43)
#4C3D26
(76,61,38)
#403421
(64,52,33)
#342B1C
(52,43,28)
#282217
(40,34,23)
#1C1912
(28,25,18)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #886A3F

#886A3F
(136,106,63)
#927750
(146,119,80)
#9C8461
(156,132,97)
#A69172
(166,145,114)
#B09E83
(176,158,131)
#BAAB94
(186,171,148)
#C4B8A5
(196,184,165)
#CEC5B6
(206,197,182)
#D8D2C7
(216,210,199)
#E2DFD8
(226,223,216)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886A3F color. Also use rgb(136,106,63) instead hex code.

Text Font Color

.myTextColor { color: #886A3F; }

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

This text font color is #886A3F.


Background Color

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

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

This div background color is #886A3F.


Border color

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

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

This div border color is #886A3F.


Opacity

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

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

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

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

This text has shadow with #886A3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886A3F on black background.


Color preview on white background

This text has color #886A3F on white background.



Black color preview on #886A3F background

This text has black color on #886A3F background.


White color preview on #886A3F background

This text has white color on #886A3F background.