COLOR #88816E

HEX: #88816E
RGB: (136,129,110)

Color info

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

RGB color model

#88816E color RGB value is (136,129,110).

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

RGB channels and saturation

R 136 of 255 = 53%
G 129 of 255 = 51%
B 110 of 255 = 43%

136
129
110

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

Portions of RGB colors in percentages

R + G + B =
136 + 129 + 110 = 375 (100%)
R 136 of 375 ~ 36.27%
G 129 of 375 ~ 34.4%
B 110 of 375 ~ 29.33%

%36.27
%34.4
%29.33

CMYK color model

#88816E color CMYK value is (0,5,19,47).

  • cyan value is 0.00%
  • magenta value is 5.15%
  • yellow value is 19.12%
  • key color value is 46.67%
CMYK:
(0,5,19,47)
C0M5Y19K47 
(0%,5%,19%,47%)
(0.00/0.05/0.19/0.47)	

CMYK percentages

%0
%5.15
%19.12
%46.67

Codes

Color #88816E in popluar color models

88816E
RGB136129110
HSL44°10.57%48.24%
HSB/HSV44°19.12%53.33%
CMYK0.00%5.15%19.12%
46.67%

Color #88816E in popluar number systems.

HEX88816E
Decimal136129110
Binary10001000100000011101110
Octal210201156

Shades and tints

Shades of #88816E

#88816E
(136,129,110)
#7C7664
(124,118,100)
#706B5A
(112,107,90)
#646050
(100,96,80)
#585546
(88,85,70)
#4C4A3C
(76,74,60)
#403F32
(64,63,50)
#343428
(52,52,40)
#28291E
(40,41,30)
#1C1E14
(28,30,20)
#10130A
(16,19,10)
#000000
(0,0,0)

Tints of #88816E

#88816E
(136,129,110)
#928C7B
(146,140,123)
#9C9788
(156,151,136)
#A6A295
(166,162,149)
#B0ADA2
(176,173,162)
#BAB8AF
(186,184,175)
#C4C3BC
(196,195,188)
#CECEC9
(206,206,201)
#D8D9D6
(216,217,214)
#E2E4E3
(226,228,227)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88816E; }

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

This text font color is #88816E.


Background Color

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

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

This div background color is #88816E.


Border color

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

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

This div border color is #88816E.


Opacity

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

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

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

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

This text has shadow with #88816E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88816E on black background.


Color preview on white background

This text has color #88816E on white background.



Black color preview on #88816E background

This text has black color on #88816E background.


White color preview on #88816E background

This text has white color on #88816E background.