COLOR #88846F

HEX: #88846F RGB: (136,132,111)

Color info

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

RGB color model

#88846F color RGB value is (136,132,111).

RGB: (136,132,111) (53%, 52%, 44%)

RGB channels and saturation

R 136 of 255 = 53%
G 132 of 255 = 52%
B 111 of 255 = 44%

136
132
111

R + G + B ~ 50%. #88846F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 132 + 111 = 379 (100%)
R 136 of 379 ~ 35.88%
G 132 of 379 ~ 34.83%
B 111 of 379 ~ 29.29'%

%35.88
%34.83
%29.29

CMYK color model

#88846F color CMYK value is (0,3,18,47).

  • cyan value is 0.00%
  • magenta value is 2.94%
  • yellow value is 18.38%
  • key color value is 46.67%

CMYK: (0,3,18,47)
C0M3Y18K47 (0%, 3%, 18%, 47%)
(0.00 / 0.03 / 0.18 / 0.47)

CMYK percentages

%0
%2.94
%18.38
%46.67

Codes

Color #88846F in popluar color models

88 84 6F
RGB 136 132 111
HSL 50° 10.12% 48.43%
HSB/HSV 50° 18.38% 53.33%
CMYK 0.00% 2.94% 18.38%
46.67%

Color #88846F in popluar number systems.

HEX 88 84 6F
Decimal 136 132 111
Binary 10001000 10000100 1101111
Octal 210 204 157

Shades and tints

Shades of #88846F

#88846F
(136,132,111)
#7C7865
(124,120,101)
#706C5B
(112,108,91)
#646051
(100,96,81)
#585447
(88,84,71)
#4C483D
(76,72,61)
#403C33
(64,60,51)
#343029
(52,48,41)
#28241F
(40,36,31)
#1C1815
(28,24,21)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #88846F

#88846F
(136,132,111)
#928F7C
(146,143,124)
#9C9A89
(156,154,137)
#A6A596
(166,165,150)
#B0B0A3
(176,176,163)
#BABBB0
(186,187,176)
#C4C6BD
(196,198,189)
#CED1CA
(206,209,202)
#D8DCD7
(216,220,215)
#E2E7E4
(226,231,228)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88846F color. Also use rgb(136,132,111) instead hex code.

Text Font Color

.myTextColor { color: #88846F; }

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

This text font color is #88846F.

Background Color

.myBgColor { background-color: #88846F; }

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

This div background color is #88846F.

Border color

.myBorderColor { border: 1px solid #88846F; }

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

This div border color is #88846F.

Opacity

.myOpacity80 { color: #88846F; opacity: 0.8; }

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

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

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

This text has shadow with #88846F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88846F.

Preview

Color preview on black background

This text has color #88846F on black background.


Color preview on white background

This text has color #88846F on white background.


Black color preview on #88846F background

This text has black color on #88846F background.


White color preview on #88846F background

This text has white color on #88846F background.


Related colors

Complementary color

Complementary color for #hex is #777B90.


I love getcolorcode.com

Triadic colors

1 #6F8884 and #846F88 with #88846F are triadic colors.

2 #6F8488 and #84886F with #88846F are triadic colors.