COLOR #88976A

HEX: #88976A
RGB: (136,151,106)

Color info

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

RGB color model

#88976A color RGB value is (136,151,106).

  • red value is 136;
  • green value is 151;
  • blue value is 106.
RGB:
(136,151,106)
(53%,59%,42%)

RGB channels and saturation

R 136 of 255 = 53%
G 151 of 255 = 59%
B 106 of 255 = 42%

136
151
106

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

Portions of RGB colors in percentages

R + G + B =
136 + 151 + 106 = 393 (100%)
R 136 of 393 ~ 34.61%
G 151 of 393 ~ 38.42%
B 106 of 393 ~ 26.97%

%34.61
%38.42
%26.97

CMYK color model

#88976A color CMYK value is (10,0,30,41).

  • cyan value is 9.93%
  • magenta value is 0.00%
  • yellow value is 29.80%
  • key color value is 40.78%
CMYK:
(10,0,30,41)
C10M0Y30K41 
(10%,0%,30%,41%)
(0.10/0.00/0.30/0.41)	

CMYK percentages

%9.93
%0
%29.8
%40.78

Codes

Color #88976A in popluar color models

88976A
RGB136151106
HSL80°17.79%50.39%
HSB/HSV80°29.80%59.22%
CMYK9.93%0.00%29.80%
40.78%

Color #88976A in popluar number systems.

HEX88976A
Decimal136151106
Binary10001000100101111101010
Octal210227152

Shades and tints

Shades of #88976A

#88976A
(136,151,106)
#7C8A61
(124,138,97)
#707D58
(112,125,88)
#64704F
(100,112,79)
#586346
(88,99,70)
#4C563D
(76,86,61)
#404934
(64,73,52)
#343C2B
(52,60,43)
#282F22
(40,47,34)
#1C2219
(28,34,25)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #88976A

#88976A
(136,151,106)
#92A077
(146,160,119)
#9CA984
(156,169,132)
#A6B291
(166,178,145)
#B0BB9E
(176,187,158)
#BAC4AB
(186,196,171)
#C4CDB8
(196,205,184)
#CED6C5
(206,214,197)
#D8DFD2
(216,223,210)
#E2E8DF
(226,232,223)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88976A color. Also use rgb(136,151,106) instead hex code.

Text Font Color

.myTextColor { color: #88976A; }

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

This text font color is #88976A.


Background Color

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

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

This div background color is #88976A.


Border color

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

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

This div border color is #88976A.


Opacity

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

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

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

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

This text has shadow with #88976A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88976A on black background.


Color preview on white background

This text has color #88976A on white background.



Black color preview on #88976A background

This text has black color on #88976A background.


White color preview on #88976A background

This text has white color on #88976A background.