COLOR #8A6249

HEX: #8A6249
RGB: (138,98,73)

Color info

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

RGB color model

#8A6249 color RGB value is (138,98,73).

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

RGB channels and saturation

R 138 of 255 = 54%
G 98 of 255 = 38%
B 73 of 255 = 29%

138
98
73

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

Portions of RGB colors in percentages

R + G + B =
138 + 98 + 73 = 309 (100%)
R 138 of 309 ~ 44.66%
G 98 of 309 ~ 31.72%
B 73 of 309 ~ 23.62%

%44.66
%31.72
%23.62

CMYK color model

#8A6249 color CMYK value is (0,29,47,46).

  • cyan value is 0.00%
  • magenta value is 28.99%
  • yellow value is 47.10%
  • key color value is 45.88%
CMYK:
(0,29,47,46)
C0M29Y47K46 
(0%,29%,47%,46%)
(0.00/0.29/0.47/0.46)	

CMYK percentages

%0
%28.99
%47.1
%45.88

Codes

Color #8A6249 in popluar color models

8A6249
RGB1389873
HSL23°30.81%41.37%
HSB/HSV23°47.10%54.12%
CMYK0.00%28.99%47.10%
45.88%

Color #8A6249 in popluar number systems.

HEX8A6249
Decimal1389873
Binary1000101011000101001001
Octal212142111

Shades and tints

Shades of #8A6249

#8A6249
(138,98,73)
#7E5A43
(126,90,67)
#72523D
(114,82,61)
#664A37
(102,74,55)
#5A4231
(90,66,49)
#4E3A2B
(78,58,43)
#423225
(66,50,37)
#362A1F
(54,42,31)
#2A2219
(42,34,25)
#1E1A13
(30,26,19)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #8A6249

#8A6249
(138,98,73)
#947059
(148,112,89)
#9E7E69
(158,126,105)
#A88C79
(168,140,121)
#B29A89
(178,154,137)
#BCA899
(188,168,153)
#C6B6A9
(198,182,169)
#D0C4B9
(208,196,185)
#DAD2C9
(218,210,201)
#E4E0D9
(228,224,217)
#EEEEE9
(238,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A6249; }

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

This text font color is #8A6249.


Background Color

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

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

This div background color is #8A6249.


Border color

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

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

This div border color is #8A6249.


Opacity

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

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

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

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

This text has shadow with #8A6249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6249 on black background.


Color preview on white background

This text has color #8A6249 on white background.



Black color preview on #8A6249 background

This text has black color on #8A6249 background.


White color preview on #8A6249 background

This text has white color on #8A6249 background.