COLOR #88806E

HEX: #88806E
RGB: (136,128,110)

Color info

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

RGB color model

#88806E color RGB value is (136,128,110).

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

RGB channels and saturation

R 136 of 255 = 53%
G 128 of 255 = 50%
B 110 of 255 = 43%

136
128
110

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

Portions of RGB colors in percentages

R + G + B =
136 + 128 + 110 = 374 (100%)
R 136 of 374 ~ 36.36%
G 128 of 374 ~ 34.22%
B 110 of 374 ~ 29.41%

%36.36
%34.22
%29.41

CMYK color model

#88806E color CMYK value is (0,6,19,47).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 19.12%
  • key color value is 46.67%
CMYK:
(0,6,19,47)
C0M6Y19K47 
(0%,6%,19%,47%)
(0.00/0.06/0.19/0.47)	

CMYK percentages

%0
%5.88
%19.12
%46.67

Codes

Color #88806E in popluar color models

88806E
RGB136128110
HSL42°10.57%48.24%
HSB/HSV42°19.12%53.33%
CMYK0.00%5.88%19.12%
46.67%

Color #88806E in popluar number systems.

HEX88806E
Decimal136128110
Binary10001000100000001101110
Octal210200156

Shades and tints

Shades of #88806E

#88806E
(136,128,110)
#7C7564
(124,117,100)
#706A5A
(112,106,90)
#645F50
(100,95,80)
#585446
(88,84,70)
#4C493C
(76,73,60)
#403E32
(64,62,50)
#343328
(52,51,40)
#28281E
(40,40,30)
#1C1D14
(28,29,20)
#10120A
(16,18,10)
#000000
(0,0,0)

Tints of #88806E

#88806E
(136,128,110)
#928B7B
(146,139,123)
#9C9688
(156,150,136)
#A6A195
(166,161,149)
#B0ACA2
(176,172,162)
#BAB7AF
(186,183,175)
#C4C2BC
(196,194,188)
#CECDC9
(206,205,201)
#D8D8D6
(216,216,214)
#E2E3E3
(226,227,227)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88806E; }

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

This text font color is #88806E.


Background Color

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

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

This div background color is #88806E.


Border color

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

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

This div border color is #88806E.


Opacity

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

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

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

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

This text has shadow with #88806E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88806E on black background.


Color preview on white background

This text has color #88806E on white background.



Black color preview on #88806E background

This text has black color on #88806E background.


White color preview on #88806E background

This text has white color on #88806E background.