COLOR #886135

HEX: #886135
RGB: (136,97,53)

Color info

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

RGB color model

#886135 color RGB value is (136,97,53).

  • red value is 136;
  • green value is 97;
  • blue value is 53.
RGB:
(136,97,53)
(53%,38%,21%)

RGB channels and saturation

R 136 of 255 = 53%
G 97 of 255 = 38%
B 53 of 255 = 21%

136
97
53

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

Portions of RGB colors in percentages

R + G + B =
136 + 97 + 53 = 286 (100%)
R 136 of 286 ~ 47.55%
G 97 of 286 ~ 33.92%
B 53 of 286 ~ 18.53%

%47.55
%33.92
%18.53

CMYK color model

#886135 color CMYK value is (0,29,61,47).

  • cyan value is 0.00%
  • magenta value is 28.68%
  • yellow value is 61.03%
  • key color value is 46.67%
CMYK:
(0,29,61,47)
C0M29Y61K47 
(0%,29%,61%,47%)
(0.00/0.29/0.61/0.47)	

CMYK percentages

%0
%28.68
%61.03
%46.67

Codes

Color #886135 in popluar color models

886135
RGB1369753
HSL32°43.92%37.06%
HSB/HSV32°61.03%53.33%
CMYK0.00%28.68%61.03%
46.67%

Color #886135 in popluar number systems.

HEX886135
Decimal1369753
Binary100010001100001110101
Octal21014165

Shades and tints

Shades of #886135

#886135
(136,97,53)
#7C5931
(124,89,49)
#70512D
(112,81,45)
#644929
(100,73,41)
#584125
(88,65,37)
#4C3921
(76,57,33)
#40311D
(64,49,29)
#342919
(52,41,25)
#282115
(40,33,21)
#1C1911
(28,25,17)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #886135

#886135
(136,97,53)
#926F47
(146,111,71)
#9C7D59
(156,125,89)
#A68B6B
(166,139,107)
#B0997D
(176,153,125)
#BAA78F
(186,167,143)
#C4B5A1
(196,181,161)
#CEC3B3
(206,195,179)
#D8D1C5
(216,209,197)
#E2DFD7
(226,223,215)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886135 color. Also use rgb(136,97,53) instead hex code.

Text Font Color

.myTextColor { color: #886135; }

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

This text font color is #886135.


Background Color

.myBgColor { background-color: #886135; }

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

This div background color is #886135.


Border color

.myBorderColor { border: 1px solid #886135; }

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

This div border color is #886135.


Opacity

.myOpacity80 { color: #886135; opacity: 0.8; }

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

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

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

This text has shadow with #886135 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886135 on black background.


Color preview on white background

This text has color #886135 on white background.



Black color preview on #886135 background

This text has black color on #886135 background.


White color preview on #886135 background

This text has white color on #886135 background.