COLOR #88683B

HEX: #88683B
RGB: (136,104,59)

Color info

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

RGB color model

#88683B color RGB value is (136,104,59).

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

RGB channels and saturation

R 136 of 255 = 53%
G 104 of 255 = 41%
B 59 of 255 = 23%

136
104
59

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

Portions of RGB colors in percentages

R + G + B =
136 + 104 + 59 = 299 (100%)
R 136 of 299 ~ 45.48%
G 104 of 299 ~ 34.78%
B 59 of 299 ~ 19.73%

%45.48
%34.78
%19.73

CMYK color model

#88683B color CMYK value is (0,24,57,47).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 56.62%
  • key color value is 46.67%
CMYK:
(0,24,57,47)
C0M24Y57K47 
(0%,24%,57%,47%)
(0.00/0.24/0.57/0.47)	

CMYK percentages

%0
%23.53
%56.62
%46.67

Codes

Color #88683B in popluar color models

88683B
RGB13610459
HSL35°39.49%38.24%
HSB/HSV35°56.62%53.33%
CMYK0.00%23.53%56.62%
46.67%

Color #88683B in popluar number systems.

HEX88683B
Decimal13610459
Binary100010001101000111011
Octal21015073

Shades and tints

Shades of #88683B

#88683B
(136,104,59)
#7C5F36
(124,95,54)
#705631
(112,86,49)
#644D2C
(100,77,44)
#584427
(88,68,39)
#4C3B22
(76,59,34)
#40321D
(64,50,29)
#342918
(52,41,24)
#282013
(40,32,19)
#1C170E
(28,23,14)
#100E09
(16,14,9)
#000000
(0,0,0)

Tints of #88683B

#88683B
(136,104,59)
#92754C
(146,117,76)
#9C825D
(156,130,93)
#A68F6E
(166,143,110)
#B09C7F
(176,156,127)
#BAA990
(186,169,144)
#C4B6A1
(196,182,161)
#CEC3B2
(206,195,178)
#D8D0C3
(216,208,195)
#E2DDD4
(226,221,212)
#ECEAE5
(236,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88683B; }

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

This text font color is #88683B.


Background Color

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

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

This div background color is #88683B.


Border color

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

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

This div border color is #88683B.


Opacity

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

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

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

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

This text has shadow with #88683B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88683B on black background.


Color preview on white background

This text has color #88683B on white background.



Black color preview on #88683B background

This text has black color on #88683B background.


White color preview on #88683B background

This text has white color on #88683B background.