COLOR #888080

HEX: #888080
RGB: (136,128,128)

Color info

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

RGB color model

#888080 color RGB value is (136,128,128).

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

RGB channels and saturation

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

136
128
128

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

Portions of RGB colors in percentages

R + G + B =
136 + 128 + 128 = 392 (100%)
R 136 of 392 ~ 34.69%
G 128 of 392 ~ 32.65%
B 128 of 392 ~ 32.65%

%34.69
%32.65
%32.65

CMYK color model

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

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

CMYK percentages

%0
%5.88
%5.88
%46.67

Codes

Color #888080 in popluar color models

888080
RGB136128128
HSL3.25%51.76%
HSB/HSV5.88%53.33%
CMYK0.00%5.88%5.88%
46.67%

Color #888080 in popluar number systems.

HEX888080
Decimal136128128
Binary100010001000000010000000
Octal210200200

Shades and tints

Shades of #888080

#888080
(136,128,128)
#7C7575
(124,117,117)
#706A6A
(112,106,106)
#645F5F
(100,95,95)
#585454
(88,84,84)
#4C4949
(76,73,73)
#403E3E
(64,62,62)
#343333
(52,51,51)
#282828
(40,40,40)
#1C1D1D
(28,29,29)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #888080

#888080
(136,128,128)
#928B8B
(146,139,139)
#9C9696
(156,150,150)
#A6A1A1
(166,161,161)
#B0ACAC
(176,172,172)
#BAB7B7
(186,183,183)
#C4C2C2
(196,194,194)
#CECDCD
(206,205,205)
#D8D8D8
(216,216,216)
#E2E3E3
(226,227,227)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888080; }

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

This text font color is #888080.


Background Color

.myBgColor { background-color: #888080; }

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

This div background color is #888080.


Border color

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

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

This div border color is #888080.


Opacity

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

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

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

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

This text has shadow with #888080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888080 on black background.


Color preview on white background

This text has color #888080 on white background.



Black color preview on #888080 background

This text has black color on #888080 background.


White color preview on #888080 background

This text has white color on #888080 background.