COLOR #888873

HEX: #888873
RGB: (136,136,115)

Color info

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

RGB color model

#888873 color RGB value is (136,136,115).

  • red value is 136;
  • green value is 136;
  • blue value is 115.
RGB:
(136,136,115)
(53%,53%,45%)

RGB channels and saturation

R 136 of 255 = 53%
G 136 of 255 = 53%
B 115 of 255 = 45%

136
136
115

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

Portions of RGB colors in percentages

R + G + B =
136 + 136 + 115 = 387 (100%)
R 136 of 387 ~ 35.14%
G 136 of 387 ~ 35.14%
B 115 of 387 ~ 29.72%

%35.14
%35.14
%29.72

CMYK color model

#888873 color CMYK value is (0,0,15,47).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 15.44%
  • key color value is 46.67%
CMYK:
(0,0,15,47)
C0M0Y15K47 
(0%,0%,15%,47%)
(0.00/0.00/0.15/0.47)	

CMYK percentages

%0
%0
%15.44
%46.67

Codes

Color #888873 in popluar color models

888873
RGB136136115
HSL60°8.37%49.22%
HSB/HSV60°15.44%53.33%
CMYK0.00%0.00%15.44%
46.67%

Color #888873 in popluar number systems.

HEX888873
Decimal136136115
Binary10001000100010001110011
Octal210210163

Shades and tints

Shades of #888873

#888873
(136,136,115)
#7C7C69
(124,124,105)
#70705F
(112,112,95)
#646455
(100,100,85)
#58584B
(88,88,75)
#4C4C41
(76,76,65)
#404037
(64,64,55)
#34342D
(52,52,45)
#282823
(40,40,35)
#1C1C19
(28,28,25)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #888873

#888873
(136,136,115)
#92927F
(146,146,127)
#9C9C8B
(156,156,139)
#A6A697
(166,166,151)
#B0B0A3
(176,176,163)
#BABAAF
(186,186,175)
#C4C4BB
(196,196,187)
#CECEC7
(206,206,199)
#D8D8D3
(216,216,211)
#E2E2DF
(226,226,223)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888873; }

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

This text font color is #888873.


Background Color

.myBgColor { background-color: #888873; }

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

This div background color is #888873.


Border color

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

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

This div border color is #888873.


Opacity

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

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

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

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

This text has shadow with #888873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888873 on black background.


Color preview on white background

This text has color #888873 on white background.



Black color preview on #888873 background

This text has black color on #888873 background.


White color preview on #888873 background

This text has white color on #888873 background.