COLOR #88815B

HEX: #88815B
RGB: (136,129,91)

Color info

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

RGB color model

#88815B color RGB value is (136,129,91).

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

RGB channels and saturation

R 136 of 255 = 53%
G 129 of 255 = 51%
B 91 of 255 = 36%

136
129
91

R + G + B ~ 47%. #88815B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 129 + 91 = 356 (100%)
R 136 of 356 ~ 38.2%
G 129 of 356 ~ 36.24%
B 91 of 356 ~ 25.56%

%38.2
%36.24
%25.56

CMYK color model

#88815B color CMYK value is (0,5,33,47).

  • cyan value is 0.00%
  • magenta value is 5.15%
  • yellow value is 33.09%
  • key color value is 46.67%
CMYK:
(0,5,33,47)
C0M5Y33K47 
(0%,5%,33%,47%)
(0.00/0.05/0.33/0.47)	

CMYK percentages

%0
%5.15
%33.09
%46.67

Codes

Color #88815B in popluar color models

88815B
RGB13612991
HSL51°19.82%44.51%
HSB/HSV51°33.09%53.33%
CMYK0.00%5.15%33.09%
46.67%

Color #88815B in popluar number systems.

HEX88815B
Decimal13612991
Binary10001000100000011011011
Octal210201133

Shades and tints

Shades of #88815B

#88815B
(136,129,91)
#7C7653
(124,118,83)
#706B4B
(112,107,75)
#646043
(100,96,67)
#58553B
(88,85,59)
#4C4A33
(76,74,51)
#403F2B
(64,63,43)
#343423
(52,52,35)
#28291B
(40,41,27)
#1C1E13
(28,30,19)
#10130B
(16,19,11)
#000000
(0,0,0)

Tints of #88815B

#88815B
(136,129,91)
#928C69
(146,140,105)
#9C9777
(156,151,119)
#A6A285
(166,162,133)
#B0AD93
(176,173,147)
#BAB8A1
(186,184,161)
#C4C3AF
(196,195,175)
#CECEBD
(206,206,189)
#D8D9CB
(216,217,203)
#E2E4D9
(226,228,217)
#ECEFE7
(236,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88815B color. Also use rgb(136,129,91) instead hex code.

Text Font Color

.myTextColor { color: #88815B; }

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

This text font color is #88815B.


Background Color

.myBgColor { background-color: #88815B; }

<div style="background-color:#88815B">Inner text</div>

This div background color is #88815B.


Border color

.myBorderColor { border: 1px solid #88815B; }

<div style="border:3px solid #88815B">Div</div>

This div border color is #88815B.


Opacity

.myOpacity80 { color: #88815B; opacity: 0.8; }

<p style="color:#88815B;opacity:0.8;">80%</p>

Text with #88815B 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 #88815B;}

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

This text has shadow with #88815B color.

.textShadow {text-shadow: 3px 3px 1px #88815B, 3px 3px 1px red;}

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

This text has shadow with #88815B primary color and red secondary color.


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

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

This text has shadow with #88815B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88815B on black background.


Color preview on white background

This text has color #88815B on white background.



Black color preview on #88815B background

This text has black color on #88815B background.


White color preview on #88815B background

This text has white color on #88815B background.