COLOR #8A6964

HEX: #8A6964
RGB: (138,105,100)

Color info

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

RGB color model

#8A6964 color RGB value is (138,105,100).

  • red value is 138;
  • green value is 105;
  • blue value is 100.
RGB:
(138,105,100)
(54%,41%,39%)

RGB channels and saturation

R 138 of 255 = 54%
G 105 of 255 = 41%
B 100 of 255 = 39%

138
105
100

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

Portions of RGB colors in percentages

R + G + B =
138 + 105 + 100 = 343 (100%)
R 138 of 343 ~ 40.23%
G 105 of 343 ~ 30.61%
B 100 of 343 ~ 29.15%

%40.23
%30.61
%29.15

CMYK color model

#8A6964 color CMYK value is (0,24,28,46).

  • cyan value is 0.00%
  • magenta value is 23.91%
  • yellow value is 27.54%
  • key color value is 45.88%
CMYK:
(0,24,28,46)
C0M24Y28K46 
(0%,24%,28%,46%)
(0.00/0.24/0.28/0.46)	

CMYK percentages

%0
%23.91
%27.54
%45.88

Codes

Color #8A6964 in popluar color models

8A6964
RGB138105100
HSL15.97%46.67%
HSB/HSV27.54%54.12%
CMYK0.00%23.91%27.54%
45.88%

Color #8A6964 in popluar number systems.

HEX8A6964
Decimal138105100
Binary1000101011010011100100
Octal212151144

Shades and tints

Shades of #8A6964

#8A6964
(138,105,100)
#7E605B
(126,96,91)
#725752
(114,87,82)
#664E49
(102,78,73)
#5A4540
(90,69,64)
#4E3C37
(78,60,55)
#42332E
(66,51,46)
#362A25
(54,42,37)
#2A211C
(42,33,28)
#1E1813
(30,24,19)
#120F0A
(18,15,10)
#000000
(0,0,0)

Tints of #8A6964

#8A6964
(138,105,100)
#947672
(148,118,114)
#9E8380
(158,131,128)
#A8908E
(168,144,142)
#B29D9C
(178,157,156)
#BCAAAA
(188,170,170)
#C6B7B8
(198,183,184)
#D0C4C6
(208,196,198)
#DAD1D4
(218,209,212)
#E4DEE2
(228,222,226)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A6964 color. Also use rgb(138,105,100) instead hex code.

Text Font Color

.myTextColor { color: #8A6964; }

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

This text font color is #8A6964.


Background Color

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

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

This div background color is #8A6964.


Border color

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

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

This div border color is #8A6964.


Opacity

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

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

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

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

This text has shadow with #8A6964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6964 on black background.


Color preview on white background

This text has color #8A6964 on white background.



Black color preview on #8A6964 background

This text has black color on #8A6964 background.


White color preview on #8A6964 background

This text has white color on #8A6964 background.