COLOR #88855F

HEX: #88855F
RGB: (136,133,95)

Color info

#88855F contains red, green and blue colors in about the same proportion. Web safe color of #88855F is #999966 (or #996).

RGB color model

#88855F color RGB value is (136,133,95).

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

RGB channels and saturation

R 136 of 255 = 53%
G 133 of 255 = 52%
B 95 of 255 = 37%

136
133
95

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

Portions of RGB colors in percentages

R + G + B =
136 + 133 + 95 = 364 (100%)
R 136 of 364 ~ 37.36%
G 133 of 364 ~ 36.54%
B 95 of 364 ~ 26.1%

%37.36
%36.54
%26.1

CMYK color model

#88855F color CMYK value is (0,2,30,47).

  • cyan value is 0.00%
  • magenta value is 2.21%
  • yellow value is 30.15%
  • key color value is 46.67%
CMYK:
(0,2,30,47)
C0M2Y30K47 
(0%,2%,30%,47%)
(0.00/0.02/0.30/0.47)	

CMYK percentages

%0
%2.21
%30.15
%46.67

Codes

Color #88855F in popluar color models

88855F
RGB13613395
HSL56°17.75%45.29%
HSB/HSV56°30.15%53.33%
CMYK0.00%2.21%30.15%
46.67%

Color #88855F in popluar number systems.

HEX88855F
Decimal13613395
Binary10001000100001011011111
Octal210205137

Shades and tints

Shades of #88855F

#88855F
(136,133,95)
#7C7957
(124,121,87)
#706D4F
(112,109,79)
#646147
(100,97,71)
#58553F
(88,85,63)
#4C4937
(76,73,55)
#403D2F
(64,61,47)
#343127
(52,49,39)
#28251F
(40,37,31)
#1C1917
(28,25,23)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #88855F

#88855F
(136,133,95)
#92906D
(146,144,109)
#9C9B7B
(156,155,123)
#A6A689
(166,166,137)
#B0B197
(176,177,151)
#BABCA5
(186,188,165)
#C4C7B3
(196,199,179)
#CED2C1
(206,210,193)
#D8DDCF
(216,221,207)
#E2E8DD
(226,232,221)
#ECF3EB
(236,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88855F; }

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

This text font color is #88855F.


Background Color

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

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

This div background color is #88855F.


Border color

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

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

This div border color is #88855F.


Opacity

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

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

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

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

This text has shadow with #88855F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88855F on black background.


Color preview on white background

This text has color #88855F on white background.



Black color preview on #88855F background

This text has black color on #88855F background.


White color preview on #88855F background

This text has white color on #88855F background.