COLOR #8A9A82

HEX: #8A9A82 RGB: (138,154,130)

Color info

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

RGB color model

#8A9A82 color RGB value is (138,154,130).

RGB: (138,154,130) (54%, 60%, 51%)

RGB channels and saturation

R 138 of 255 = 54%
G 154 of 255 = 60%
B 130 of 255 = 51%

138
154
130

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

Portions of RGB colors in percentages

R + G + B = 138 + 154 + 130 = 422 (100%)
R 138 of 422 ~ 32.7%
G 154 of 422 ~ 36.49%
B 130 of 422 ~ 30.81'%

%32.7
%36.49
%30.81

CMYK color model

#8A9A82 color CMYK value is (10,0,16,40).

  • cyan value is 10.39%
  • magenta value is 0.00%
  • yellow value is 15.58%
  • key color value is 39.61%

CMYK: (10,0,16,40)
C10M0Y16K40 (10%, 0%, 16%, 40%)
(0.10 / 0.00 / 0.16 / 0.40)

CMYK percentages

%10.39
%0
%15.58
%39.61

Codes

Color #8A9A82 in popluar color models

8A 9A 82
RGB 138 154 130
HSL 100° 10.62% 55.69%
HSB/HSV 100° 15.58% 60.39%
CMYK 10.39% 0.00% 15.58%
39.61%

Color #8A9A82 in popluar number systems.

HEX 8A 9A 82
Decimal 138 154 130
Binary 10001010 10011010 10000010
Octal 212 232 202

Shades and tints

Shades of #8A9A82

#8A9A82
(138,154,130)
#7E8C77
(126,140,119)
#727E6C
(114,126,108)
#667061
(102,112,97)
#5A6256
(90,98,86)
#4E544B
(78,84,75)
#424640
(66,70,64)
#363835
(54,56,53)
#2A2A2A
(42,42,42)
#1E1C1F
(30,28,31)
#120E14
(18,14,20)
#000000
(0,0,0)

Tints of #8A9A82

#8A9A82
(138,154,130)
#94A38D
(148,163,141)
#9EAC98
(158,172,152)
#A8B5A3
(168,181,163)
#B2BEAE
(178,190,174)
#BCC7B9
(188,199,185)
#C6D0C4
(198,208,196)
#D0D9CF
(208,217,207)
#DAE2DA
(218,226,218)
#E4EBE5
(228,235,229)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A9A82; }

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

This text font color is #8A9A82.

Background Color

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

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

This div background color is #8A9A82.

Border color

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

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

This div border color is #8A9A82.

Opacity

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

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

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

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

This text has shadow with #8A9A82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A9A82.

Preview

Color preview on black background

This text has color #8A9A82 on black background.


Color preview on white background

This text has color #8A9A82 on white background.


Black color preview on #8A9A82 background

This text has black color on #8A9A82 background.


White color preview on #8A9A82 background

This text has white color on #8A9A82 background.


Related colors

Complementary color

Complementary color for #hex is #75657D.


I love getcolorcode.com

Triadic colors

1 #828A9A and #9A828A with #8A9A82 are triadic colors.

2 #829A8A and #9A8A82 with #8A9A82 are triadic colors.