COLOR #88725C

HEX: #88725C
RGB: (136,114,92)

Color info

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

RGB color model

#88725C color RGB value is (136,114,92).

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

RGB channels and saturation

R 136 of 255 = 53%
G 114 of 255 = 45%
B 92 of 255 = 36%

136
114
92

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

Portions of RGB colors in percentages

R + G + B =
136 + 114 + 92 = 342 (100%)
R 136 of 342 ~ 39.77%
G 114 of 342 ~ 33.33%
B 92 of 342 ~ 26.9%

%39.77
%33.33
%26.9

CMYK color model

#88725C color CMYK value is (0,16,32,47).

  • cyan value is 0.00%
  • magenta value is 16.18%
  • yellow value is 32.35%
  • key color value is 46.67%
CMYK:
(0,16,32,47)
C0M16Y32K47 
(0%,16%,32%,47%)
(0.00/0.16/0.32/0.47)	

CMYK percentages

%0
%16.18
%32.35
%46.67

Codes

Color #88725C in popluar color models

88725C
RGB13611492
HSL30°19.30%44.71%
HSB/HSV30°32.35%53.33%
CMYK0.00%16.18%32.35%
46.67%

Color #88725C in popluar number systems.

HEX88725C
Decimal13611492
Binary1000100011100101011100
Octal210162134

Shades and tints

Shades of #88725C

#88725C
(136,114,92)
#7C6854
(124,104,84)
#705E4C
(112,94,76)
#645444
(100,84,68)
#584A3C
(88,74,60)
#4C4034
(76,64,52)
#40362C
(64,54,44)
#342C24
(52,44,36)
#28221C
(40,34,28)
#1C1814
(28,24,20)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #88725C

#88725C
(136,114,92)
#927E6A
(146,126,106)
#9C8A78
(156,138,120)
#A69686
(166,150,134)
#B0A294
(176,162,148)
#BAAEA2
(186,174,162)
#C4BAB0
(196,186,176)
#CEC6BE
(206,198,190)
#D8D2CC
(216,210,204)
#E2DEDA
(226,222,218)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88725C color. Also use rgb(136,114,92) instead hex code.

Text Font Color

.myTextColor { color: #88725C; }

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

This text font color is #88725C.


Background Color

.myBgColor { background-color: #88725C; }

<div style="background-color:#88725C">Inner text</div>

This div background color is #88725C.


Border color

.myBorderColor { border: 1px solid #88725C; }

<div style="border:3px solid #88725C">Div</div>

This div border color is #88725C.


Opacity

.myOpacity80 { color: #88725C; opacity: 0.8; }

<p style="color:#88725C;opacity:0.8;">80%</p>

Text with #88725C 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 #88725C;}

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

This text has shadow with #88725C color.

.textShadow {text-shadow: 3px 3px 1px #88725C, 3px 3px 1px red;}

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

This text has shadow with #88725C primary color and red secondary color.


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

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

This text has shadow with #88725C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88725C on black background.


Color preview on white background

This text has color #88725C on white background.



Black color preview on #88725C background

This text has black color on #88725C background.


White color preview on #88725C background

This text has white color on #88725C background.