COLOR #88735B

HEX: #88735B
RGB: (136,115,91)

Color info

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

RGB color model

#88735B color RGB value is (136,115,91).

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

RGB channels and saturation

R 136 of 255 = 53%
G 115 of 255 = 45%
B 91 of 255 = 36%

136
115
91

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

Portions of RGB colors in percentages

R + G + B =
136 + 115 + 91 = 342 (100%)
R 136 of 342 ~ 39.77%
G 115 of 342 ~ 33.63%
B 91 of 342 ~ 26.61%

%39.77
%33.63
%26.61

CMYK color model

#88735B color CMYK value is (0,15,33,47).

  • cyan value is 0.00%
  • magenta value is 15.44%
  • yellow value is 33.09%
  • key color value is 46.67%
CMYK:
(0,15,33,47)
C0M15Y33K47 
(0%,15%,33%,47%)
(0.00/0.15/0.33/0.47)	

CMYK percentages

%0
%15.44
%33.09
%46.67

Codes

Color #88735B in popluar color models

88735B
RGB13611591
HSL32°19.82%44.51%
HSB/HSV32°33.09%53.33%
CMYK0.00%15.44%33.09%
46.67%

Color #88735B in popluar number systems.

HEX88735B
Decimal13611591
Binary1000100011100111011011
Octal210163133

Shades and tints

Shades of #88735B

#88735B
(136,115,91)
#7C6953
(124,105,83)
#705F4B
(112,95,75)
#645543
(100,85,67)
#584B3B
(88,75,59)
#4C4133
(76,65,51)
#40372B
(64,55,43)
#342D23
(52,45,35)
#28231B
(40,35,27)
#1C1913
(28,25,19)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #88735B

#88735B
(136,115,91)
#927F69
(146,127,105)
#9C8B77
(156,139,119)
#A69785
(166,151,133)
#B0A393
(176,163,147)
#BAAFA1
(186,175,161)
#C4BBAF
(196,187,175)
#CEC7BD
(206,199,189)
#D8D3CB
(216,211,203)
#E2DFD9
(226,223,217)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88735B; }

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

This text font color is #88735B.


Background Color

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

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

This div background color is #88735B.


Border color

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

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

This div border color is #88735B.


Opacity

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

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

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

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

This text has shadow with #88735B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88735B on black background.


Color preview on white background

This text has color #88735B on white background.



Black color preview on #88735B background

This text has black color on #88735B background.


White color preview on #88735B background

This text has white color on #88735B background.