COLOR #88857A

HEX: #88857A
RGB: (136,133,122)

Color info

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

RGB color model

#88857A color RGB value is (136,133,122).

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

RGB channels and saturation

R 136 of 255 = 53%
G 133 of 255 = 52%
B 122 of 255 = 48%

136
133
122

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

Portions of RGB colors in percentages

R + G + B =
136 + 133 + 122 = 391 (100%)
R 136 of 391 ~ 34.78%
G 133 of 391 ~ 34.02%
B 122 of 391 ~ 31.2%

%34.78
%34.02
%31.2

CMYK color model

#88857A color CMYK value is (0,2,10,47).

  • cyan value is 0.00%
  • magenta value is 2.21%
  • yellow value is 10.29%
  • key color value is 46.67%
CMYK:
(0,2,10,47)
C0M2Y10K47 
(0%,2%,10%,47%)
(0.00/0.02/0.10/0.47)	

CMYK percentages

%0
%2.21
%10.29
%46.67

Codes

Color #88857A in popluar color models

88857A
RGB136133122
HSL47°5.56%50.59%
HSB/HSV47°10.29%53.33%
CMYK0.00%2.21%10.29%
46.67%

Color #88857A in popluar number systems.

HEX88857A
Decimal136133122
Binary10001000100001011111010
Octal210205172

Shades and tints

Shades of #88857A

#88857A
(136,133,122)
#7C796F
(124,121,111)
#706D64
(112,109,100)
#646159
(100,97,89)
#58554E
(88,85,78)
#4C4943
(76,73,67)
#403D38
(64,61,56)
#34312D
(52,49,45)
#282522
(40,37,34)
#1C1917
(28,25,23)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #88857A

#88857A
(136,133,122)
#929086
(146,144,134)
#9C9B92
(156,155,146)
#A6A69E
(166,166,158)
#B0B1AA
(176,177,170)
#BABCB6
(186,188,182)
#C4C7C2
(196,199,194)
#CED2CE
(206,210,206)
#D8DDDA
(216,221,218)
#E2E8E6
(226,232,230)
#ECF3F2
(236,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88857A; }

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

This text font color is #88857A.


Background Color

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

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

This div background color is #88857A.


Border color

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

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

This div border color is #88857A.


Opacity

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

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

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

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

This text has shadow with #88857A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88857A on black background.


Color preview on white background

This text has color #88857A on white background.



Black color preview on #88857A background

This text has black color on #88857A background.


White color preview on #88857A background

This text has white color on #88857A background.