COLOR #88875A

HEX: #88875A
RGB: (136,135,90)

Color info

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

RGB color model

#88875A color RGB value is (136,135,90).

  • red value is 136;
  • green value is 135;
  • blue value is 90.
RGB:
(136,135,90)
(53%,53%,35%)

RGB channels and saturation

R 136 of 255 = 53%
G 135 of 255 = 53%
B 90 of 255 = 35%

136
135
90

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

Portions of RGB colors in percentages

R + G + B =
136 + 135 + 90 = 361 (100%)
R 136 of 361 ~ 37.67%
G 135 of 361 ~ 37.4%
B 90 of 361 ~ 24.93%

%37.67
%37.4
%24.93

CMYK color model

#88875A color CMYK value is (0,1,34,47).

  • cyan value is 0.00%
  • magenta value is 0.74%
  • yellow value is 33.82%
  • key color value is 46.67%
CMYK:
(0,1,34,47)
C0M1Y34K47 
(0%,1%,34%,47%)
(0.00/0.01/0.34/0.47)	

CMYK percentages

%0
%0.74
%33.82
%46.67

Codes

Color #88875A in popluar color models

88875A
RGB13613590
HSL59°20.35%44.31%
HSB/HSV59°33.82%53.33%
CMYK0.00%0.74%33.82%
46.67%

Color #88875A in popluar number systems.

HEX88875A
Decimal13613590
Binary10001000100001111011010
Octal210207132

Shades and tints

Shades of #88875A

#88875A
(136,135,90)
#7C7B52
(124,123,82)
#706F4A
(112,111,74)
#646342
(100,99,66)
#58573A
(88,87,58)
#4C4B32
(76,75,50)
#403F2A
(64,63,42)
#343322
(52,51,34)
#28271A
(40,39,26)
#1C1B12
(28,27,18)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #88875A

#88875A
(136,135,90)
#929169
(146,145,105)
#9C9B78
(156,155,120)
#A6A587
(166,165,135)
#B0AF96
(176,175,150)
#BAB9A5
(186,185,165)
#C4C3B4
(196,195,180)
#CECDC3
(206,205,195)
#D8D7D2
(216,215,210)
#E2E1E1
(226,225,225)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88875A color. Also use rgb(136,135,90) instead hex code.

Text Font Color

.myTextColor { color: #88875A; }

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

This text font color is #88875A.


Background Color

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

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

This div background color is #88875A.


Border color

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

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

This div border color is #88875A.


Opacity

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

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

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

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

This text has shadow with #88875A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88875A on black background.


Color preview on white background

This text has color #88875A on white background.



Black color preview on #88875A background

This text has black color on #88875A background.


White color preview on #88875A background

This text has white color on #88875A background.