COLOR #888867

HEX: #888867 RGB: (136,136,103)

Color info

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

RGB color model

#888867 color RGB value is (136,136,103).

RGB: (136,136,103) (53%, 53%, 40%)

RGB channels and saturation

R 136 of 255 = 53%
G 136 of 255 = 53%
B 103 of 255 = 40%

136
136
103

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

Portions of RGB colors in percentages

R + G + B = 136 + 136 + 103 = 375 (100%)
R 136 of 375 ~ 36.27%
G 136 of 375 ~ 36.27%
B 103 of 375 ~ 27.47'%

%36.27
%36.27
%27.47

CMYK color model

#888867 color CMYK value is (0,0,24,47).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 24.26%
  • key color value is 46.67%

CMYK: (0,0,24,47)
C0M0Y24K47 (0%, 0%, 24%, 47%)
(0.00 / 0.00 / 0.24 / 0.47)

CMYK percentages

%0
%0
%24.26
%46.67

Codes

Color #888867 in popluar color models

88 88 67
RGB 136 136 103
HSL 60° 13.81% 46.86%
HSB/HSV 60° 24.26% 53.33%
CMYK 0.00% 0.00% 24.26%
46.67%

Color #888867 in popluar number systems.

HEX 88 88 67
Decimal 136 136 103
Binary 10001000 10001000 1100111
Octal 210 210 147

Shades and tints

Shades of #888867

#888867
(136,136,103)
#7C7C5E
(124,124,94)
#707055
(112,112,85)
#64644C
(100,100,76)
#585843
(88,88,67)
#4C4C3A
(76,76,58)
#404031
(64,64,49)
#343428
(52,52,40)
#28281F
(40,40,31)
#1C1C16
(28,28,22)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #888867

#888867
(136,136,103)
#929274
(146,146,116)
#9C9C81
(156,156,129)
#A6A68E
(166,166,142)
#B0B09B
(176,176,155)
#BABAA8
(186,186,168)
#C4C4B5
(196,196,181)
#CECEC2
(206,206,194)
#D8D8CF
(216,216,207)
#E2E2DC
(226,226,220)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888867; }

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

This text font color is #888867.

Background Color

.myBgColor { background-color: #888867; }

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

This div background color is #888867.

Border color

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

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

This div border color is #888867.

Opacity

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

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

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

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

This text has shadow with #888867 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888867.

Preview

Color preview on black background

This text has color #888867 on black background.


Color preview on white background

This text has color #888867 on white background.


Black color preview on #888867 background

This text has black color on #888867 background.


White color preview on #888867 background

This text has white color on #888867 background.


Related colors

Complementary color

Complementary color for #hex is #777798.


I love getcolorcode.com