COLOR #88735D

HEX: #88735D
RGB: (136,115,93)

Color info

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

RGB color model

#88735D color RGB value is (136,115,93).

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

RGB channels and saturation

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

136
115
93

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

Portions of RGB colors in percentages

R + G + B =
136 + 115 + 93 = 344 (100%)
R 136 of 344 ~ 39.53%
G 115 of 344 ~ 33.43%
B 93 of 344 ~ 27.03%

%39.53
%33.43
%27.03

CMYK color model

#88735D color CMYK value is (0,15,32,47).

  • cyan value is 0.00%
  • magenta value is 15.44%
  • yellow value is 31.62%
  • key color value is 46.67%
CMYK:
(0,15,32,47)
C0M15Y32K47 
(0%,15%,32%,47%)
(0.00/0.15/0.32/0.47)	

CMYK percentages

%0
%15.44
%31.62
%46.67

Codes

Color #88735D in popluar color models

88735D
RGB13611593
HSL31°18.78%44.90%
HSB/HSV31°31.62%53.33%
CMYK0.00%15.44%31.62%
46.67%

Color #88735D in popluar number systems.

HEX88735D
Decimal13611593
Binary1000100011100111011101
Octal210163135

Shades and tints

Shades of #88735D

#88735D
(136,115,93)
#7C6955
(124,105,85)
#705F4D
(112,95,77)
#645545
(100,85,69)
#584B3D
(88,75,61)
#4C4135
(76,65,53)
#40372D
(64,55,45)
#342D25
(52,45,37)
#28231D
(40,35,29)
#1C1915
(28,25,21)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #88735D

#88735D
(136,115,93)
#927F6B
(146,127,107)
#9C8B79
(156,139,121)
#A69787
(166,151,135)
#B0A395
(176,163,149)
#BAAFA3
(186,175,163)
#C4BBB1
(196,187,177)
#CEC7BF
(206,199,191)
#D8D3CD
(216,211,205)
#E2DFDB
(226,223,219)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88735D; }

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

This text font color is #88735D.


Background Color

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

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

This div background color is #88735D.


Border color

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

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

This div border color is #88735D.


Opacity

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

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

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

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

This text has shadow with #88735D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88735D on black background.


Color preview on white background

This text has color #88735D on white background.



Black color preview on #88735D background

This text has black color on #88735D background.


White color preview on #88735D background

This text has white color on #88735D background.