COLOR #8A6661

HEX: #8A6661
RGB: (138,102,97)

Color info

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

RGB color model

#8A6661 color RGB value is (138,102,97).

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

RGB channels and saturation

R 138 of 255 = 54%
G 102 of 255 = 40%
B 97 of 255 = 38%

138
102
97

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

Portions of RGB colors in percentages

R + G + B =
138 + 102 + 97 = 337 (100%)
R 138 of 337 ~ 40.95%
G 102 of 337 ~ 30.27%
B 97 of 337 ~ 28.78%

%40.95
%30.27
%28.78

CMYK color model

#8A6661 color CMYK value is (0,26,30,46).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 29.71%
  • key color value is 45.88%
CMYK:
(0,26,30,46)
C0M26Y30K46 
(0%,26%,30%,46%)
(0.00/0.26/0.30/0.46)	

CMYK percentages

%0
%26.09
%29.71
%45.88

Codes

Color #8A6661 in popluar color models

8A6661
RGB13810297
HSL17.45%46.08%
HSB/HSV29.71%54.12%
CMYK0.00%26.09%29.71%
45.88%

Color #8A6661 in popluar number systems.

HEX8A6661
Decimal13810297
Binary1000101011001101100001
Octal212146141

Shades and tints

Shades of #8A6661

#8A6661
(138,102,97)
#7E5D59
(126,93,89)
#725451
(114,84,81)
#664B49
(102,75,73)
#5A4241
(90,66,65)
#4E3939
(78,57,57)
#423031
(66,48,49)
#362729
(54,39,41)
#2A1E21
(42,30,33)
#1E1519
(30,21,25)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #8A6661

#8A6661
(138,102,97)
#94736F
(148,115,111)
#9E807D
(158,128,125)
#A88D8B
(168,141,139)
#B29A99
(178,154,153)
#BCA7A7
(188,167,167)
#C6B4B5
(198,180,181)
#D0C1C3
(208,193,195)
#DACED1
(218,206,209)
#E4DBDF
(228,219,223)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A6661; }

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

This text font color is #8A6661.


Background Color

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

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

This div background color is #8A6661.


Border color

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

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

This div border color is #8A6661.


Opacity

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

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

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

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

This text has shadow with #8A6661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6661 on black background.


Color preview on white background

This text has color #8A6661 on white background.



Black color preview on #8A6661 background

This text has black color on #8A6661 background.


White color preview on #8A6661 background

This text has white color on #8A6661 background.