COLOR #88814E

HEX: #88814E
RGB: (136,129,78)

Color info

#88814E contains red, green and blue colors in about the same proportion. Web safe color of #88814E is #999966 (or #996).

RGB color model

#88814E color RGB value is (136,129,78).

  • red value is 136;
  • green value is 129;
  • blue value is 78.
RGB:
(136,129,78)
(53%,51%,31%)

RGB channels and saturation

R 136 of 255 = 53%
G 129 of 255 = 51%
B 78 of 255 = 31%

136
129
78

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

Portions of RGB colors in percentages

R + G + B =
136 + 129 + 78 = 343 (100%)
R 136 of 343 ~ 39.65%
G 129 of 343 ~ 37.61%
B 78 of 343 ~ 22.74%

%39.65
%37.61
%22.74

CMYK color model

#88814E color CMYK value is (0,5,43,47).

  • cyan value is 0.00%
  • magenta value is 5.15%
  • yellow value is 42.65%
  • key color value is 46.67%
CMYK:
(0,5,43,47)
C0M5Y43K47 
(0%,5%,43%,47%)
(0.00/0.05/0.43/0.47)	

CMYK percentages

%0
%5.15
%42.65
%46.67

Codes

Color #88814E in popluar color models

88814E
RGB13612978
HSL53°27.10%41.96%
HSB/HSV53°42.65%53.33%
CMYK0.00%5.15%42.65%
46.67%

Color #88814E in popluar number systems.

HEX88814E
Decimal13612978
Binary10001000100000011001110
Octal210201116

Shades and tints

Shades of #88814E

#88814E
(136,129,78)
#7C7647
(124,118,71)
#706B40
(112,107,64)
#646039
(100,96,57)
#585532
(88,85,50)
#4C4A2B
(76,74,43)
#403F24
(64,63,36)
#34341D
(52,52,29)
#282916
(40,41,22)
#1C1E0F
(28,30,15)
#101308
(16,19,8)
#000000
(0,0,0)

Tints of #88814E

#88814E
(136,129,78)
#928C5E
(146,140,94)
#9C976E
(156,151,110)
#A6A27E
(166,162,126)
#B0AD8E
(176,173,142)
#BAB89E
(186,184,158)
#C4C3AE
(196,195,174)
#CECEBE
(206,206,190)
#D8D9CE
(216,217,206)
#E2E4DE
(226,228,222)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88814E color. Also use rgb(136,129,78) instead hex code.

Text Font Color

.myTextColor { color: #88814E; }

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

This text font color is #88814E.


Background Color

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

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

This div background color is #88814E.


Border color

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

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

This div border color is #88814E.


Opacity

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

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

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

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

This text has shadow with #88814E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88814E on black background.


Color preview on white background

This text has color #88814E on white background.



Black color preview on #88814E background

This text has black color on #88814E background.


White color preview on #88814E background

This text has white color on #88814E background.