COLOR #8A666D

HEX: #8A666D
RGB: (138,102,109)

Color info

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

RGB color model

#8A666D color RGB value is (138,102,109).

  • red value is 138;
  • green value is 102;
  • blue value is 109.
RGB:
(138,102,109)
(54%,40%,43%)

RGB channels and saturation

R 138 of 255 = 54%
G 102 of 255 = 40%
B 109 of 255 = 43%

138
102
109

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

Portions of RGB colors in percentages

R + G + B =
138 + 102 + 109 = 349 (100%)
R 138 of 349 ~ 39.54%
G 102 of 349 ~ 29.23%
B 109 of 349 ~ 31.23%

%39.54
%29.23
%31.23

CMYK color model

#8A666D color CMYK value is (0,26,21,46).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 21.01%
  • key color value is 45.88%
CMYK:
(0,26,21,46)
C0M26Y21K46 
(0%,26%,21%,46%)
(0.00/0.26/0.21/0.46)	

CMYK percentages

%0
%26.09
%21.01
%45.88

Codes

Color #8A666D in popluar color models

8A666D
RGB138102109
HSL348°15.00%47.06%
HSB/HSV348°26.09%54.12%
CMYK0.00%26.09%21.01%
45.88%

Color #8A666D in popluar number systems.

HEX8A666D
Decimal138102109
Binary1000101011001101101101
Octal212146155

Shades and tints

Shades of #8A666D

#8A666D
(138,102,109)
#7E5D64
(126,93,100)
#72545B
(114,84,91)
#664B52
(102,75,82)
#5A4249
(90,66,73)
#4E3940
(78,57,64)
#423037
(66,48,55)
#36272E
(54,39,46)
#2A1E25
(42,30,37)
#1E151C
(30,21,28)
#120C13
(18,12,19)
#000000
(0,0,0)

Tints of #8A666D

#8A666D
(138,102,109)
#94737A
(148,115,122)
#9E8087
(158,128,135)
#A88D94
(168,141,148)
#B29AA1
(178,154,161)
#BCA7AE
(188,167,174)
#C6B4BB
(198,180,187)
#D0C1C8
(208,193,200)
#DACED5
(218,206,213)
#E4DBE2
(228,219,226)
#EEE8EF
(238,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A666D; }

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

This text font color is #8A666D.


Background Color

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

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

This div background color is #8A666D.


Border color

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

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

This div border color is #8A666D.


Opacity

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

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

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

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

This text has shadow with #8A666D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A666D on black background.


Color preview on white background

This text has color #8A666D on white background.



Black color preview on #8A666D background

This text has black color on #8A666D background.


White color preview on #8A666D background

This text has white color on #8A666D background.