COLOR #88857D

HEX: #88857D
RGB: (136,133,125)

Color info

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

RGB color model

#88857D color RGB value is (136,133,125).

  • red value is 136;
  • green value is 133;
  • blue value is 125.
RGB:
(136,133,125)
(53%,52%,49%)

RGB channels and saturation

R 136 of 255 = 53%
G 133 of 255 = 52%
B 125 of 255 = 49%

136
133
125

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

Portions of RGB colors in percentages

R + G + B =
136 + 133 + 125 = 394 (100%)
R 136 of 394 ~ 34.52%
G 133 of 394 ~ 33.76%
B 125 of 394 ~ 31.73%

%34.52
%33.76
%31.73

CMYK color model

#88857D color CMYK value is (0,2,8,47).

  • cyan value is 0.00%
  • magenta value is 2.21%
  • yellow value is 8.09%
  • key color value is 46.67%
CMYK:
(0,2,8,47)
C0M2Y8K47 
(0%,2%,8%,47%)
(0.00/0.02/0.08/0.47)	

CMYK percentages

%0
%2.21
%8.09
%46.67

Codes

Color #88857D in popluar color models

88857D
RGB136133125
HSL44°4.42%51.18%
HSB/HSV44°8.09%53.33%
CMYK0.00%2.21%8.09%
46.67%

Color #88857D in popluar number systems.

HEX88857D
Decimal136133125
Binary10001000100001011111101
Octal210205175

Shades and tints

Shades of #88857D

#88857D
(136,133,125)
#7C7972
(124,121,114)
#706D67
(112,109,103)
#64615C
(100,97,92)
#585551
(88,85,81)
#4C4946
(76,73,70)
#403D3B
(64,61,59)
#343130
(52,49,48)
#282525
(40,37,37)
#1C191A
(28,25,26)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #88857D

#88857D
(136,133,125)
#929088
(146,144,136)
#9C9B93
(156,155,147)
#A6A69E
(166,166,158)
#B0B1A9
(176,177,169)
#BABCB4
(186,188,180)
#C4C7BF
(196,199,191)
#CED2CA
(206,210,202)
#D8DDD5
(216,221,213)
#E2E8E0
(226,232,224)
#ECF3EB
(236,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88857D color. Also use rgb(136,133,125) instead hex code.

Text Font Color

.myTextColor { color: #88857D; }

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

This text font color is #88857D.


Background Color

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

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

This div background color is #88857D.


Border color

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

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

This div border color is #88857D.


Opacity

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

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

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

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

This text has shadow with #88857D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88857D on black background.


Color preview on white background

This text has color #88857D on white background.



Black color preview on #88857D background

This text has black color on #88857D background.


White color preview on #88857D background

This text has white color on #88857D background.