COLOR #88836C

HEX: #88836C
RGB: (136,131,108)

Color info

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

RGB color model

#88836C color RGB value is (136,131,108).

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

RGB channels and saturation

R 136 of 255 = 53%
G 131 of 255 = 51%
B 108 of 255 = 42%

136
131
108

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

Portions of RGB colors in percentages

R + G + B =
136 + 131 + 108 = 375 (100%)
R 136 of 375 ~ 36.27%
G 131 of 375 ~ 34.93%
B 108 of 375 ~ 28.8%

%36.27
%34.93
%28.8

CMYK color model

#88836C color CMYK value is (0,4,21,47).

  • cyan value is 0.00%
  • magenta value is 3.68%
  • yellow value is 20.59%
  • key color value is 46.67%
CMYK:
(0,4,21,47)
C0M4Y21K47 
(0%,4%,21%,47%)
(0.00/0.04/0.21/0.47)	

CMYK percentages

%0
%3.68
%20.59
%46.67

Codes

Color #88836C in popluar color models

88836C
RGB136131108
HSL49°11.48%47.84%
HSB/HSV49°20.59%53.33%
CMYK0.00%3.68%20.59%
46.67%

Color #88836C in popluar number systems.

HEX88836C
Decimal136131108
Binary10001000100000111101100
Octal210203154

Shades and tints

Shades of #88836C

#88836C
(136,131,108)
#7C7863
(124,120,99)
#706D5A
(112,109,90)
#646251
(100,98,81)
#585748
(88,87,72)
#4C4C3F
(76,76,63)
#404136
(64,65,54)
#34362D
(52,54,45)
#282B24
(40,43,36)
#1C201B
(28,32,27)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #88836C

#88836C
(136,131,108)
#928E79
(146,142,121)
#9C9986
(156,153,134)
#A6A493
(166,164,147)
#B0AFA0
(176,175,160)
#BABAAD
(186,186,173)
#C4C5BA
(196,197,186)
#CED0C7
(206,208,199)
#D8DBD4
(216,219,212)
#E2E6E1
(226,230,225)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88836C; }

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

This text font color is #88836C.


Background Color

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

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

This div background color is #88836C.


Border color

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

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

This div border color is #88836C.


Opacity

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

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

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

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

This text has shadow with #88836C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88836C on black background.


Color preview on white background

This text has color #88836C on white background.



Black color preview on #88836C background

This text has black color on #88836C background.


White color preview on #88836C background

This text has white color on #88836C background.