COLOR #886E25

HEX: #886E25
RGB: (136,110,37)

Color info

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

RGB color model

#886E25 color RGB value is (136,110,37).

  • red value is 136;
  • green value is 110;
  • blue value is 37.
RGB:
(136,110,37)
(53%,43%,15%)

RGB channels and saturation

R 136 of 255 = 53%
G 110 of 255 = 43%
B 37 of 255 = 15%

136
110
37

R + G + B ~ 37%. #886E25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 110 + 37 = 283 (100%)
R 136 of 283 ~ 48.06%
G 110 of 283 ~ 38.87%
B 37 of 283 ~ 13.07%

%48.06
%38.87
%13.07

CMYK color model

#886E25 color CMYK value is (0,19,73,47).

  • cyan value is 0.00%
  • magenta value is 19.12%
  • yellow value is 72.79%
  • key color value is 46.67%
CMYK:
(0,19,73,47)
C0M19Y73K47 
(0%,19%,73%,47%)
(0.00/0.19/0.73/0.47)	

CMYK percentages

%0
%19.12
%72.79
%46.67

Codes

Color #886E25 in popluar color models

886E25
RGB13611037
HSL44°57.23%33.92%
HSB/HSV44°72.79%53.33%
CMYK0.00%19.12%72.79%
46.67%

Color #886E25 in popluar number systems.

HEX886E25
Decimal13611037
Binary100010001101110100101
Octal21015645

Shades and tints

Shades of #886E25

#886E25
(136,110,37)
#7C6422
(124,100,34)
#705A1F
(112,90,31)
#64501C
(100,80,28)
#584619
(88,70,25)
#4C3C16
(76,60,22)
#403213
(64,50,19)
#342810
(52,40,16)
#281E0D
(40,30,13)
#1C140A
(28,20,10)
#100A07
(16,10,7)
#000000
(0,0,0)

Tints of #886E25

#886E25
(136,110,37)
#927B38
(146,123,56)
#9C884B
(156,136,75)
#A6955E
(166,149,94)
#B0A271
(176,162,113)
#BAAF84
(186,175,132)
#C4BC97
(196,188,151)
#CEC9AA
(206,201,170)
#D8D6BD
(216,214,189)
#E2E3D0
(226,227,208)
#ECF0E3
(236,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886E25; }

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

This text font color is #886E25.


Background Color

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

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

This div background color is #886E25.


Border color

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

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

This div border color is #886E25.


Opacity

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

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

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

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

This text has shadow with #886E25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886E25 on black background.


Color preview on white background

This text has color #886E25 on white background.



Black color preview on #886E25 background

This text has black color on #886E25 background.


White color preview on #886E25 background

This text has white color on #886E25 background.