COLOR #88817D

HEX: #88817D
RGB: (136,129,125)

Color info

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

RGB color model

#88817D color RGB value is (136,129,125).

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

RGB channels and saturation

R 136 of 255 = 53%
G 129 of 255 = 51%
B 125 of 255 = 49%

136
129
125

R + G + B ~ 51%. #88817D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 129 + 125 = 390 (100%)
R 136 of 390 ~ 34.87%
G 129 of 390 ~ 33.08%
B 125 of 390 ~ 32.05%

%34.87
%33.08
%32.05

CMYK color model

#88817D color CMYK value is (0,5,8,47).

  • cyan value is 0.00%
  • magenta value is 5.15%
  • yellow value is 8.09%
  • key color value is 46.67%
CMYK:
(0,5,8,47)
C0M5Y8K47 
(0%,5%,8%,47%)
(0.00/0.05/0.08/0.47)	

CMYK percentages

%0
%5.15
%8.09
%46.67

Codes

Color #88817D in popluar color models

88817D
RGB136129125
HSL22°4.42%51.18%
HSB/HSV22°8.09%53.33%
CMYK0.00%5.15%8.09%
46.67%

Color #88817D in popluar number systems.

HEX88817D
Decimal136129125
Binary10001000100000011111101
Octal210201175

Shades and tints

Shades of #88817D

#88817D
(136,129,125)
#7C7672
(124,118,114)
#706B67
(112,107,103)
#64605C
(100,96,92)
#585551
(88,85,81)
#4C4A46
(76,74,70)
#403F3B
(64,63,59)
#343430
(52,52,48)
#282925
(40,41,37)
#1C1E1A
(28,30,26)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #88817D

#88817D
(136,129,125)
#928C88
(146,140,136)
#9C9793
(156,151,147)
#A6A29E
(166,162,158)
#B0ADA9
(176,173,169)
#BAB8B4
(186,184,180)
#C4C3BF
(196,195,191)
#CECECA
(206,206,202)
#D8D9D5
(216,217,213)
#E2E4E0
(226,228,224)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88817D color. Also use rgb(136,129,125) instead hex code.

Text Font Color

.myTextColor { color: #88817D; }

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

This text font color is #88817D.


Background Color

.myBgColor { background-color: #88817D; }

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

This div background color is #88817D.


Border color

.myBorderColor { border: 1px solid #88817D; }

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

This div border color is #88817D.


Opacity

.myOpacity80 { color: #88817D; opacity: 0.8; }

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

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

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

This text has shadow with #88817D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88817D on black background.


Color preview on white background

This text has color #88817D on white background.



Black color preview on #88817D background

This text has black color on #88817D background.


White color preview on #88817D background

This text has white color on #88817D background.