COLOR #88644F

HEX: #88644F RGB: (136,100,79)

Color info

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

RGB color model

#88644F color RGB value is (136,100,79).

RGB: (136,100,79) (53%, 39%, 31%)

RGB channels and saturation

R 136 of 255 = 53%
G 100 of 255 = 39%
B 79 of 255 = 31%

136
100
79

R + G + B ~ 41%. #88644F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 100 + 79 = 315 (100%)
R 136 of 315 ~ 43.17%
G 100 of 315 ~ 31.75%
B 79 of 315 ~ 25.08'%

%43.17
%31.75
%25.08

CMYK color model

#88644F color CMYK value is (0,26,42,47).

  • cyan value is 0.00%
  • magenta value is 26.47%
  • yellow value is 41.91%
  • key color value is 46.67%
CMYK: (0,26,42,47) C0M26Y42K47 (0%,26%,42%,47%) (0.00/0.26/0.42/0.47) 

CMYK percentages

%0
%26.47
%41.91
%46.67

Codes

Color #88644F in popluar color models

88 64 4F
RGB 136 100 79
HSL 22° 26.51% 42.16%
HSB/HSV 22° 41.91% 53.33%
CMYK 0.00% 26.47% 41.91%
46.67%

Color #88644F in popluar number systems.

HEX 88 64 4F
Decimal 136 100 79
Binary 10001000 1100100 1001111
Octal 210 144 117

Shades and tints

Shades of #88644F

#88644F
(136,100,79)
#7C5B48
(124,91,72)
#705241
(112,82,65)
#64493A
(100,73,58)
#584033
(88,64,51)
#4C372C
(76,55,44)
#402E25
(64,46,37)
#34251E
(52,37,30)
#281C17
(40,28,23)
#1C1310
(28,19,16)
#100A09
(16,10,9)
#000000
(0,0,0)

Tints of #88644F

#88644F
(136,100,79)
#92725F
(146,114,95)
#9C806F
(156,128,111)
#A68E7F
(166,142,127)
#B09C8F
(176,156,143)
#BAAA9F
(186,170,159)
#C4B8AF
(196,184,175)
#CEC6BF
(206,198,191)
#D8D4CF
(216,212,207)
#E2E2DF
(226,226,223)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88644F color. Also use rgb(136,100,79) instead hex code.

Text Font Color

.myTextColor { color: #88644F; }

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

This text font color is #88644F.

Background Color

.myBgColor { background-color: #88644F; }

<div style="background-color:#88644F">Inner text</div>

This div background color is #88644F.

Border color

.myBorderColor { border: 1px solid #88644F; }

<div style="border:3px solid #88644F">Div</div>

This div border color is #88644F.

Opacity

.myOpacity80 { color: #88644F; opacity: 0.8; }

<p style="color:#88644F;opacity:0.8;">80%</p>

Text with #88644F 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 #88644F;}

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

This text has shadow with #88644F color.


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

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

This text has shadow with #88644F primary color and red secondary color.


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

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

This text has shadow with #88644F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #88644F.

Preview

Color preview on black background

This text has color #88644F on black background.


Color preview on white background

This text has color #88644F on white background.


Black color preview on #88644F background

This text has black color on #88644F background.


White color preview on #88644F background

This text has white color on #88644F background.


Related colors

Complementary color

Complementary color for #hex is #779BB0.


I love getcolorcode.com

Triadic colors

1 #4F8864 and #644F88 with #88644F are triadic colors.

2 #4F6488 and #64884F with #88644F are triadic colors.