COLOR #88924E

HEX: #88924E
RGB: (136,146,78)

Color info

#88924E contains mainly red and green colors. Web safe color of #88924E is #999966 (or #996).

RGB color model

#88924E color RGB value is (136,146,78).

  • red value is 136;
  • green value is 146;
  • blue value is 78.
RGB:
(136,146,78)
(53%,57%,31%)

RGB channels and saturation

R 136 of 255 = 53%
G 146 of 255 = 57%
B 78 of 255 = 31%

136
146
78

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

Portions of RGB colors in percentages

R + G + B =
136 + 146 + 78 = 360 (100%)
R 136 of 360 ~ 37.78%
G 146 of 360 ~ 40.56%
B 78 of 360 ~ 21.67%

%37.78
%40.56
%21.67

CMYK color model

#88924E color CMYK value is (7,0,47,43).

  • cyan value is 6.85%
  • magenta value is 0.00%
  • yellow value is 46.58%
  • key color value is 42.75%
CMYK:
(7,0,47,43)
C7M0Y47K43 
(7%,0%,47%,43%)
(0.07/0.00/0.47/0.43)	

CMYK percentages

%6.85
%0
%46.58
%42.75

Codes

Color #88924E in popluar color models

88924E
RGB13614678
HSL69°30.36%43.92%
HSB/HSV69°46.58%57.25%
CMYK6.85%0.00%46.58%
42.75%

Color #88924E in popluar number systems.

HEX88924E
Decimal13614678
Binary10001000100100101001110
Octal210222116

Shades and tints

Shades of #88924E

#88924E
(136,146,78)
#7C8547
(124,133,71)
#707840
(112,120,64)
#646B39
(100,107,57)
#585E32
(88,94,50)
#4C512B
(76,81,43)
#404424
(64,68,36)
#34371D
(52,55,29)
#282A16
(40,42,22)
#1C1D0F
(28,29,15)
#101008
(16,16,8)
#000000
(0,0,0)

Tints of #88924E

#88924E
(136,146,78)
#929B5E
(146,155,94)
#9CA46E
(156,164,110)
#A6AD7E
(166,173,126)
#B0B68E
(176,182,142)
#BABF9E
(186,191,158)
#C4C8AE
(196,200,174)
#CED1BE
(206,209,190)
#D8DACE
(216,218,206)
#E2E3DE
(226,227,222)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88924E color. Also use rgb(136,146,78) instead hex code.

Text Font Color

.myTextColor { color: #88924E; }

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

This text font color is #88924E.


Background Color

.myBgColor { background-color: #88924E; }

<div style="background-color:#88924E">Inner text</div>

This div background color is #88924E.


Border color

.myBorderColor { border: 1px solid #88924E; }

<div style="border:3px solid #88924E">Div</div>

This div border color is #88924E.


Opacity

.myOpacity80 { color: #88924E; opacity: 0.8; }

<p style="color:#88924E;opacity:0.8;">80%</p>

Text with #88924E 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 #88924E;}

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

This text has shadow with #88924E color.

.textShadow {text-shadow: 3px 3px 1px #88924E, 3px 3px 1px red;}

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

This text has shadow with #88924E primary color and red secondary color.


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

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

This text has shadow with #88924E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88924E on black background.


Color preview on white background

This text has color #88924E on white background.



Black color preview on #88924E background

This text has black color on #88924E background.


White color preview on #88924E background

This text has white color on #88924E background.