COLOR #88675F

HEX: #88675F
RGB: (136,103,95)

Color info

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

RGB color model

#88675F color RGB value is (136,103,95).

  • red value is 136;
  • green value is 103;
  • blue value is 95.
RGB:
(136,103,95)
(53%,40%,37%)

RGB channels and saturation

R 136 of 255 = 53%
G 103 of 255 = 40%
B 95 of 255 = 37%

136
103
95

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

Portions of RGB colors in percentages

R + G + B =
136 + 103 + 95 = 334 (100%)
R 136 of 334 ~ 40.72%
G 103 of 334 ~ 30.84%
B 95 of 334 ~ 28.44%

%40.72
%30.84
%28.44

CMYK color model

#88675F color CMYK value is (0,24,30,47).

  • cyan value is 0.00%
  • magenta value is 24.26%
  • yellow value is 30.15%
  • key color value is 46.67%
CMYK:
(0,24,30,47)
C0M24Y30K47 
(0%,24%,30%,47%)
(0.00/0.24/0.30/0.47)	

CMYK percentages

%0
%24.26
%30.15
%46.67

Codes

Color #88675F in popluar color models

88675F
RGB13610395
HSL12°17.75%45.29%
HSB/HSV12°30.15%53.33%
CMYK0.00%24.26%30.15%
46.67%

Color #88675F in popluar number systems.

HEX88675F
Decimal13610395
Binary1000100011001111011111
Octal210147137

Shades and tints

Shades of #88675F

#88675F
(136,103,95)
#7C5E57
(124,94,87)
#70554F
(112,85,79)
#644C47
(100,76,71)
#58433F
(88,67,63)
#4C3A37
(76,58,55)
#40312F
(64,49,47)
#342827
(52,40,39)
#281F1F
(40,31,31)
#1C1617
(28,22,23)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #88675F

#88675F
(136,103,95)
#92746D
(146,116,109)
#9C817B
(156,129,123)
#A68E89
(166,142,137)
#B09B97
(176,155,151)
#BAA8A5
(186,168,165)
#C4B5B3
(196,181,179)
#CEC2C1
(206,194,193)
#D8CFCF
(216,207,207)
#E2DCDD
(226,220,221)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88675F color. Also use rgb(136,103,95) instead hex code.

Text Font Color

.myTextColor { color: #88675F; }

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

This text font color is #88675F.


Background Color

.myBgColor { background-color: #88675F; }

<div style="background-color:#88675F">Inner text</div>

This div background color is #88675F.


Border color

.myBorderColor { border: 1px solid #88675F; }

<div style="border:3px solid #88675F">Div</div>

This div border color is #88675F.


Opacity

.myOpacity80 { color: #88675F; opacity: 0.8; }

<p style="color:#88675F;opacity:0.8;">80%</p>

Text with #88675F 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 #88675F;}

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

This text has shadow with #88675F color.

.textShadow {text-shadow: 3px 3px 1px #88675F, 3px 3px 1px red;}

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

This text has shadow with #88675F primary color and red secondary color.


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

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

This text has shadow with #88675F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88675F on black background.


Color preview on white background

This text has color #88675F on white background.



Black color preview on #88675F background

This text has black color on #88675F background.


White color preview on #88675F background

This text has white color on #88675F background.