COLOR #8A806C

HEX: #8A806C
RGB: (138,128,108)

Color info

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

RGB color model

#8A806C color RGB value is (138,128,108).

  • red value is 138;
  • green value is 128;
  • blue value is 108.
RGB:
(138,128,108)
(54%,50%,42%)

RGB channels and saturation

R 138 of 255 = 54%
G 128 of 255 = 50%
B 108 of 255 = 42%

138
128
108

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

Portions of RGB colors in percentages

R + G + B =
138 + 128 + 108 = 374 (100%)
R 138 of 374 ~ 36.9%
G 128 of 374 ~ 34.22%
B 108 of 374 ~ 28.88%

%36.9
%34.22
%28.88

CMYK color model

#8A806C color CMYK value is (0,7,22,46).

  • cyan value is 0.00%
  • magenta value is 7.25%
  • yellow value is 21.74%
  • key color value is 45.88%
CMYK:
(0,7,22,46)
C0M7Y22K46 
(0%,7%,22%,46%)
(0.00/0.07/0.22/0.46)	

CMYK percentages

%0
%7.25
%21.74
%45.88

Codes

Color #8A806C in popluar color models

8A806C
RGB138128108
HSL40°12.20%48.24%
HSB/HSV40°21.74%54.12%
CMYK0.00%7.25%21.74%
45.88%

Color #8A806C in popluar number systems.

HEX8A806C
Decimal138128108
Binary10001010100000001101100
Octal212200154

Shades and tints

Shades of #8A806C

#8A806C
(138,128,108)
#7E7563
(126,117,99)
#726A5A
(114,106,90)
#665F51
(102,95,81)
#5A5448
(90,84,72)
#4E493F
(78,73,63)
#423E36
(66,62,54)
#36332D
(54,51,45)
#2A2824
(42,40,36)
#1E1D1B
(30,29,27)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #8A806C

#8A806C
(138,128,108)
#948B79
(148,139,121)
#9E9686
(158,150,134)
#A8A193
(168,161,147)
#B2ACA0
(178,172,160)
#BCB7AD
(188,183,173)
#C6C2BA
(198,194,186)
#D0CDC7
(208,205,199)
#DAD8D4
(218,216,212)
#E4E3E1
(228,227,225)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A806C color. Also use rgb(138,128,108) instead hex code.

Text Font Color

.myTextColor { color: #8A806C; }

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

This text font color is #8A806C.


Background Color

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

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

This div background color is #8A806C.


Border color

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

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

This div border color is #8A806C.


Opacity

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

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

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

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

This text has shadow with #8A806C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A806C on black background.


Color preview on white background

This text has color #8A806C on white background.



Black color preview on #8A806C background

This text has black color on #8A806C background.


White color preview on #8A806C background

This text has white color on #8A806C background.