COLOR #888973

HEX: #888973 RGB: (136,137,115)

Color info

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

RGB color model

#888973 color RGB value is (136,137,115).

RGB: (136,137,115) (53%, 54%, 45%)

RGB channels and saturation

R 136 of 255 = 53%
G 137 of 255 = 54%
B 115 of 255 = 45%

136
137
115

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

Portions of RGB colors in percentages

R + G + B = 136 + 137 + 115 = 388 (100%)
R 136 of 388 ~ 35.05%
G 137 of 388 ~ 35.31%
B 115 of 388 ~ 29.64'%

%35.05
%35.31
%29.64

CMYK color model

#888973 color CMYK value is (1,0,16,46).

  • cyan value is 0.73%
  • magenta value is 0.00%
  • yellow value is 16.06%
  • key color value is 46.27%

CMYK: (1,0,16,46)
C1M0Y16K46 (1%, 0%, 16%, 46%)
(0.01 / 0.00 / 0.16 / 0.46)

CMYK percentages

%0.73
%0
%16.06
%46.27

Codes

Color #888973 in popluar color models

88 89 73
RGB 136 137 115
HSL 63° 8.73% 49.41%
HSB/HSV 63° 16.06% 53.73%
CMYK 0.73% 0.00% 16.06%
46.27%

Color #888973 in popluar number systems.

HEX 88 89 73
Decimal 136 137 115
Binary 10001000 10001001 1110011
Octal 210 211 163

Shades and tints

Shades of #888973

#888973
(136,137,115)
#7C7D69
(124,125,105)
#70715F
(112,113,95)
#646555
(100,101,85)
#58594B
(88,89,75)
#4C4D41
(76,77,65)
#404137
(64,65,55)
#34352D
(52,53,45)
#282923
(40,41,35)
#1C1D19
(28,29,25)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #888973

#888973
(136,137,115)
#92937F
(146,147,127)
#9C9D8B
(156,157,139)
#A6A797
(166,167,151)
#B0B1A3
(176,177,163)
#BABBAF
(186,187,175)
#C4C5BB
(196,197,187)
#CECFC7
(206,207,199)
#D8D9D3
(216,217,211)
#E2E3DF
(226,227,223)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888973; }

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

This text font color is #888973.

Background Color

.myBgColor { background-color: #888973; }

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

This div background color is #888973.

Border color

.myBorderColor { border: 1px solid #888973; }

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

This div border color is #888973.

Opacity

.myOpacity80 { color: #888973; opacity: 0.8; }

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

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

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

This text has shadow with #888973 color.


.textShadow {text-shadow: 3px 3px 1px #888973', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #888973; -webkit-box-shadow: 1px 1px 3px 2px #888973; box-shadow:1px 1px 3px 2px #888973;">
Div content here
</div>

This div box has shadow with color #888973.

Preview

Color preview on black background

This text has color #888973 on black background.


Color preview on white background

This text has color #888973 on white background.


Black color preview on #888973 background

This text has black color on #888973 background.


White color preview on #888973 background

This text has white color on #888973 background.


Related colors

Complementary color

Complementary color for #hex is #77768C.


I love getcolorcode.com

Triadic colors

1 #738889 and #897388 with #888973 are triadic colors.

2 #738988 and #898873 with #888973 are triadic colors.