COLOR #88806C

HEX: #88806C RGB: (136,128,108)

Color info

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

RGB color model

#88806C color RGB value is (136,128,108).

RGB: (136,128,108) (53%, 50%, 42%)

RGB channels and saturation

R 136 of 255 = 53%
G 128 of 255 = 50%
B 108 of 255 = 42%

136
128
108

R + G + B ~ 48%. #88806C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 128 + 108 = 372 (100%)
R 136 of 372 ~ 36.56%
G 128 of 372 ~ 34.41%
B 108 of 372 ~ 29.03'%

%36.56
%34.41
%29.03

CMYK color model

#88806C color CMYK value is (0,6,21,47).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 20.59%
  • key color value is 46.67%

CMYK: (0,6,21,47)
C0M6Y21K47 (0%, 6%, 21%, 47%)
(0.00 / 0.06 / 0.21 / 0.47)

CMYK percentages

%0
%5.88
%20.59
%46.67

Codes

Color #88806C in popluar color models

88 80 6C
RGB 136 128 108
HSL 43° 11.48% 47.84%
HSB/HSV 43° 20.59% 53.33%
CMYK 0.00% 5.88% 20.59%
46.67%

Color #88806C in popluar number systems.

HEX 88 80 6C
Decimal 136 128 108
Binary 10001000 10000000 1101100
Octal 210 200 154

Shades and tints

Shades of #88806C

#88806C
(136,128,108)
#7C7563
(124,117,99)
#706A5A
(112,106,90)
#645F51
(100,95,81)
#585448
(88,84,72)
#4C493F
(76,73,63)
#403E36
(64,62,54)
#34332D
(52,51,45)
#282824
(40,40,36)
#1C1D1B
(28,29,27)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #88806C

#88806C
(136,128,108)
#928B79
(146,139,121)
#9C9686
(156,150,134)
#A6A193
(166,161,147)
#B0ACA0
(176,172,160)
#BAB7AD
(186,183,173)
#C4C2BA
(196,194,186)
#CECDC7
(206,205,199)
#D8D8D4
(216,216,212)
#E2E3E1
(226,227,225)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88806C color. Also use rgb(136,128,108) instead hex code.

Text Font Color

.myTextColor { color: #88806C; }

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

This text font color is #88806C.

Background Color

.myBgColor { background-color: #88806C; }

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

This div background color is #88806C.

Border color

.myBorderColor { border: 1px solid #88806C; }

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

This div border color is #88806C.

Opacity

.myOpacity80 { color: #88806C; opacity: 0.8; }

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

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

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

This text has shadow with #88806C color.


.textShadow {text-shadow: 3px 3px 1px #88806C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #88806C; -webkit-box-shadow: 1px 1px 3px 2px #88806C; box-shadow:1px 1px 3px 2px #88806C;">
Div content here
</div>

This div box has shadow with color #88806C.

Preview

Color preview on black background

This text has color #88806C on black background.


Color preview on white background

This text has color #88806C on white background.


Black color preview on #88806C background

This text has black color on #88806C background.


White color preview on #88806C background

This text has white color on #88806C background.


Related colors

Complementary color

Complementary color for #hex is #777F93.


I love getcolorcode.com

Triadic colors

1 #6C8880 and #806C88 with #88806C are triadic colors.

2 #6C8088 and #80886C with #88806C are triadic colors.