COLOR #8A786F

HEX: #8A786F
RGB: (138,120,111)

Color info

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

RGB color model

#8A786F color RGB value is (138,120,111).

  • red value is 138;
  • green value is 120;
  • blue value is 111.
RGB:
(138,120,111)
(54%,47%,44%)

RGB channels and saturation

R 138 of 255 = 54%
G 120 of 255 = 47%
B 111 of 255 = 44%

138
120
111

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

Portions of RGB colors in percentages

R + G + B =
138 + 120 + 111 = 369 (100%)
R 138 of 369 ~ 37.4%
G 120 of 369 ~ 32.52%
B 111 of 369 ~ 30.08%

%37.4
%32.52
%30.08

CMYK color model

#8A786F color CMYK value is (0,13,20,46).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 19.57%
  • key color value is 45.88%
CMYK:
(0,13,20,46)
C0M13Y20K46 
(0%,13%,20%,46%)
(0.00/0.13/0.20/0.46)	

CMYK percentages

%0
%13.04
%19.57
%45.88

Codes

Color #8A786F in popluar color models

8A786F
RGB138120111
HSL20°10.84%48.82%
HSB/HSV20°19.57%54.12%
CMYK0.00%13.04%19.57%
45.88%

Color #8A786F in popluar number systems.

HEX8A786F
Decimal138120111
Binary1000101011110001101111
Octal212170157

Shades and tints

Shades of #8A786F

#8A786F
(138,120,111)
#7E6E65
(126,110,101)
#72645B
(114,100,91)
#665A51
(102,90,81)
#5A5047
(90,80,71)
#4E463D
(78,70,61)
#423C33
(66,60,51)
#363229
(54,50,41)
#2A281F
(42,40,31)
#1E1E15
(30,30,21)
#12140B
(18,20,11)
#000000
(0,0,0)

Tints of #8A786F

#8A786F
(138,120,111)
#94847C
(148,132,124)
#9E9089
(158,144,137)
#A89C96
(168,156,150)
#B2A8A3
(178,168,163)
#BCB4B0
(188,180,176)
#C6C0BD
(198,192,189)
#D0CCCA
(208,204,202)
#DAD8D7
(218,216,215)
#E4E4E4
(228,228,228)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A786F color. Also use rgb(138,120,111) instead hex code.

Text Font Color

.myTextColor { color: #8A786F; }

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

This text font color is #8A786F.


Background Color

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

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

This div background color is #8A786F.


Border color

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

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

This div border color is #8A786F.


Opacity

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

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

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

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

This text has shadow with #8A786F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A786F on black background.


Color preview on white background

This text has color #8A786F on white background.



Black color preview on #8A786F background

This text has black color on #8A786F background.


White color preview on #8A786F background

This text has white color on #8A786F background.