COLOR #8A6F49

HEX: #8A6F49
RGB: (138,111,73)

Color info

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

RGB color model

#8A6F49 color RGB value is (138,111,73).

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

RGB channels and saturation

R 138 of 255 = 54%
G 111 of 255 = 44%
B 73 of 255 = 29%

138
111
73

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

Portions of RGB colors in percentages

R + G + B =
138 + 111 + 73 = 322 (100%)
R 138 of 322 ~ 42.86%
G 111 of 322 ~ 34.47%
B 73 of 322 ~ 22.67%

%42.86
%34.47
%22.67

CMYK color model

#8A6F49 color CMYK value is (0,20,47,46).

  • cyan value is 0.00%
  • magenta value is 19.57%
  • yellow value is 47.10%
  • key color value is 45.88%
CMYK:
(0,20,47,46)
C0M20Y47K46 
(0%,20%,47%,46%)
(0.00/0.20/0.47/0.46)	

CMYK percentages

%0
%19.57
%47.1
%45.88

Codes

Color #8A6F49 in popluar color models

8A6F49
RGB13811173
HSL35°30.81%41.37%
HSB/HSV35°47.10%54.12%
CMYK0.00%19.57%47.10%
45.88%

Color #8A6F49 in popluar number systems.

HEX8A6F49
Decimal13811173
Binary1000101011011111001001
Octal212157111

Shades and tints

Shades of #8A6F49

#8A6F49
(138,111,73)
#7E6543
(126,101,67)
#725B3D
(114,91,61)
#665137
(102,81,55)
#5A4731
(90,71,49)
#4E3D2B
(78,61,43)
#423325
(66,51,37)
#36291F
(54,41,31)
#2A1F19
(42,31,25)
#1E1513
(30,21,19)
#120B0D
(18,11,13)
#000000
(0,0,0)

Tints of #8A6F49

#8A6F49
(138,111,73)
#947C59
(148,124,89)
#9E8969
(158,137,105)
#A89679
(168,150,121)
#B2A389
(178,163,137)
#BCB099
(188,176,153)
#C6BDA9
(198,189,169)
#D0CAB9
(208,202,185)
#DAD7C9
(218,215,201)
#E4E4D9
(228,228,217)
#EEF1E9
(238,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A6F49; }

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

This text font color is #8A6F49.


Background Color

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

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

This div background color is #8A6F49.


Border color

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

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

This div border color is #8A6F49.


Opacity

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

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

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

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

This text has shadow with #8A6F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6F49 on black background.


Color preview on white background

This text has color #8A6F49 on white background.



Black color preview on #8A6F49 background

This text has black color on #8A6F49 background.


White color preview on #8A6F49 background

This text has white color on #8A6F49 background.