COLOR #886554

HEX: #886554
RGB: (136,101,84)

Color info

#886554 contains red, green and blue colors in about the same proportion. Web safe color of #886554 is #996666 (or #966).

RGB color model

#886554 color RGB value is (136,101,84).

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

RGB channels and saturation

R 136 of 255 = 53%
G 101 of 255 = 40%
B 84 of 255 = 33%

136
101
84

R + G + B ~ 42%. #886554 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 101 + 84 = 321 (100%)
R 136 of 321 ~ 42.37%
G 101 of 321 ~ 31.46%
B 84 of 321 ~ 26.17%

%42.37
%31.46
%26.17

CMYK color model

#886554 color CMYK value is (0,26,38,47).

  • cyan value is 0.00%
  • magenta value is 25.74%
  • yellow value is 38.24%
  • key color value is 46.67%
CMYK:
(0,26,38,47)
C0M26Y38K47 
(0%,26%,38%,47%)
(0.00/0.26/0.38/0.47)	

CMYK percentages

%0
%25.74
%38.24
%46.67

Codes

Color #886554 in popluar color models

886554
RGB13610184
HSL20°23.64%43.14%
HSB/HSV20°38.24%53.33%
CMYK0.00%25.74%38.24%
46.67%

Color #886554 in popluar number systems.

HEX886554
Decimal13610184
Binary1000100011001011010100
Octal210145124

Shades and tints

Shades of #886554

#886554
(136,101,84)
#7C5C4D
(124,92,77)
#705346
(112,83,70)
#644A3F
(100,74,63)
#584138
(88,65,56)
#4C3831
(76,56,49)
#402F2A
(64,47,42)
#342623
(52,38,35)
#281D1C
(40,29,28)
#1C1415
(28,20,21)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #886554

#886554
(136,101,84)
#927363
(146,115,99)
#9C8172
(156,129,114)
#A68F81
(166,143,129)
#B09D90
(176,157,144)
#BAAB9F
(186,171,159)
#C4B9AE
(196,185,174)
#CEC7BD
(206,199,189)
#D8D5CC
(216,213,204)
#E2E3DB
(226,227,219)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886554; }

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

This text font color is #886554.


Background Color

.myBgColor { background-color: #886554; }

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

This div background color is #886554.


Border color

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

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

This div border color is #886554.


Opacity

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

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

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

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

This text has shadow with #886554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886554 on black background.


Color preview on white background

This text has color #886554 on white background.



Black color preview on #886554 background

This text has black color on #886554 background.


White color preview on #886554 background

This text has white color on #886554 background.