COLOR #88646C

HEX: #88646C
RGB: (136,100,108)

Color info

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

RGB color model

#88646C color RGB value is (136,100,108).

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

RGB channels and saturation

R 136 of 255 = 53%
G 100 of 255 = 39%
B 108 of 255 = 42%

136
100
108

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

Portions of RGB colors in percentages

R + G + B =
136 + 100 + 108 = 344 (100%)
R 136 of 344 ~ 39.53%
G 100 of 344 ~ 29.07%
B 108 of 344 ~ 31.4%

%39.53
%29.07
%31.4

CMYK color model

#88646C color CMYK value is (0,26,21,47).

  • cyan value is 0.00%
  • magenta value is 26.47%
  • yellow value is 20.59%
  • key color value is 46.67%
CMYK:
(0,26,21,47)
C0M26Y21K47 
(0%,26%,21%,47%)
(0.00/0.26/0.21/0.47)	

CMYK percentages

%0
%26.47
%20.59
%46.67

Codes

Color #88646C in popluar color models

88646C
RGB136100108
HSL347°15.25%46.27%
HSB/HSV347°26.47%53.33%
CMYK0.00%26.47%20.59%
46.67%

Color #88646C in popluar number systems.

HEX88646C
Decimal136100108
Binary1000100011001001101100
Octal210144154

Shades and tints

Shades of #88646C

#88646C
(136,100,108)
#7C5B63
(124,91,99)
#70525A
(112,82,90)
#644951
(100,73,81)
#584048
(88,64,72)
#4C373F
(76,55,63)
#402E36
(64,46,54)
#34252D
(52,37,45)
#281C24
(40,28,36)
#1C131B
(28,19,27)
#100A12
(16,10,18)
#000000
(0,0,0)

Tints of #88646C

#88646C
(136,100,108)
#927279
(146,114,121)
#9C8086
(156,128,134)
#A68E93
(166,142,147)
#B09CA0
(176,156,160)
#BAAAAD
(186,170,173)
#C4B8BA
(196,184,186)
#CEC6C7
(206,198,199)
#D8D4D4
(216,212,212)
#E2E2E1
(226,226,225)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88646C; }

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

This text font color is #88646C.


Background Color

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

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

This div background color is #88646C.


Border color

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

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

This div border color is #88646C.


Opacity

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

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

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

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

This text has shadow with #88646C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88646C on black background.


Color preview on white background

This text has color #88646C on white background.



Black color preview on #88646C background

This text has black color on #88646C background.


White color preview on #88646C background

This text has white color on #88646C background.