COLOR #88695D

HEX: #88695D
RGB: (136,105,93)

Color info

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

RGB color model

#88695D color RGB value is (136,105,93).

  • red value is 136;
  • green value is 105;
  • blue value is 93.
RGB:
(136,105,93)
(53%,41%,36%)

RGB channels and saturation

R 136 of 255 = 53%
G 105 of 255 = 41%
B 93 of 255 = 36%

136
105
93

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

Portions of RGB colors in percentages

R + G + B =
136 + 105 + 93 = 334 (100%)
R 136 of 334 ~ 40.72%
G 105 of 334 ~ 31.44%
B 93 of 334 ~ 27.84%

%40.72
%31.44
%27.84

CMYK color model

#88695D color CMYK value is (0,23,32,47).

  • cyan value is 0.00%
  • magenta value is 22.79%
  • yellow value is 31.62%
  • key color value is 46.67%
CMYK:
(0,23,32,47)
C0M23Y32K47 
(0%,23%,32%,47%)
(0.00/0.23/0.32/0.47)	

CMYK percentages

%0
%22.79
%31.62
%46.67

Codes

Color #88695D in popluar color models

88695D
RGB13610593
HSL17°18.78%44.90%
HSB/HSV17°31.62%53.33%
CMYK0.00%22.79%31.62%
46.67%

Color #88695D in popluar number systems.

HEX88695D
Decimal13610593
Binary1000100011010011011101
Octal210151135

Shades and tints

Shades of #88695D

#88695D
(136,105,93)
#7C6055
(124,96,85)
#70574D
(112,87,77)
#644E45
(100,78,69)
#58453D
(88,69,61)
#4C3C35
(76,60,53)
#40332D
(64,51,45)
#342A25
(52,42,37)
#28211D
(40,33,29)
#1C1815
(28,24,21)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #88695D

#88695D
(136,105,93)
#92766B
(146,118,107)
#9C8379
(156,131,121)
#A69087
(166,144,135)
#B09D95
(176,157,149)
#BAAAA3
(186,170,163)
#C4B7B1
(196,183,177)
#CEC4BF
(206,196,191)
#D8D1CD
(216,209,205)
#E2DEDB
(226,222,219)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88695D; }

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

This text font color is #88695D.


Background Color

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

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

This div background color is #88695D.


Border color

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

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

This div border color is #88695D.


Opacity

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

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

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

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

This text has shadow with #88695D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88695D on black background.


Color preview on white background

This text has color #88695D on white background.



Black color preview on #88695D background

This text has black color on #88695D background.


White color preview on #88695D background

This text has white color on #88695D background.