COLOR #8A706A

HEX: #8A706A
RGB: (138,112,106)

Color info

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

RGB color model

#8A706A color RGB value is (138,112,106).

  • red value is 138;
  • green value is 112;
  • blue value is 106.
RGB:
(138,112,106)
(54%,44%,42%)

RGB channels and saturation

R 138 of 255 = 54%
G 112 of 255 = 44%
B 106 of 255 = 42%

138
112
106

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

Portions of RGB colors in percentages

R + G + B =
138 + 112 + 106 = 356 (100%)
R 138 of 356 ~ 38.76%
G 112 of 356 ~ 31.46%
B 106 of 356 ~ 29.78%

%38.76
%31.46
%29.78

CMYK color model

#8A706A color CMYK value is (0,19,23,46).

  • cyan value is 0.00%
  • magenta value is 18.84%
  • yellow value is 23.19%
  • key color value is 45.88%
CMYK:
(0,19,23,46)
C0M19Y23K46 
(0%,19%,23%,46%)
(0.00/0.19/0.23/0.46)	

CMYK percentages

%0
%18.84
%23.19
%45.88

Codes

Color #8A706A in popluar color models

8A706A
RGB138112106
HSL11°13.11%47.84%
HSB/HSV11°23.19%54.12%
CMYK0.00%18.84%23.19%
45.88%

Color #8A706A in popluar number systems.

HEX8A706A
Decimal138112106
Binary1000101011100001101010
Octal212160152

Shades and tints

Shades of #8A706A

#8A706A
(138,112,106)
#7E6661
(126,102,97)
#725C58
(114,92,88)
#66524F
(102,82,79)
#5A4846
(90,72,70)
#4E3E3D
(78,62,61)
#423434
(66,52,52)
#362A2B
(54,42,43)
#2A2022
(42,32,34)
#1E1619
(30,22,25)
#120C10
(18,12,16)
#000000
(0,0,0)

Tints of #8A706A

#8A706A
(138,112,106)
#947D77
(148,125,119)
#9E8A84
(158,138,132)
#A89791
(168,151,145)
#B2A49E
(178,164,158)
#BCB1AB
(188,177,171)
#C6BEB8
(198,190,184)
#D0CBC5
(208,203,197)
#DAD8D2
(218,216,210)
#E4E5DF
(228,229,223)
#EEF2EC
(238,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A706A color. Also use rgb(138,112,106) instead hex code.

Text Font Color

.myTextColor { color: #8A706A; }

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

This text font color is #8A706A.


Background Color

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

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

This div background color is #8A706A.


Border color

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

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

This div border color is #8A706A.


Opacity

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

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

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

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

This text has shadow with #8A706A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A706A on black background.


Color preview on white background

This text has color #8A706A on white background.



Black color preview on #8A706A background

This text has black color on #8A706A background.


White color preview on #8A706A background

This text has white color on #8A706A background.