COLOR #888063

HEX: #888063
RGB: (136,128,99)

Color info

#888063 contains red, green and blue colors in about the same proportion. Web safe color of #888063 is #996666 (or #966).

RGB color model

#888063 color RGB value is (136,128,99).

  • red value is 136;
  • green value is 128;
  • blue value is 99.
RGB:
(136,128,99)
(53%,50%,39%)

RGB channels and saturation

R 136 of 255 = 53%
G 128 of 255 = 50%
B 99 of 255 = 39%

136
128
99

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

Portions of RGB colors in percentages

R + G + B =
136 + 128 + 99 = 363 (100%)
R 136 of 363 ~ 37.47%
G 128 of 363 ~ 35.26%
B 99 of 363 ~ 27.27%

%37.47
%35.26
%27.27

CMYK color model

#888063 color CMYK value is (0,6,27,47).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 27.21%
  • key color value is 46.67%
CMYK:
(0,6,27,47)
C0M6Y27K47 
(0%,6%,27%,47%)
(0.00/0.06/0.27/0.47)	

CMYK percentages

%0
%5.88
%27.21
%46.67

Codes

Color #888063 in popluar color models

888063
RGB13612899
HSL47°15.74%46.08%
HSB/HSV47°27.21%53.33%
CMYK0.00%5.88%27.21%
46.67%

Color #888063 in popluar number systems.

HEX888063
Decimal13612899
Binary10001000100000001100011
Octal210200143

Shades and tints

Shades of #888063

#888063
(136,128,99)
#7C755A
(124,117,90)
#706A51
(112,106,81)
#645F48
(100,95,72)
#58543F
(88,84,63)
#4C4936
(76,73,54)
#403E2D
(64,62,45)
#343324
(52,51,36)
#28281B
(40,40,27)
#1C1D12
(28,29,18)
#101209
(16,18,9)
#000000
(0,0,0)

Tints of #888063

#888063
(136,128,99)
#928B71
(146,139,113)
#9C967F
(156,150,127)
#A6A18D
(166,161,141)
#B0AC9B
(176,172,155)
#BAB7A9
(186,183,169)
#C4C2B7
(196,194,183)
#CECDC5
(206,205,197)
#D8D8D3
(216,216,211)
#E2E3E1
(226,227,225)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888063; }

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

This text font color is #888063.


Background Color

.myBgColor { background-color: #888063; }

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

This div background color is #888063.


Border color

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

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

This div border color is #888063.


Opacity

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

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

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

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

This text has shadow with #888063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888063 on black background.


Color preview on white background

This text has color #888063 on white background.



Black color preview on #888063 background

This text has black color on #888063 background.


White color preview on #888063 background

This text has white color on #888063 background.