COLOR #88946F

HEX: #88946F
RGB: (136,148,111)

Color info

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

RGB color model

#88946F color RGB value is (136,148,111).

  • red value is 136;
  • green value is 148;
  • blue value is 111.
RGB:
(136,148,111)
(53%,58%,44%)

RGB channels and saturation

R 136 of 255 = 53%
G 148 of 255 = 58%
B 111 of 255 = 44%

136
148
111

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

Portions of RGB colors in percentages

R + G + B =
136 + 148 + 111 = 395 (100%)
R 136 of 395 ~ 34.43%
G 148 of 395 ~ 37.47%
B 111 of 395 ~ 28.1%

%34.43
%37.47
%28.1

CMYK color model

#88946F color CMYK value is (8,0,25,42).

  • cyan value is 8.11%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 41.96%
CMYK:
(8,0,25,42)
C8M0Y25K42 
(8%,0%,25%,42%)
(0.08/0.00/0.25/0.42)	

CMYK percentages

%8.11
%0
%25
%41.96

Codes

Color #88946F in popluar color models

88946F
RGB136148111
HSL79°14.74%50.78%
HSB/HSV79°25.00%58.04%
CMYK8.11%0.00%25.00%
41.96%

Color #88946F in popluar number systems.

HEX88946F
Decimal136148111
Binary10001000100101001101111
Octal210224157

Shades and tints

Shades of #88946F

#88946F
(136,148,111)
#7C8765
(124,135,101)
#707A5B
(112,122,91)
#646D51
(100,109,81)
#586047
(88,96,71)
#4C533D
(76,83,61)
#404633
(64,70,51)
#343929
(52,57,41)
#282C1F
(40,44,31)
#1C1F15
(28,31,21)
#10120B
(16,18,11)
#000000
(0,0,0)

Tints of #88946F

#88946F
(136,148,111)
#929D7C
(146,157,124)
#9CA689
(156,166,137)
#A6AF96
(166,175,150)
#B0B8A3
(176,184,163)
#BAC1B0
(186,193,176)
#C4CABD
(196,202,189)
#CED3CA
(206,211,202)
#D8DCD7
(216,220,215)
#E2E5E4
(226,229,228)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88946F color. Also use rgb(136,148,111) instead hex code.

Text Font Color

.myTextColor { color: #88946F; }

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

This text font color is #88946F.


Background Color

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

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

This div background color is #88946F.


Border color

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

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

This div border color is #88946F.


Opacity

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

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

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

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

This text has shadow with #88946F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88946F on black background.


Color preview on white background

This text has color #88946F on white background.



Black color preview on #88946F background

This text has black color on #88946F background.


White color preview on #88946F background

This text has white color on #88946F background.