COLOR #88635D

HEX: #88635D
RGB: (136,99,93)

Color info

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

RGB color model

#88635D color RGB value is (136,99,93).

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

RGB channels and saturation

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

136
99
93

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

Portions of RGB colors in percentages

R + G + B =
136 + 99 + 93 = 328 (100%)
R 136 of 328 ~ 41.46%
G 99 of 328 ~ 30.18%
B 93 of 328 ~ 28.35%

%41.46
%30.18
%28.35

CMYK color model

#88635D color CMYK value is (0,27,32,47).

  • cyan value is 0.00%
  • magenta value is 27.21%
  • yellow value is 31.62%
  • key color value is 46.67%
CMYK:
(0,27,32,47)
C0M27Y32K47 
(0%,27%,32%,47%)
(0.00/0.27/0.32/0.47)	

CMYK percentages

%0
%27.21
%31.62
%46.67

Codes

Color #88635D in popluar color models

88635D
RGB1369993
HSL18.78%44.90%
HSB/HSV31.62%53.33%
CMYK0.00%27.21%31.62%
46.67%

Color #88635D in popluar number systems.

HEX88635D
Decimal1369993
Binary1000100011000111011101
Octal210143135

Shades and tints

Shades of #88635D

#88635D
(136,99,93)
#7C5A55
(124,90,85)
#70514D
(112,81,77)
#644845
(100,72,69)
#583F3D
(88,63,61)
#4C3635
(76,54,53)
#402D2D
(64,45,45)
#342425
(52,36,37)
#281B1D
(40,27,29)
#1C1215
(28,18,21)
#10090D
(16,9,13)
#000000
(0,0,0)

Tints of #88635D

#88635D
(136,99,93)
#92716B
(146,113,107)
#9C7F79
(156,127,121)
#A68D87
(166,141,135)
#B09B95
(176,155,149)
#BAA9A3
(186,169,163)
#C4B7B1
(196,183,177)
#CEC5BF
(206,197,191)
#D8D3CD
(216,211,205)
#E2E1DB
(226,225,219)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88635D; }

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

This text font color is #88635D.


Background Color

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

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

This div background color is #88635D.


Border color

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

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

This div border color is #88635D.


Opacity

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

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

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

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

This text has shadow with #88635D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88635D on black background.


Color preview on white background

This text has color #88635D on white background.



Black color preview on #88635D background

This text has black color on #88635D background.


White color preview on #88635D background

This text has white color on #88635D background.