COLOR #888163

HEX: #888163 RGB: (136,129,99)

Color info

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

RGB color model

#888163 color RGB value is (136,129,99).

RGB: (136,129,99) (53%, 51%, 39%)

RGB channels and saturation

R 136 of 255 = 53%
G 129 of 255 = 51%
B 99 of 255 = 39%

136
129
99

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

Portions of RGB colors in percentages

R + G + B = 136 + 129 + 99 = 364 (100%)
R 136 of 364 ~ 37.36%
G 129 of 364 ~ 35.44%
B 99 of 364 ~ 27.2'%

%37.36
%35.44
%27.2

CMYK color model

#888163 color CMYK value is (0,5,27,47).

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

CMYK: (0,5,27,47)
C0M5Y27K47 (0%, 5%, 27%, 47%)
(0.00 / 0.05 / 0.27 / 0.47)

CMYK percentages

%0
%5.15
%27.21
%46.67

Codes

Color #888163 in popluar color models

88 81 63
RGB 136 129 99
HSL 49° 15.74% 46.08%
HSB/HSV 49° 27.21% 53.33%
CMYK 0.00% 5.15% 27.21%
46.67%

Color #888163 in popluar number systems.

HEX 88 81 63
Decimal 136 129 99
Binary 10001000 10000001 1100011
Octal 210 201 143

Shades and tints

Shades of #888163

#888163
(136,129,99)
#7C765A
(124,118,90)
#706B51
(112,107,81)
#646048
(100,96,72)
#58553F
(88,85,63)
#4C4A36
(76,74,54)
#403F2D
(64,63,45)
#343424
(52,52,36)
#28291B
(40,41,27)
#1C1E12
(28,30,18)
#101309
(16,19,9)
#000000
(0,0,0)

Tints of #888163

#888163
(136,129,99)
#928C71
(146,140,113)
#9C977F
(156,151,127)
#A6A28D
(166,162,141)
#B0AD9B
(176,173,155)
#BAB8A9
(186,184,169)
#C4C3B7
(196,195,183)
#CECEC5
(206,206,197)
#D8D9D3
(216,217,211)
#E2E4E1
(226,228,225)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888163; }

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

This text font color is #888163.

Background Color

.myBgColor { background-color: #888163; }

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

This div background color is #888163.

Border color

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

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

This div border color is #888163.

Opacity

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

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

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

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

This text has shadow with #888163 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888163.

Preview

Color preview on black background

This text has color #888163 on black background.


Color preview on white background

This text has color #888163 on white background.


Black color preview on #888163 background

This text has black color on #888163 background.


White color preview on #888163 background

This text has white color on #888163 background.


Related colors

Complementary color

Complementary color for #hex is #777E9C.


I love getcolorcode.com

Triadic colors

1 #638881 and #816388 with #888163 are triadic colors.

2 #638188 and #818863 with #888163 are triadic colors.