COLOR #888160

HEX: #888160 RGB: (136,129,96)

Color info

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

RGB color model

#888160 color RGB value is (136,129,96).

RGB: (136,129,96) (53%, 51%, 38%)

RGB channels and saturation

R 136 of 255 = 53%
G 129 of 255 = 51%
B 96 of 255 = 38%

136
129
96

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

Portions of RGB colors in percentages

R + G + B = 136 + 129 + 96 = 361 (100%)
R 136 of 361 ~ 37.67%
G 129 of 361 ~ 35.73%
B 96 of 361 ~ 26.59'%

%37.67
%35.73
%26.59

CMYK color model

#888160 color CMYK value is (0,5,29,47).

  • cyan value is 0.00%
  • magenta value is 5.15%
  • yellow value is 29.41%
  • key color value is 46.67%

CMYK: (0,5,29,47)
C0M5Y29K47 (0%, 5%, 29%, 47%)
(0.00 / 0.05 / 0.29 / 0.47)

CMYK percentages

%0
%5.15
%29.41
%46.67

Codes

Color #888160 in popluar color models

88 81 60
RGB 136 129 96
HSL 50° 17.24% 45.49%
HSB/HSV 50° 29.41% 53.33%
CMYK 0.00% 5.15% 29.41%
46.67%

Color #888160 in popluar number systems.

HEX 88 81 60
Decimal 136 129 96
Binary 10001000 10000001 1100000
Octal 210 201 140

Shades and tints

Shades of #888160

#888160
(136,129,96)
#7C7658
(124,118,88)
#706B50
(112,107,80)
#646048
(100,96,72)
#585540
(88,85,64)
#4C4A38
(76,74,56)
#403F30
(64,63,48)
#343428
(52,52,40)
#282920
(40,41,32)
#1C1E18
(28,30,24)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #888160

#888160
(136,129,96)
#928C6E
(146,140,110)
#9C977C
(156,151,124)
#A6A28A
(166,162,138)
#B0AD98
(176,173,152)
#BAB8A6
(186,184,166)
#C4C3B4
(196,195,180)
#CECEC2
(206,206,194)
#D8D9D0
(216,217,208)
#E2E4DE
(226,228,222)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888160 color. Also use rgb(136,129,96) instead hex code.

Text Font Color

.myTextColor { color: #888160; }

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

This text font color is #888160.

Background Color

.myBgColor { background-color: #888160; }

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

This div background color is #888160.

Border color

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

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

This div border color is #888160.

Opacity

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

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

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

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

This text has shadow with #888160 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888160.

Preview

Color preview on black background

This text has color #888160 on black background.


Color preview on white background

This text has color #888160 on white background.


Black color preview on #888160 background

This text has black color on #888160 background.


White color preview on #888160 background

This text has white color on #888160 background.


Related colors

Complementary color

Complementary color for #hex is #777E9F.


I love getcolorcode.com

Triadic colors

1 #608881 and #816088 with #888160 are triadic colors.

2 #608188 and #818860 with #888160 are triadic colors.