COLOR #886527

HEX: #886527
RGB: (136,101,39)

Color info

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

RGB color model

#886527 color RGB value is (136,101,39).

  • red value is 136;
  • green value is 101;
  • blue value is 39.
RGB:
(136,101,39)
(53%,40%,15%)

RGB channels and saturation

R 136 of 255 = 53%
G 101 of 255 = 40%
B 39 of 255 = 15%

136
101
39

R + G + B ~ 36%. #886527 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 101 + 39 = 276 (100%)
R 136 of 276 ~ 49.28%
G 101 of 276 ~ 36.59%
B 39 of 276 ~ 14.13%

%49.28
%36.59
%14.13

CMYK color model

#886527 color CMYK value is (0,26,71,47).

  • cyan value is 0.00%
  • magenta value is 25.74%
  • yellow value is 71.32%
  • key color value is 46.67%
CMYK:
(0,26,71,47)
C0M26Y71K47 
(0%,26%,71%,47%)
(0.00/0.26/0.71/0.47)	

CMYK percentages

%0
%25.74
%71.32
%46.67

Codes

Color #886527 in popluar color models

886527
RGB13610139
HSL38°55.43%34.31%
HSB/HSV38°71.32%53.33%
CMYK0.00%25.74%71.32%
46.67%

Color #886527 in popluar number systems.

HEX886527
Decimal13610139
Binary100010001100101100111
Octal21014547

Shades and tints

Shades of #886527

#886527
(136,101,39)
#7C5C24
(124,92,36)
#705321
(112,83,33)
#644A1E
(100,74,30)
#58411B
(88,65,27)
#4C3818
(76,56,24)
#402F15
(64,47,21)
#342612
(52,38,18)
#281D0F
(40,29,15)
#1C140C
(28,20,12)
#100B09
(16,11,9)
#000000
(0,0,0)

Tints of #886527

#886527
(136,101,39)
#92733A
(146,115,58)
#9C814D
(156,129,77)
#A68F60
(166,143,96)
#B09D73
(176,157,115)
#BAAB86
(186,171,134)
#C4B999
(196,185,153)
#CEC7AC
(206,199,172)
#D8D5BF
(216,213,191)
#E2E3D2
(226,227,210)
#ECF1E5
(236,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886527 color. Also use rgb(136,101,39) instead hex code.

Text Font Color

.myTextColor { color: #886527; }

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

This text font color is #886527.


Background Color

.myBgColor { background-color: #886527; }

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

This div background color is #886527.


Border color

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

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

This div border color is #886527.


Opacity

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

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

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

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

This text has shadow with #886527 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886527 on black background.


Color preview on white background

This text has color #886527 on white background.



Black color preview on #886527 background

This text has black color on #886527 background.


White color preview on #886527 background

This text has white color on #886527 background.