COLOR #8A8782

HEX: #8A8782
RGB: (138,135,130)

Color info

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

RGB color model

#8A8782 color RGB value is (138,135,130).

  • red value is 138;
  • green value is 135;
  • blue value is 130.
RGB:
(138,135,130)
(54%,53%,51%)

RGB channels and saturation

R 138 of 255 = 54%
G 135 of 255 = 53%
B 130 of 255 = 51%

138
135
130

R + G + B ~ 53%. #8A8782 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
138 + 135 + 130 = 403 (100%)
R 138 of 403 ~ 34.24%
G 135 of 403 ~ 33.5%
B 130 of 403 ~ 32.26%

%34.24
%33.5
%32.26

CMYK color model

#8A8782 color CMYK value is (0,2,6,46).

  • cyan value is 0.00%
  • magenta value is 2.17%
  • yellow value is 5.80%
  • key color value is 45.88%
CMYK:
(0,2,6,46)
C0M2Y6K46 
(0%,2%,6%,46%)
(0.00/0.02/0.06/0.46)	

CMYK percentages

%0
%2.17
%5.8
%45.88

Codes

Color #8A8782 in popluar color models

8A8782
RGB138135130
HSL38°3.31%52.55%
HSB/HSV38°5.80%54.12%
CMYK0.00%2.17%5.80%
45.88%

Color #8A8782 in popluar number systems.

HEX8A8782
Decimal138135130
Binary100010101000011110000010
Octal212207202

Shades and tints

Shades of #8A8782

#8A8782
(138,135,130)
#7E7B77
(126,123,119)
#726F6C
(114,111,108)
#666361
(102,99,97)
#5A5756
(90,87,86)
#4E4B4B
(78,75,75)
#423F40
(66,63,64)
#363335
(54,51,53)
#2A272A
(42,39,42)
#1E1B1F
(30,27,31)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #8A8782

#8A8782
(138,135,130)
#94918D
(148,145,141)
#9E9B98
(158,155,152)
#A8A5A3
(168,165,163)
#B2AFAE
(178,175,174)
#BCB9B9
(188,185,185)
#C6C3C4
(198,195,196)
#D0CDCF
(208,205,207)
#DAD7DA
(218,215,218)
#E4E1E5
(228,225,229)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A8782 color. Also use rgb(138,135,130) instead hex code.

Text Font Color

.myTextColor { color: #8A8782; }

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

This text font color is #8A8782.


Background Color

.myBgColor { background-color: #8A8782; }

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

This div background color is #8A8782.


Border color

.myBorderColor { border: 1px solid #8A8782; }

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

This div border color is #8A8782.


Opacity

.myOpacity80 { color: #8A8782; opacity: 0.8; }

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

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

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

This text has shadow with #8A8782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8782 on black background.


Color preview on white background

This text has color #8A8782 on white background.



Black color preview on #8A8782 background

This text has black color on #8A8782 background.


White color preview on #8A8782 background

This text has white color on #8A8782 background.