COLOR #8A6F4D

HEX: #8A6F4D
RGB: (138,111,77)

Color info

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

RGB color model

#8A6F4D color RGB value is (138,111,77).

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

RGB channels and saturation

R 138 of 255 = 54%
G 111 of 255 = 44%
B 77 of 255 = 30%

138
111
77

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

Portions of RGB colors in percentages

R + G + B =
138 + 111 + 77 = 326 (100%)
R 138 of 326 ~ 42.33%
G 111 of 326 ~ 34.05%
B 77 of 326 ~ 23.62%

%42.33
%34.05
%23.62

CMYK color model

#8A6F4D color CMYK value is (0,20,44,46).

  • cyan value is 0.00%
  • magenta value is 19.57%
  • yellow value is 44.20%
  • key color value is 45.88%
CMYK:
(0,20,44,46)
C0M20Y44K46 
(0%,20%,44%,46%)
(0.00/0.20/0.44/0.46)	

CMYK percentages

%0
%19.57
%44.2
%45.88

Codes

Color #8A6F4D in popluar color models

8A6F4D
RGB13811177
HSL33°28.37%42.16%
HSB/HSV33°44.20%54.12%
CMYK0.00%19.57%44.20%
45.88%

Color #8A6F4D in popluar number systems.

HEX8A6F4D
Decimal13811177
Binary1000101011011111001101
Octal212157115

Shades and tints

Shades of #8A6F4D

#8A6F4D
(138,111,77)
#7E6546
(126,101,70)
#725B3F
(114,91,63)
#665138
(102,81,56)
#5A4731
(90,71,49)
#4E3D2A
(78,61,42)
#423323
(66,51,35)
#36291C
(54,41,28)
#2A1F15
(42,31,21)
#1E150E
(30,21,14)
#120B07
(18,11,7)
#000000
(0,0,0)

Tints of #8A6F4D

#8A6F4D
(138,111,77)
#947C5D
(148,124,93)
#9E896D
(158,137,109)
#A8967D
(168,150,125)
#B2A38D
(178,163,141)
#BCB09D
(188,176,157)
#C6BDAD
(198,189,173)
#D0CABD
(208,202,189)
#DAD7CD
(218,215,205)
#E4E4DD
(228,228,221)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A6F4D; }

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

This text font color is #8A6F4D.


Background Color

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

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

This div background color is #8A6F4D.


Border color

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

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

This div border color is #8A6F4D.


Opacity

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

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

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

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

This text has shadow with #8A6F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6F4D on black background.


Color preview on white background

This text has color #8A6F4D on white background.



Black color preview on #8A6F4D background

This text has black color on #8A6F4D background.


White color preview on #8A6F4D background

This text has white color on #8A6F4D background.