COLOR #8A866D

HEX: #8A866D
RGB: (138,134,109)

Color info

#8A866D contains red, green and blue colors in about the same proportion. Web safe color of #8A866D is #999966 (or #996).

RGB color model

#8A866D color RGB value is (138,134,109).

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

RGB channels and saturation

R 138 of 255 = 54%
G 134 of 255 = 53%
B 109 of 255 = 43%

138
134
109

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

Portions of RGB colors in percentages

R + G + B =
138 + 134 + 109 = 381 (100%)
R 138 of 381 ~ 36.22%
G 134 of 381 ~ 35.17%
B 109 of 381 ~ 28.61%

%36.22
%35.17
%28.61

CMYK color model

#8A866D color CMYK value is (0,3,21,46).

  • cyan value is 0.00%
  • magenta value is 2.90%
  • yellow value is 21.01%
  • key color value is 45.88%
CMYK:
(0,3,21,46)
C0M3Y21K46 
(0%,3%,21%,46%)
(0.00/0.03/0.21/0.46)	

CMYK percentages

%0
%2.9
%21.01
%45.88

Codes

Color #8A866D in popluar color models

8A866D
RGB138134109
HSL52°11.74%48.43%
HSB/HSV52°21.01%54.12%
CMYK0.00%2.90%21.01%
45.88%

Color #8A866D in popluar number systems.

HEX8A866D
Decimal138134109
Binary10001010100001101101101
Octal212206155

Shades and tints

Shades of #8A866D

#8A866D
(138,134,109)
#7E7A64
(126,122,100)
#726E5B
(114,110,91)
#666252
(102,98,82)
#5A5649
(90,86,73)
#4E4A40
(78,74,64)
#423E37
(66,62,55)
#36322E
(54,50,46)
#2A2625
(42,38,37)
#1E1A1C
(30,26,28)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #8A866D

#8A866D
(138,134,109)
#94917A
(148,145,122)
#9E9C87
(158,156,135)
#A8A794
(168,167,148)
#B2B2A1
(178,178,161)
#BCBDAE
(188,189,174)
#C6C8BB
(198,200,187)
#D0D3C8
(208,211,200)
#DADED5
(218,222,213)
#E4E9E2
(228,233,226)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A866D; }

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

This text font color is #8A866D.


Background Color

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

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

This div background color is #8A866D.


Border color

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

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

This div border color is #8A866D.


Opacity

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

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

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

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

This text has shadow with #8A866D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A866D on black background.


Color preview on white background

This text has color #8A866D on white background.



Black color preview on #8A866D background

This text has black color on #8A866D background.


White color preview on #8A866D background

This text has white color on #8A866D background.