COLOR #88927A

HEX: #88927A
RGB: (136,146,122)

Color info

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

RGB color model

#88927A color RGB value is (136,146,122).

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

RGB channels and saturation

R 136 of 255 = 53%
G 146 of 255 = 57%
B 122 of 255 = 48%

136
146
122

R + G + B ~ 53%. #88927A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 146 + 122 = 404 (100%)
R 136 of 404 ~ 33.66%
G 146 of 404 ~ 36.14%
B 122 of 404 ~ 30.2%

%33.66
%36.14
%30.2

CMYK color model

#88927A color CMYK value is (7,0,16,43).

  • cyan value is 6.85%
  • magenta value is 0.00%
  • yellow value is 16.44%
  • key color value is 42.75%
CMYK:
(7,0,16,43)
C7M0Y16K43 
(7%,0%,16%,43%)
(0.07/0.00/0.16/0.43)	

CMYK percentages

%6.85
%0
%16.44
%42.75

Codes

Color #88927A in popluar color models

88927A
RGB136146122
HSL85°9.92%52.55%
HSB/HSV85°16.44%57.25%
CMYK6.85%0.00%16.44%
42.75%

Color #88927A in popluar number systems.

HEX88927A
Decimal136146122
Binary10001000100100101111010
Octal210222172

Shades and tints

Shades of #88927A

#88927A
(136,146,122)
#7C856F
(124,133,111)
#707864
(112,120,100)
#646B59
(100,107,89)
#585E4E
(88,94,78)
#4C5143
(76,81,67)
#404438
(64,68,56)
#34372D
(52,55,45)
#282A22
(40,42,34)
#1C1D17
(28,29,23)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #88927A

#88927A
(136,146,122)
#929B86
(146,155,134)
#9CA492
(156,164,146)
#A6AD9E
(166,173,158)
#B0B6AA
(176,182,170)
#BABFB6
(186,191,182)
#C4C8C2
(196,200,194)
#CED1CE
(206,209,206)
#D8DADA
(216,218,218)
#E2E3E6
(226,227,230)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88927A color. Also use rgb(136,146,122) instead hex code.

Text Font Color

.myTextColor { color: #88927A; }

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

This text font color is #88927A.


Background Color

.myBgColor { background-color: #88927A; }

<div style="background-color:#88927A">Inner text</div>

This div background color is #88927A.


Border color

.myBorderColor { border: 1px solid #88927A; }

<div style="border:3px solid #88927A">Div</div>

This div border color is #88927A.


Opacity

.myOpacity80 { color: #88927A; opacity: 0.8; }

<p style="color:#88927A;opacity:0.8;">80%</p>

Text with #88927A 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 #88927A;}

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

This text has shadow with #88927A color.

.textShadow {text-shadow: 3px 3px 1px #88927A, 3px 3px 1px red;}

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

This text has shadow with #88927A primary color and red secondary color.


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

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

This text has shadow with #88927A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88927A on black background.


Color preview on white background

This text has color #88927A on white background.



Black color preview on #88927A background

This text has black color on #88927A background.


White color preview on #88927A background

This text has white color on #88927A background.