COLOR #88725F

HEX: #88725F
RGB: (136,114,95)

Color info

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

RGB color model

#88725F color RGB value is (136,114,95).

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

RGB channels and saturation

R 136 of 255 = 53%
G 114 of 255 = 45%
B 95 of 255 = 37%

136
114
95

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

Portions of RGB colors in percentages

R + G + B =
136 + 114 + 95 = 345 (100%)
R 136 of 345 ~ 39.42%
G 114 of 345 ~ 33.04%
B 95 of 345 ~ 27.54%

%39.42
%33.04
%27.54

CMYK color model

#88725F color CMYK value is (0,16,30,47).

  • cyan value is 0.00%
  • magenta value is 16.18%
  • yellow value is 30.15%
  • key color value is 46.67%
CMYK:
(0,16,30,47)
C0M16Y30K47 
(0%,16%,30%,47%)
(0.00/0.16/0.30/0.47)	

CMYK percentages

%0
%16.18
%30.15
%46.67

Codes

Color #88725F in popluar color models

88725F
RGB13611495
HSL28°17.75%45.29%
HSB/HSV28°30.15%53.33%
CMYK0.00%16.18%30.15%
46.67%

Color #88725F in popluar number systems.

HEX88725F
Decimal13611495
Binary1000100011100101011111
Octal210162137

Shades and tints

Shades of #88725F

#88725F
(136,114,95)
#7C6857
(124,104,87)
#705E4F
(112,94,79)
#645447
(100,84,71)
#584A3F
(88,74,63)
#4C4037
(76,64,55)
#40362F
(64,54,47)
#342C27
(52,44,39)
#28221F
(40,34,31)
#1C1817
(28,24,23)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #88725F

#88725F
(136,114,95)
#927E6D
(146,126,109)
#9C8A7B
(156,138,123)
#A69689
(166,150,137)
#B0A297
(176,162,151)
#BAAEA5
(186,174,165)
#C4BAB3
(196,186,179)
#CEC6C1
(206,198,193)
#D8D2CF
(216,210,207)
#E2DEDD
(226,222,221)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88725F; }

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

This text font color is #88725F.


Background Color

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

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

This div background color is #88725F.


Border color

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

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

This div border color is #88725F.


Opacity

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

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

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

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

This text has shadow with #88725F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88725F on black background.


Color preview on white background

This text has color #88725F on white background.



Black color preview on #88725F background

This text has black color on #88725F background.


White color preview on #88725F background

This text has white color on #88725F background.