COLOR #88645D

HEX: #88645D RGB: (136,100,93)

Color info

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

RGB color model

#88645D color RGB value is (136,100,93).

RGB: (136,100,93) (53%, 39%, 36%)

RGB channels and saturation

R 136 of 255 = 53%
G 100 of 255 = 39%
B 93 of 255 = 36%

136
100
93

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

Portions of RGB colors in percentages

R + G + B = 136 + 100 + 93 = 329 (100%)
R 136 of 329 ~ 41.34%
G 100 of 329 ~ 30.4%
B 93 of 329 ~ 28.27'%

%41.34
%30.4
%28.27

CMYK color model

#88645D color CMYK value is (0,26,32,47).

  • cyan value is 0.00%
  • magenta value is 26.47%
  • yellow value is 31.62%
  • key color value is 46.67%

CMYK: (0,26,32,47)
C0M26Y32K47 (0%, 26%, 32%, 47%)
(0.00 / 0.26 / 0.32 / 0.47)

CMYK percentages

%0
%26.47
%31.62
%46.67

Codes

Color #88645D in popluar color models

88 64 5D
RGB 136 100 93
HSL 10° 18.78% 44.90%
HSB/HSV 10° 31.62% 53.33%
CMYK 0.00% 26.47% 31.62%
46.67%

Color #88645D in popluar number systems.

HEX 88 64 5D
Decimal 136 100 93
Binary 10001000 1100100 1011101
Octal 210 144 135

Shades and tints

Shades of #88645D

#88645D
(136,100,93)
#7C5B55
(124,91,85)
#70524D
(112,82,77)
#644945
(100,73,69)
#58403D
(88,64,61)
#4C3735
(76,55,53)
#402E2D
(64,46,45)
#342525
(52,37,37)
#281C1D
(40,28,29)
#1C1315
(28,19,21)
#100A0D
(16,10,13)
#000000
(0,0,0)

Tints of #88645D

#88645D
(136,100,93)
#92726B
(146,114,107)
#9C8079
(156,128,121)
#A68E87
(166,142,135)
#B09C95
(176,156,149)
#BAAAA3
(186,170,163)
#C4B8B1
(196,184,177)
#CEC6BF
(206,198,191)
#D8D4CD
(216,212,205)
#E2E2DB
(226,226,219)
#ECF0E9
(236,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88645D color. Also use rgb(136,100,93) instead hex code.

Text Font Color

.myTextColor { color: #88645D; }

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

This text font color is #88645D.

Background Color

.myBgColor { background-color: #88645D; }

<div style="background-color:#88645D">Inner text</div>

This div background color is #88645D.

Border color

.myBorderColor { border: 1px solid #88645D; }

<div style="border:3px solid #88645D">Div</div>

This div border color is #88645D.

Opacity

.myOpacity80 { color: #88645D; opacity: 0.8; }

<p style="color:#88645D;opacity:0.8;">80%</p>

Text with #88645D 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 #88645D;}

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

This text has shadow with #88645D color.


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

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

This text has shadow with #88645D primary color and red secondary color.


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

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

This text has shadow with #88645D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #88645D.

Preview

Color preview on black background

This text has color #88645D on black background.


Color preview on white background

This text has color #88645D on white background.


Black color preview on #88645D background

This text has black color on #88645D background.


White color preview on #88645D background

This text has white color on #88645D background.


Related colors

Complementary color

Complementary color for #hex is #779BA2.


I love getcolorcode.com

Triadic colors

1 #5D8864 and #645D88 with #88645D are triadic colors.

2 #5D6488 and #64885D with #88645D are triadic colors.