COLOR #888582

HEX: #888582
RGB: (136,133,130)

Color info

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

RGB color model

#888582 color RGB value is (136,133,130).

  • red value is 136;
  • green value is 133;
  • blue value is 130.
RGB:
(136,133,130)
(53%,52%,51%)

RGB channels and saturation

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

136
133
130

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

Portions of RGB colors in percentages

R + G + B =
136 + 133 + 130 = 399 (100%)
R 136 of 399 ~ 34.09%
G 133 of 399 ~ 33.33%
B 130 of 399 ~ 32.58%

%34.09
%33.33
%32.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.21%
  • yellow value is 4.41%
  • key color value is 46.67%
CMYK:
(0,2,4,47)
C0M2Y4K47 
(0%,2%,4%,47%)
(0.00/0.02/0.04/0.47)	

CMYK percentages

%0
%2.21
%4.41
%46.67

Codes

Color #888582 in popluar color models

888582
RGB136133130
HSL30°2.46%52.16%
HSB/HSV30°4.41%53.33%
CMYK0.00%2.21%4.41%
46.67%

Color #888582 in popluar number systems.

HEX888582
Decimal136133130
Binary100010001000010110000010
Octal210205202

Shades and tints

Shades of #888582

#888582
(136,133,130)
#7C7977
(124,121,119)
#706D6C
(112,109,108)
#646161
(100,97,97)
#585556
(88,85,86)
#4C494B
(76,73,75)
#403D40
(64,61,64)
#343135
(52,49,53)
#28252A
(40,37,42)
#1C191F
(28,25,31)
#100D14
(16,13,20)
#000000
(0,0,0)

Tints of #888582

#888582
(136,133,130)
#92908D
(146,144,141)
#9C9B98
(156,155,152)
#A6A6A3
(166,166,163)
#B0B1AE
(176,177,174)
#BABCB9
(186,188,185)
#C4C7C4
(196,199,196)
#CED2CF
(206,210,207)
#D8DDDA
(216,221,218)
#E2E8E5
(226,232,229)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888582; }

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

This text font color is #888582.


Background Color

.myBgColor { background-color: #888582; }

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

This div background color is #888582.


Border color

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

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

This div border color is #888582.


Opacity

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

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

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

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

This text has shadow with #888582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888582 on black background.


Color preview on white background

This text has color #888582 on white background.



Black color preview on #888582 background

This text has black color on #888582 background.


White color preview on #888582 background

This text has white color on #888582 background.