COLOR #8A8E82

HEX: #8A8E82
RGB: (138,142,130)

Color info

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

RGB color model

#8A8E82 color RGB value is (138,142,130).

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

RGB channels and saturation

R 138 of 255 = 54%
G 142 of 255 = 56%
B 130 of 255 = 51%

138
142
130

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

Portions of RGB colors in percentages

R + G + B =
138 + 142 + 130 = 410 (100%)
R 138 of 410 ~ 33.66%
G 142 of 410 ~ 34.63%
B 130 of 410 ~ 31.71%

%33.66
%34.63
%31.71

CMYK color model

#8A8E82 color CMYK value is (3,0,8,44).

  • cyan value is 2.82%
  • magenta value is 0.00%
  • yellow value is 8.45%
  • key color value is 44.31%
CMYK:
(3,0,8,44)
C3M0Y8K44 
(3%,0%,8%,44%)
(0.03/0.00/0.08/0.44)	

CMYK percentages

%2.82
%0
%8.45
%44.31

Codes

Color #8A8E82 in popluar color models

8A8E82
RGB138142130
HSL80°5.04%53.33%
HSB/HSV80°8.45%55.69%
CMYK2.82%0.00%8.45%
44.31%

Color #8A8E82 in popluar number systems.

HEX8A8E82
Decimal138142130
Binary100010101000111010000010
Octal212216202

Shades and tints

Shades of #8A8E82

#8A8E82
(138,142,130)
#7E8277
(126,130,119)
#72766C
(114,118,108)
#666A61
(102,106,97)
#5A5E56
(90,94,86)
#4E524B
(78,82,75)
#424640
(66,70,64)
#363A35
(54,58,53)
#2A2E2A
(42,46,42)
#1E221F
(30,34,31)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #8A8E82

#8A8E82
(138,142,130)
#94988D
(148,152,141)
#9EA298
(158,162,152)
#A8ACA3
(168,172,163)
#B2B6AE
(178,182,174)
#BCC0B9
(188,192,185)
#C6CAC4
(198,202,196)
#D0D4CF
(208,212,207)
#DADEDA
(218,222,218)
#E4E8E5
(228,232,229)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A8E82; }

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

This text font color is #8A8E82.


Background Color

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

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

This div background color is #8A8E82.


Border color

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

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

This div border color is #8A8E82.


Opacity

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

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

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

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

This text has shadow with #8A8E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8E82 on black background.


Color preview on white background

This text has color #8A8E82 on white background.



Black color preview on #8A8E82 background

This text has black color on #8A8E82 background.


White color preview on #8A8E82 background

This text has white color on #8A8E82 background.