COLOR #88894D

HEX: #88894D
RGB: (136,137,77)

Color info

#88894D contains mainly red and green colors. Web safe color of #88894D is #999933 (or #993).

RGB color model

#88894D color RGB value is (136,137,77).

  • red value is 136;
  • green value is 137;
  • blue value is 77.
RGB:
(136,137,77)
(53%,54%,30%)

RGB channels and saturation

R 136 of 255 = 53%
G 137 of 255 = 54%
B 77 of 255 = 30%

136
137
77

R + G + B ~ 46%. #88894D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 137 + 77 = 350 (100%)
R 136 of 350 ~ 38.86%
G 137 of 350 ~ 39.14%
B 77 of 350 ~ 22%

%38.86
%39.14
%22

CMYK color model

#88894D color CMYK value is (1,0,44,46).

  • cyan value is 0.73%
  • magenta value is 0.00%
  • yellow value is 43.80%
  • key color value is 46.27%
CMYK:
(1,0,44,46)
C1M0Y44K46 
(1%,0%,44%,46%)
(0.01/0.00/0.44/0.46)	

CMYK percentages

%0.73
%0
%43.8
%46.27

Codes

Color #88894D in popluar color models

88894D
RGB13613777
HSL61°28.04%41.96%
HSB/HSV61°43.80%53.73%
CMYK0.73%0.00%43.80%
46.27%

Color #88894D in popluar number systems.

HEX88894D
Decimal13613777
Binary10001000100010011001101
Octal210211115

Shades and tints

Shades of #88894D

#88894D
(136,137,77)
#7C7D46
(124,125,70)
#70713F
(112,113,63)
#646538
(100,101,56)
#585931
(88,89,49)
#4C4D2A
(76,77,42)
#404123
(64,65,35)
#34351C
(52,53,28)
#282915
(40,41,21)
#1C1D0E
(28,29,14)
#101107
(16,17,7)
#000000
(0,0,0)

Tints of #88894D

#88894D
(136,137,77)
#92935D
(146,147,93)
#9C9D6D
(156,157,109)
#A6A77D
(166,167,125)
#B0B18D
(176,177,141)
#BABB9D
(186,187,157)
#C4C5AD
(196,197,173)
#CECFBD
(206,207,189)
#D8D9CD
(216,217,205)
#E2E3DD
(226,227,221)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88894D color. Also use rgb(136,137,77) instead hex code.

Text Font Color

.myTextColor { color: #88894D; }

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

This text font color is #88894D.


Background Color

.myBgColor { background-color: #88894D; }

<div style="background-color:#88894D">Inner text</div>

This div background color is #88894D.


Border color

.myBorderColor { border: 1px solid #88894D; }

<div style="border:3px solid #88894D">Div</div>

This div border color is #88894D.


Opacity

.myOpacity80 { color: #88894D; opacity: 0.8; }

<p style="color:#88894D;opacity:0.8;">80%</p>

Text with #88894D 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 #88894D;}

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

This text has shadow with #88894D color.

.textShadow {text-shadow: 3px 3px 1px #88894D, 3px 3px 1px red;}

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

This text has shadow with #88894D primary color and red secondary color.


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

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

This text has shadow with #88894D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88894D on black background.


Color preview on white background

This text has color #88894D on white background.



Black color preview on #88894D background

This text has black color on #88894D background.


White color preview on #88894D background

This text has white color on #88894D background.