COLOR #88956B

HEX: #88956B
RGB: (136,149,107)

Color info

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

RGB color model

#88956B color RGB value is (136,149,107).

  • red value is 136;
  • green value is 149;
  • blue value is 107.
RGB:
(136,149,107)
(53%,58%,42%)

RGB channels and saturation

R 136 of 255 = 53%
G 149 of 255 = 58%
B 107 of 255 = 42%

136
149
107

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

Portions of RGB colors in percentages

R + G + B =
136 + 149 + 107 = 392 (100%)
R 136 of 392 ~ 34.69%
G 149 of 392 ~ 38.01%
B 107 of 392 ~ 27.3%

%34.69
%38.01
%27.3

CMYK color model

#88956B color CMYK value is (9,0,28,42).

  • cyan value is 8.72%
  • magenta value is 0.00%
  • yellow value is 28.19%
  • key color value is 41.57%
CMYK:
(9,0,28,42)
C9M0Y28K42 
(9%,0%,28%,42%)
(0.09/0.00/0.28/0.42)	

CMYK percentages

%8.72
%0
%28.19
%41.57

Codes

Color #88956B in popluar color models

88956B
RGB136149107
HSL79°16.54%50.20%
HSB/HSV79°28.19%58.43%
CMYK8.72%0.00%28.19%
41.57%

Color #88956B in popluar number systems.

HEX88956B
Decimal136149107
Binary10001000100101011101011
Octal210225153

Shades and tints

Shades of #88956B

#88956B
(136,149,107)
#7C8862
(124,136,98)
#707B59
(112,123,89)
#646E50
(100,110,80)
#586147
(88,97,71)
#4C543E
(76,84,62)
#404735
(64,71,53)
#343A2C
(52,58,44)
#282D23
(40,45,35)
#1C201A
(28,32,26)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #88956B

#88956B
(136,149,107)
#929E78
(146,158,120)
#9CA785
(156,167,133)
#A6B092
(166,176,146)
#B0B99F
(176,185,159)
#BAC2AC
(186,194,172)
#C4CBB9
(196,203,185)
#CED4C6
(206,212,198)
#D8DDD3
(216,221,211)
#E2E6E0
(226,230,224)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88956B color. Also use rgb(136,149,107) instead hex code.

Text Font Color

.myTextColor { color: #88956B; }

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

This text font color is #88956B.


Background Color

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

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

This div background color is #88956B.


Border color

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

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

This div border color is #88956B.


Opacity

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

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

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

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

This text has shadow with #88956B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88956B on black background.


Color preview on white background

This text has color #88956B on white background.



Black color preview on #88956B background

This text has black color on #88956B background.


White color preview on #88956B background

This text has white color on #88956B background.