COLOR #88885C

HEX: #88885C RGB: (136,136,92)

Color info

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

RGB color model

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

RGB: (136,136,92) (53%, 53%, 36%)

RGB channels and saturation

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

136
136
92

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

Portions of RGB colors in percentages

R + G + B = 136 + 136 + 92 = 364 (100%)
R 136 of 364 ~ 37.36%
G 136 of 364 ~ 37.36%
B 92 of 364 ~ 25.27'%

%37.36
%37.36
%25.27

CMYK color model

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

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

CMYK percentages

%0
%0
%32.35
%46.67

Codes

Color #88885C in popluar color models

88 88 5C
RGB 136 136 92
HSL 60° 19.30% 44.71%
HSB/HSV 60° 32.35% 53.33%
CMYK 0.00% 0.00% 32.35%
46.67%

Color #88885C in popluar number systems.

HEX 88 88 5C
Decimal 136 136 92
Binary 10001000 10001000 1011100
Octal 210 210 134

Shades and tints

Shades of #88885C

#88885C
(136,136,92)
#7C7C54
(124,124,84)
#70704C
(112,112,76)
#646444
(100,100,68)
#58583C
(88,88,60)
#4C4C34
(76,76,52)
#40402C
(64,64,44)
#343424
(52,52,36)
#28281C
(40,40,28)
#1C1C14
(28,28,20)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #88885C

#88885C
(136,136,92)
#92926A
(146,146,106)
#9C9C78
(156,156,120)
#A6A686
(166,166,134)
#B0B094
(176,176,148)
#BABAA2
(186,186,162)
#C4C4B0
(196,196,176)
#CECEBE
(206,206,190)
#D8D8CC
(216,216,204)
#E2E2DA
(226,226,218)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88885C; }

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

This text font color is #88885C.

Background Color

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

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

This div background color is #88885C.

Border color

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

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

This div border color is #88885C.

Opacity

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

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

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

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

This text has shadow with #88885C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88885C.

Preview

Color preview on black background

This text has color #88885C on black background.


Color preview on white background

This text has color #88885C on white background.


Black color preview on #88885C background

This text has black color on #88885C background.


White color preview on #88885C background

This text has white color on #88885C background.


Related colors

Complementary color

Complementary color for #hex is #7777A3.


I love getcolorcode.com