COLOR #88855B

HEX: #88855B
RGB: (136,133,91)

Color info

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

RGB color model

#88855B color RGB value is (136,133,91).

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

RGB channels and saturation

R 136 of 255 = 53%
G 133 of 255 = 52%
B 91 of 255 = 36%

136
133
91

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

Portions of RGB colors in percentages

R + G + B =
136 + 133 + 91 = 360 (100%)
R 136 of 360 ~ 37.78%
G 133 of 360 ~ 36.94%
B 91 of 360 ~ 25.28%

%37.78
%36.94
%25.28

CMYK color model

#88855B color CMYK value is (0,2,33,47).

  • cyan value is 0.00%
  • magenta value is 2.21%
  • yellow value is 33.09%
  • key color value is 46.67%
CMYK:
(0,2,33,47)
C0M2Y33K47 
(0%,2%,33%,47%)
(0.00/0.02/0.33/0.47)	

CMYK percentages

%0
%2.21
%33.09
%46.67

Codes

Color #88855B in popluar color models

88855B
RGB13613391
HSL56°19.82%44.51%
HSB/HSV56°33.09%53.33%
CMYK0.00%2.21%33.09%
46.67%

Color #88855B in popluar number systems.

HEX88855B
Decimal13613391
Binary10001000100001011011011
Octal210205133

Shades and tints

Shades of #88855B

#88855B
(136,133,91)
#7C7953
(124,121,83)
#706D4B
(112,109,75)
#646143
(100,97,67)
#58553B
(88,85,59)
#4C4933
(76,73,51)
#403D2B
(64,61,43)
#343123
(52,49,35)
#28251B
(40,37,27)
#1C1913
(28,25,19)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #88855B

#88855B
(136,133,91)
#929069
(146,144,105)
#9C9B77
(156,155,119)
#A6A685
(166,166,133)
#B0B193
(176,177,147)
#BABCA1
(186,188,161)
#C4C7AF
(196,199,175)
#CED2BD
(206,210,189)
#D8DDCB
(216,221,203)
#E2E8D9
(226,232,217)
#ECF3E7
(236,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88855B; }

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

This text font color is #88855B.


Background Color

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

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

This div background color is #88855B.


Border color

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

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

This div border color is #88855B.


Opacity

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

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

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

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

This text has shadow with #88855B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88855B on black background.


Color preview on white background

This text has color #88855B on white background.



Black color preview on #88855B background

This text has black color on #88855B background.


White color preview on #88855B background

This text has white color on #88855B background.