COLOR #88685B

HEX: #88685B RGB: (136,104,91)

Color info

#88685B contains red, green and blue colors in about the same proportion. Web safe color of #88685B is #996666 (or #966).

RGB color model

#88685B color RGB value is (136,104,91).

RGB: (136,104,91) (53%, 41%, 36%)

RGB channels and saturation

R 136 of 255 = 53%
G 104 of 255 = 41%
B 91 of 255 = 36%

136
104
91

R + G + B ~ 43%. #88685B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 104 + 91 = 331 (100%)
R 136 of 331 ~ 41.09%
G 104 of 331 ~ 31.42%
B 91 of 331 ~ 27.49'%

%41.09
%31.42
%27.49

CMYK color model

#88685B color CMYK value is (0,24,33,47).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 33.09%
  • key color value is 46.67%

CMYK: (0,24,33,47)
C0M24Y33K47 (0%, 24%, 33%, 47%)
(0.00 / 0.24 / 0.33 / 0.47)

CMYK percentages

%0
%23.53
%33.09
%46.67

Codes

Color #88685B in popluar color models

88 68 5B
RGB 136 104 91
HSL 17° 19.82% 44.51%
HSB/HSV 17° 33.09% 53.33%
CMYK 0.00% 23.53% 33.09%
46.67%

Color #88685B in popluar number systems.

HEX 88 68 5B
Decimal 136 104 91
Binary 10001000 1101000 1011011
Octal 210 150 133

Shades and tints

Shades of #88685B

#88685B
(136,104,91)
#7C5F53
(124,95,83)
#70564B
(112,86,75)
#644D43
(100,77,67)
#58443B
(88,68,59)
#4C3B33
(76,59,51)
#40322B
(64,50,43)
#342923
(52,41,35)
#28201B
(40,32,27)
#1C1713
(28,23,19)
#100E0B
(16,14,11)
#000000
(0,0,0)

Tints of #88685B

#88685B
(136,104,91)
#927569
(146,117,105)
#9C8277
(156,130,119)
#A68F85
(166,143,133)
#B09C93
(176,156,147)
#BAA9A1
(186,169,161)
#C4B6AF
(196,182,175)
#CEC3BD
(206,195,189)
#D8D0CB
(216,208,203)
#E2DDD9
(226,221,217)
#ECEAE7
(236,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88685B color. Also use rgb(136,104,91) instead hex code.

Text Font Color

.myTextColor { color: #88685B; }

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

This text font color is #88685B.

Background Color

.myBgColor { background-color: #88685B; }

<div style="background-color:#88685B">Inner text</div>

This div background color is #88685B.

Border color

.myBorderColor { border: 1px solid #88685B; }

<div style="border:3px solid #88685B">Div</div>

This div border color is #88685B.

Opacity

.myOpacity80 { color: #88685B; opacity: 0.8; }

<p style="color:#88685B;opacity:0.8;">80%</p>

Text with #88685B 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 #88685B;}

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

This text has shadow with #88685B color.


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

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

This text has shadow with #88685B primary color and red secondary color.


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

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

This text has shadow with #88685B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #88685B.

Preview

Color preview on black background

This text has color #88685B on black background.


Color preview on white background

This text has color #88685B on white background.


Black color preview on #88685B background

This text has black color on #88685B background.


White color preview on #88685B background

This text has white color on #88685B background.


Related colors

Complementary color

Complementary color for #hex is #7797A4.


I love getcolorcode.com

Triadic colors

1 #5B8868 and #685B88 with #88685B are triadic colors.

2 #5B6888 and #68885B with #88685B are triadic colors.