COLOR #88663B

HEX: #88663B
RGB: (136,102,59)

Color info

#88663B contains mainly red and green colors. Web safe color of #88663B is #996633 (or #963).

RGB color model

#88663B color RGB value is (136,102,59).

  • red value is 136;
  • green value is 102;
  • blue value is 59.
RGB:
(136,102,59)
(53%,40%,23%)

RGB channels and saturation

R 136 of 255 = 53%
G 102 of 255 = 40%
B 59 of 255 = 23%

136
102
59

R + G + B ~ 39%. #88663B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 102 + 59 = 297 (100%)
R 136 of 297 ~ 45.79%
G 102 of 297 ~ 34.34%
B 59 of 297 ~ 19.87%

%45.79
%34.34
%19.87

CMYK color model

#88663B color CMYK value is (0,25,57,47).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 56.62%
  • key color value is 46.67%
CMYK:
(0,25,57,47)
C0M25Y57K47 
(0%,25%,57%,47%)
(0.00/0.25/0.57/0.47)	

CMYK percentages

%0
%25
%56.62
%46.67

Codes

Color #88663B in popluar color models

88663B
RGB13610259
HSL34°39.49%38.24%
HSB/HSV34°56.62%53.33%
CMYK0.00%25.00%56.62%
46.67%

Color #88663B in popluar number systems.

HEX88663B
Decimal13610259
Binary100010001100110111011
Octal21014673

Shades and tints

Shades of #88663B

#88663B
(136,102,59)
#7C5D36
(124,93,54)
#705431
(112,84,49)
#644B2C
(100,75,44)
#584227
(88,66,39)
#4C3922
(76,57,34)
#40301D
(64,48,29)
#342718
(52,39,24)
#281E13
(40,30,19)
#1C150E
(28,21,14)
#100C09
(16,12,9)
#000000
(0,0,0)

Tints of #88663B

#88663B
(136,102,59)
#92734C
(146,115,76)
#9C805D
(156,128,93)
#A68D6E
(166,141,110)
#B09A7F
(176,154,127)
#BAA790
(186,167,144)
#C4B4A1
(196,180,161)
#CEC1B2
(206,193,178)
#D8CEC3
(216,206,195)
#E2DBD4
(226,219,212)
#ECE8E5
(236,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88663B color. Also use rgb(136,102,59) instead hex code.

Text Font Color

.myTextColor { color: #88663B; }

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

This text font color is #88663B.


Background Color

.myBgColor { background-color: #88663B; }

<div style="background-color:#88663B">Inner text</div>

This div background color is #88663B.


Border color

.myBorderColor { border: 1px solid #88663B; }

<div style="border:3px solid #88663B">Div</div>

This div border color is #88663B.


Opacity

.myOpacity80 { color: #88663B; opacity: 0.8; }

<p style="color:#88663B;opacity:0.8;">80%</p>

Text with #88663B 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 #88663B;}

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

This text has shadow with #88663B color.

.textShadow {text-shadow: 3px 3px 1px #88663B, 3px 3px 1px red;}

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

This text has shadow with #88663B primary color and red secondary color.


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

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

This text has shadow with #88663B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88663B on black background.


Color preview on white background

This text has color #88663B on white background.



Black color preview on #88663B background

This text has black color on #88663B background.


White color preview on #88663B background

This text has white color on #88663B background.