COLOR #88947B

HEX: #88947B RGB: (136,148,123)

Color info

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

RGB color model

#88947B color RGB value is (136,148,123).

RGB: (136,148,123) (53%, 58%, 48%)

RGB channels and saturation

R 136 of 255 = 53%
G 148 of 255 = 58%
B 123 of 255 = 48%

136
148
123

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

Portions of RGB colors in percentages

R + G + B = 136 + 148 + 123 = 407 (100%)
R 136 of 407 ~ 33.42%
G 148 of 407 ~ 36.36%
B 123 of 407 ~ 30.22'%

%33.42
%36.36
%30.22

CMYK color model

#88947B color CMYK value is (8,0,17,42).

  • cyan value is 8.11%
  • magenta value is 0.00%
  • yellow value is 16.89%
  • key color value is 41.96%

CMYK: (8,0,17,42)
C8M0Y17K42 (8%, 0%, 17%, 42%)
(0.08 / 0.00 / 0.17 / 0.42)

CMYK percentages

%8.11
%0
%16.89
%41.96

Codes

Color #88947B in popluar color models

88 94 7B
RGB 136 148 123
HSL 89° 10.46% 53.14%
HSB/HSV 89° 16.89% 58.04%
CMYK 8.11% 0.00% 16.89%
41.96%

Color #88947B in popluar number systems.

HEX 88 94 7B
Decimal 136 148 123
Binary 10001000 10010100 1111011
Octal 210 224 173

Shades and tints

Shades of #88947B

#88947B
(136,148,123)
#7C8770
(124,135,112)
#707A65
(112,122,101)
#646D5A
(100,109,90)
#58604F
(88,96,79)
#4C5344
(76,83,68)
#404639
(64,70,57)
#34392E
(52,57,46)
#282C23
(40,44,35)
#1C1F18
(28,31,24)
#10120D
(16,18,13)
#000000
(0,0,0)

Tints of #88947B

#88947B
(136,148,123)
#929D87
(146,157,135)
#9CA693
(156,166,147)
#A6AF9F
(166,175,159)
#B0B8AB
(176,184,171)
#BAC1B7
(186,193,183)
#C4CAC3
(196,202,195)
#CED3CF
(206,211,207)
#D8DCDB
(216,220,219)
#E2E5E7
(226,229,231)
#ECEEF3
(236,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88947B color. Also use rgb(136,148,123) instead hex code.

Text Font Color

.myTextColor { color: #88947B; }

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

This text font color is #88947B.

Background Color

.myBgColor { background-color: #88947B; }

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

This div background color is #88947B.

Border color

.myBorderColor { border: 1px solid #88947B; }

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

This div border color is #88947B.

Opacity

.myOpacity80 { color: #88947B; opacity: 0.8; }

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

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

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

This text has shadow with #88947B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88947B.

Preview

Color preview on black background

This text has color #88947B on black background.


Color preview on white background

This text has color #88947B on white background.


Black color preview on #88947B background

This text has black color on #88947B background.


White color preview on #88947B background

This text has white color on #88947B background.


Related colors

Complementary color

Complementary color for #hex is #776B84.


I love getcolorcode.com

Triadic colors

1 #7B8894 and #947B88 with #88947B are triadic colors.

2 #7B9488 and #94887B with #88947B are triadic colors.