COLOR #888156

HEX: #888156
RGB: (136,129,86)

Color info

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

RGB color model

#888156 color RGB value is (136,129,86).

  • red value is 136;
  • green value is 129;
  • blue value is 86.
RGB:
(136,129,86)
(53%,51%,34%)

RGB channels and saturation

R 136 of 255 = 53%
G 129 of 255 = 51%
B 86 of 255 = 34%

136
129
86

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

Portions of RGB colors in percentages

R + G + B =
136 + 129 + 86 = 351 (100%)
R 136 of 351 ~ 38.75%
G 129 of 351 ~ 36.75%
B 86 of 351 ~ 24.5%

%38.75
%36.75
%24.5

CMYK color model

#888156 color CMYK value is (0,5,37,47).

  • cyan value is 0.00%
  • magenta value is 5.15%
  • yellow value is 36.76%
  • key color value is 46.67%
CMYK:
(0,5,37,47)
C0M5Y37K47 
(0%,5%,37%,47%)
(0.00/0.05/0.37/0.47)	

CMYK percentages

%0
%5.15
%36.76
%46.67

Codes

Color #888156 in popluar color models

888156
RGB13612986
HSL52°22.52%43.53%
HSB/HSV52°36.76%53.33%
CMYK0.00%5.15%36.76%
46.67%

Color #888156 in popluar number systems.

HEX888156
Decimal13612986
Binary10001000100000011010110
Octal210201126

Shades and tints

Shades of #888156

#888156
(136,129,86)
#7C764F
(124,118,79)
#706B48
(112,107,72)
#646041
(100,96,65)
#58553A
(88,85,58)
#4C4A33
(76,74,51)
#403F2C
(64,63,44)
#343425
(52,52,37)
#28291E
(40,41,30)
#1C1E17
(28,30,23)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #888156

#888156
(136,129,86)
#928C65
(146,140,101)
#9C9774
(156,151,116)
#A6A283
(166,162,131)
#B0AD92
(176,173,146)
#BAB8A1
(186,184,161)
#C4C3B0
(196,195,176)
#CECEBF
(206,206,191)
#D8D9CE
(216,217,206)
#E2E4DD
(226,228,221)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888156; }

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

This text font color is #888156.


Background Color

.myBgColor { background-color: #888156; }

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

This div background color is #888156.


Border color

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

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

This div border color is #888156.


Opacity

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

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

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

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

This text has shadow with #888156 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888156 on black background.


Color preview on white background

This text has color #888156 on white background.



Black color preview on #888156 background

This text has black color on #888156 background.


White color preview on #888156 background

This text has white color on #888156 background.