COLOR #8A666A

HEX: #8A666A RGB: (138,102,106)

Color info

#8A666A contains red, green and blue colors in about the same proportion. Web safe color of #8A666A is #996666 (or #966).

RGB color model

#8A666A color RGB value is (138,102,106).

RGB: (138,102,106) (54%, 40%, 42%)

RGB channels and saturation

R 138 of 255 = 54%
G 102 of 255 = 40%
B 106 of 255 = 42%

138
102
106

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

Portions of RGB colors in percentages

R + G + B = 138 + 102 + 106 = 346 (100%)
R 138 of 346 ~ 39.88%
G 102 of 346 ~ 29.48%
B 106 of 346 ~ 30.64'%

%39.88
%29.48
%30.64

CMYK color model

#8A666A color CMYK value is (0,26,23,46).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 23.19%
  • key color value is 45.88%

CMYK: (0,26,23,46)
C0M26Y23K46 (0%, 26%, 23%, 46%)
(0.00 / 0.26 / 0.23 / 0.46)

CMYK percentages

%0
%26.09
%23.19
%45.88

Codes

Color #8A666A in popluar color models

8A 66 6A
RGB 138 102 106
HSL 353° 15.00% 47.06%
HSB/HSV 353° 26.09% 54.12%
CMYK 0.00% 26.09% 23.19%
45.88%

Color #8A666A in popluar number systems.

HEX 8A 66 6A
Decimal 138 102 106
Binary 10001010 1100110 1101010
Octal 212 146 152

Shades and tints

Shades of #8A666A

#8A666A
(138,102,106)
#7E5D61
(126,93,97)
#725458
(114,84,88)
#664B4F
(102,75,79)
#5A4246
(90,66,70)
#4E393D
(78,57,61)
#423034
(66,48,52)
#36272B
(54,39,43)
#2A1E22
(42,30,34)
#1E1519
(30,21,25)
#120C10
(18,12,16)
#000000
(0,0,0)

Tints of #8A666A

#8A666A
(138,102,106)
#947377
(148,115,119)
#9E8084
(158,128,132)
#A88D91
(168,141,145)
#B29A9E
(178,154,158)
#BCA7AB
(188,167,171)
#C6B4B8
(198,180,184)
#D0C1C5
(208,193,197)
#DACED2
(218,206,210)
#E4DBDF
(228,219,223)
#EEE8EC
(238,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A666A color. Also use rgb(138,102,106) instead hex code.

Text Font Color

.myTextColor { color: #8A666A; }

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

This text font color is #8A666A.

Background Color

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

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

This div background color is #8A666A.

Border color

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

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

This div border color is #8A666A.

Opacity

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

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

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

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

This text has shadow with #8A666A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A666A.

Preview

Color preview on black background

This text has color #8A666A on black background.


Color preview on white background

This text has color #8A666A on white background.


Black color preview on #8A666A background

This text has black color on #8A666A background.


White color preview on #8A666A background

This text has white color on #8A666A background.


Related colors

Complementary color

Complementary color for #hex is #759995.


I love getcolorcode.com

Triadic colors

1 #6A8A66 and #666A8A with #8A666A are triadic colors.

2 #6A668A and #668A6A with #8A666A are triadic colors.