COLOR #888282

HEX: #888282 RGB: (136,130,130)

Color info

#888282 contains red, green and blue colors in about the same proportion. Web safe color of #888282 is #999999 (or #999).

RGB color model

#888282 color RGB value is (136,130,130).

RGB: (136,130,130) (53%, 51%, 51%)

RGB channels and saturation

R 136 of 255 = 53%
G 130 of 255 = 51%
B 130 of 255 = 51%

136
130
130

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

Portions of RGB colors in percentages

R + G + B = 136 + 130 + 130 = 396 (100%)
R 136 of 396 ~ 34.34%
G 130 of 396 ~ 32.83%
B 130 of 396 ~ 32.83'%

%34.34
%32.83
%32.83

CMYK color model

#888282 color CMYK value is (0,4,4,47).

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

CMYK: (0,4,4,47)
C0M4Y4K47 (0%, 4%, 4%, 47%)
(0.00 / 0.04 / 0.04 / 0.47)

CMYK percentages

%0
%4.41
%4.41
%46.67

Codes

Color #888282 in popluar color models

88 82 82
RGB 136 130 130
HSL 2.46% 52.16%
HSB/HSV 4.41% 53.33%
CMYK 0.00% 4.41% 4.41%
46.67%

Color #888282 in popluar number systems.

HEX 88 82 82
Decimal 136 130 130
Binary 10001000 10000010 10000010
Octal 210 202 202

Shades and tints

Shades of #888282

#888282
(136,130,130)
#7C7777
(124,119,119)
#706C6C
(112,108,108)
#646161
(100,97,97)
#585656
(88,86,86)
#4C4B4B
(76,75,75)
#404040
(64,64,64)
#343535
(52,53,53)
#282A2A
(40,42,42)
#1C1F1F
(28,31,31)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #888282

#888282
(136,130,130)
#928D8D
(146,141,141)
#9C9898
(156,152,152)
#A6A3A3
(166,163,163)
#B0AEAE
(176,174,174)
#BAB9B9
(186,185,185)
#C4C4C4
(196,196,196)
#CECFCF
(206,207,207)
#D8DADA
(216,218,218)
#E2E5E5
(226,229,229)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888282; }

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

This text font color is #888282.

Background Color

.myBgColor { background-color: #888282; }

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

This div background color is #888282.

Border color

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

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

This div border color is #888282.

Opacity

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

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

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

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

This text has shadow with #888282 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888282.

Preview

Color preview on black background

This text has color #888282 on black background.


Color preview on white background

This text has color #888282 on white background.


Black color preview on #888282 background

This text has black color on #888282 background.


White color preview on #888282 background

This text has white color on #888282 background.


Related colors

Complementary color

Complementary color for #hex is #777D7D.


I love getcolorcode.com