COLOR #88835C

HEX: #88835C
RGB: (136,131,92)

Color info

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

RGB color model

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

  • red value is 136;
  • green value is 131;
  • blue value is 92.
RGB:
(136,131,92)
(53%,51%,36%)

RGB channels and saturation

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

136
131
92

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

Portions of RGB colors in percentages

R + G + B =
136 + 131 + 92 = 359 (100%)
R 136 of 359 ~ 37.88%
G 131 of 359 ~ 36.49%
B 92 of 359 ~ 25.63%

%37.88
%36.49
%25.63

CMYK color model

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

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

CMYK percentages

%0
%3.68
%32.35
%46.67

Codes

Color #88835C in popluar color models

88835C
RGB13613192
HSL53°19.30%44.71%
HSB/HSV53°32.35%53.33%
CMYK0.00%3.68%32.35%
46.67%

Color #88835C in popluar number systems.

HEX88835C
Decimal13613192
Binary10001000100000111011100
Octal210203134

Shades and tints

Shades of #88835C

#88835C
(136,131,92)
#7C7854
(124,120,84)
#706D4C
(112,109,76)
#646244
(100,98,68)
#58573C
(88,87,60)
#4C4C34
(76,76,52)
#40412C
(64,65,44)
#343624
(52,54,36)
#282B1C
(40,43,28)
#1C2014
(28,32,20)
#10150C
(16,21,12)
#000000
(0,0,0)

Tints of #88835C

#88835C
(136,131,92)
#928E6A
(146,142,106)
#9C9978
(156,153,120)
#A6A486
(166,164,134)
#B0AF94
(176,175,148)
#BABAA2
(186,186,162)
#C4C5B0
(196,197,176)
#CED0BE
(206,208,190)
#D8DBCC
(216,219,204)
#E2E6DA
(226,230,218)
#ECF1E8
(236,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88835C; }

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

This text font color is #88835C.


Background Color

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

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

This div background color is #88835C.


Border color

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

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

This div border color is #88835C.


Opacity

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

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

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

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

This text has shadow with #88835C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88835C on black background.


Color preview on white background

This text has color #88835C on white background.



Black color preview on #88835C background

This text has black color on #88835C background.


White color preview on #88835C background

This text has white color on #88835C background.