COLOR #888479

HEX: #888479
RGB: (136,132,121)

Color info

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

RGB color model

#888479 color RGB value is (136,132,121).

  • red value is 136;
  • green value is 132;
  • blue value is 121.
RGB:
(136,132,121)
(53%,52%,47%)

RGB channels and saturation

R 136 of 255 = 53%
G 132 of 255 = 52%
B 121 of 255 = 47%

136
132
121

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

Portions of RGB colors in percentages

R + G + B =
136 + 132 + 121 = 389 (100%)
R 136 of 389 ~ 34.96%
G 132 of 389 ~ 33.93%
B 121 of 389 ~ 31.11%

%34.96
%33.93
%31.11

CMYK color model

#888479 color CMYK value is (0,3,11,47).

  • cyan value is 0.00%
  • magenta value is 2.94%
  • yellow value is 11.03%
  • key color value is 46.67%
CMYK:
(0,3,11,47)
C0M3Y11K47 
(0%,3%,11%,47%)
(0.00/0.03/0.11/0.47)	

CMYK percentages

%0
%2.94
%11.03
%46.67

Codes

Color #888479 in popluar color models

888479
RGB136132121
HSL44°5.93%50.39%
HSB/HSV44°11.03%53.33%
CMYK0.00%2.94%11.03%
46.67%

Color #888479 in popluar number systems.

HEX888479
Decimal136132121
Binary10001000100001001111001
Octal210204171

Shades and tints

Shades of #888479

#888479
(136,132,121)
#7C786E
(124,120,110)
#706C63
(112,108,99)
#646058
(100,96,88)
#58544D
(88,84,77)
#4C4842
(76,72,66)
#403C37
(64,60,55)
#34302C
(52,48,44)
#282421
(40,36,33)
#1C1816
(28,24,22)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #888479

#888479
(136,132,121)
#928F85
(146,143,133)
#9C9A91
(156,154,145)
#A6A59D
(166,165,157)
#B0B0A9
(176,176,169)
#BABBB5
(186,187,181)
#C4C6C1
(196,198,193)
#CED1CD
(206,209,205)
#D8DCD9
(216,220,217)
#E2E7E5
(226,231,229)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888479; }

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

This text font color is #888479.


Background Color

.myBgColor { background-color: #888479; }

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

This div background color is #888479.


Border color

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

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

This div border color is #888479.


Opacity

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

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

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

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

This text has shadow with #888479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888479 on black background.


Color preview on white background

This text has color #888479 on white background.



Black color preview on #888479 background

This text has black color on #888479 background.


White color preview on #888479 background

This text has white color on #888479 background.