COLOR #8A6B4D

HEX: #8A6B4D
RGB: (138,107,77)

Color info

#8A6B4D contains mainly red and green colors. Web safe color of #8A6B4D is #996633 (or #963).

RGB color model

#8A6B4D color RGB value is (138,107,77).

  • red value is 138;
  • green value is 107;
  • blue value is 77.
RGB:
(138,107,77)
(54%,42%,30%)

RGB channels and saturation

R 138 of 255 = 54%
G 107 of 255 = 42%
B 77 of 255 = 30%

138
107
77

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

Portions of RGB colors in percentages

R + G + B =
138 + 107 + 77 = 322 (100%)
R 138 of 322 ~ 42.86%
G 107 of 322 ~ 33.23%
B 77 of 322 ~ 23.91%

%42.86
%33.23
%23.91

CMYK color model

#8A6B4D color CMYK value is (0,22,44,46).

  • cyan value is 0.00%
  • magenta value is 22.46%
  • yellow value is 44.20%
  • key color value is 45.88%
CMYK:
(0,22,44,46)
C0M22Y44K46 
(0%,22%,44%,46%)
(0.00/0.22/0.44/0.46)	

CMYK percentages

%0
%22.46
%44.2
%45.88

Codes

Color #8A6B4D in popluar color models

8A6B4D
RGB13810777
HSL30°28.37%42.16%
HSB/HSV30°44.20%54.12%
CMYK0.00%22.46%44.20%
45.88%

Color #8A6B4D in popluar number systems.

HEX8A6B4D
Decimal13810777
Binary1000101011010111001101
Octal212153115

Shades and tints

Shades of #8A6B4D

#8A6B4D
(138,107,77)
#7E6246
(126,98,70)
#72593F
(114,89,63)
#665038
(102,80,56)
#5A4731
(90,71,49)
#4E3E2A
(78,62,42)
#423523
(66,53,35)
#362C1C
(54,44,28)
#2A2315
(42,35,21)
#1E1A0E
(30,26,14)
#121107
(18,17,7)
#000000
(0,0,0)

Tints of #8A6B4D

#8A6B4D
(138,107,77)
#94785D
(148,120,93)
#9E856D
(158,133,109)
#A8927D
(168,146,125)
#B29F8D
(178,159,141)
#BCAC9D
(188,172,157)
#C6B9AD
(198,185,173)
#D0C6BD
(208,198,189)
#DAD3CD
(218,211,205)
#E4E0DD
(228,224,221)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A6B4D color. Also use rgb(138,107,77) instead hex code.

Text Font Color

.myTextColor { color: #8A6B4D; }

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

This text font color is #8A6B4D.


Background Color

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

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

This div background color is #8A6B4D.


Border color

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

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

This div border color is #8A6B4D.


Opacity

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

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

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

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

This text has shadow with #8A6B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6B4D on black background.


Color preview on white background

This text has color #8A6B4D on white background.



Black color preview on #8A6B4D background

This text has black color on #8A6B4D background.


White color preview on #8A6B4D background

This text has white color on #8A6B4D background.