COLOR #8A6D61

HEX: #8A6D61
RGB: (138,109,97)

Color info

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

RGB color model

#8A6D61 color RGB value is (138,109,97).

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

RGB channels and saturation

R 138 of 255 = 54%
G 109 of 255 = 43%
B 97 of 255 = 38%

138
109
97

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

Portions of RGB colors in percentages

R + G + B =
138 + 109 + 97 = 344 (100%)
R 138 of 344 ~ 40.12%
G 109 of 344 ~ 31.69%
B 97 of 344 ~ 28.2%

%40.12
%31.69
%28.2

CMYK color model

#8A6D61 color CMYK value is (0,21,30,46).

  • cyan value is 0.00%
  • magenta value is 21.01%
  • yellow value is 29.71%
  • key color value is 45.88%
CMYK:
(0,21,30,46)
C0M21Y30K46 
(0%,21%,30%,46%)
(0.00/0.21/0.30/0.46)	

CMYK percentages

%0
%21.01
%29.71
%45.88

Codes

Color #8A6D61 in popluar color models

8A6D61
RGB13810997
HSL18°17.45%46.08%
HSB/HSV18°29.71%54.12%
CMYK0.00%21.01%29.71%
45.88%

Color #8A6D61 in popluar number systems.

HEX8A6D61
Decimal13810997
Binary1000101011011011100001
Octal212155141

Shades and tints

Shades of #8A6D61

#8A6D61
(138,109,97)
#7E6459
(126,100,89)
#725B51
(114,91,81)
#665249
(102,82,73)
#5A4941
(90,73,65)
#4E4039
(78,64,57)
#423731
(66,55,49)
#362E29
(54,46,41)
#2A2521
(42,37,33)
#1E1C19
(30,28,25)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #8A6D61

#8A6D61
(138,109,97)
#947A6F
(148,122,111)
#9E877D
(158,135,125)
#A8948B
(168,148,139)
#B2A199
(178,161,153)
#BCAEA7
(188,174,167)
#C6BBB5
(198,187,181)
#D0C8C3
(208,200,195)
#DAD5D1
(218,213,209)
#E4E2DF
(228,226,223)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A6D61; }

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

This text font color is #8A6D61.


Background Color

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

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

This div background color is #8A6D61.


Border color

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

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

This div border color is #8A6D61.


Opacity

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

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

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

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

This text has shadow with #8A6D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6D61 on black background.


Color preview on white background

This text has color #8A6D61 on white background.



Black color preview on #8A6D61 background

This text has black color on #8A6D61 background.


White color preview on #8A6D61 background

This text has white color on #8A6D61 background.