COLOR #886A2D

HEX: #886A2D
RGB: (136,106,45)

Color info

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

RGB color model

#886A2D color RGB value is (136,106,45).

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

RGB channels and saturation

R 136 of 255 = 53%
G 106 of 255 = 42%
B 45 of 255 = 18%

136
106
45

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

Portions of RGB colors in percentages

R + G + B =
136 + 106 + 45 = 287 (100%)
R 136 of 287 ~ 47.39%
G 106 of 287 ~ 36.93%
B 45 of 287 ~ 15.68%

%47.39
%36.93
%15.68

CMYK color model

#886A2D color CMYK value is (0,22,67,47).

  • cyan value is 0.00%
  • magenta value is 22.06%
  • yellow value is 66.91%
  • key color value is 46.67%
CMYK:
(0,22,67,47)
C0M22Y67K47 
(0%,22%,67%,47%)
(0.00/0.22/0.67/0.47)	

CMYK percentages

%0
%22.06
%66.91
%46.67

Codes

Color #886A2D in popluar color models

886A2D
RGB13610645
HSL40°50.28%35.49%
HSB/HSV40°66.91%53.33%
CMYK0.00%22.06%66.91%
46.67%

Color #886A2D in popluar number systems.

HEX886A2D
Decimal13610645
Binary100010001101010101101
Octal21015255

Shades and tints

Shades of #886A2D

#886A2D
(136,106,45)
#7C6129
(124,97,41)
#705825
(112,88,37)
#644F21
(100,79,33)
#58461D
(88,70,29)
#4C3D19
(76,61,25)
#403415
(64,52,21)
#342B11
(52,43,17)
#28220D
(40,34,13)
#1C1909
(28,25,9)
#101005
(16,16,5)
#000000
(0,0,0)

Tints of #886A2D

#886A2D
(136,106,45)
#927740
(146,119,64)
#9C8453
(156,132,83)
#A69166
(166,145,102)
#B09E79
(176,158,121)
#BAAB8C
(186,171,140)
#C4B89F
(196,184,159)
#CEC5B2
(206,197,178)
#D8D2C5
(216,210,197)
#E2DFD8
(226,223,216)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886A2D; }

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

This text font color is #886A2D.


Background Color

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

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

This div background color is #886A2D.


Border color

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

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

This div border color is #886A2D.


Opacity

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

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

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

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

This text has shadow with #886A2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886A2D on black background.


Color preview on white background

This text has color #886A2D on white background.



Black color preview on #886A2D background

This text has black color on #886A2D background.


White color preview on #886A2D background

This text has white color on #886A2D background.