COLOR #8A6828

HEX: #8A6828
RGB: (138,104,40)

Color info

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

RGB color model

#8A6828 color RGB value is (138,104,40).

  • red value is 138;
  • green value is 104;
  • blue value is 40.
RGB:
(138,104,40)
(54%,41%,16%)

RGB channels and saturation

R 138 of 255 = 54%
G 104 of 255 = 41%
B 40 of 255 = 16%

138
104
40

R + G + B ~ 37%. #8A6828 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 104 + 40 = 282 (100%)
R 138 of 282 ~ 48.94%
G 104 of 282 ~ 36.88%
B 40 of 282 ~ 14.18%

%48.94
%36.88
%14.18

CMYK color model

#8A6828 color CMYK value is (0,25,71,46).

  • cyan value is 0.00%
  • magenta value is 24.64%
  • yellow value is 71.01%
  • key color value is 45.88%
CMYK:
(0,25,71,46)
C0M25Y71K46 
(0%,25%,71%,46%)
(0.00/0.25/0.71/0.46)	

CMYK percentages

%0
%24.64
%71.01
%45.88

Codes

Color #8A6828 in popluar color models

8A6828
RGB13810440
HSL39°55.06%34.90%
HSB/HSV39°71.01%54.12%
CMYK0.00%24.64%71.01%
45.88%

Color #8A6828 in popluar number systems.

HEX8A6828
Decimal13810440
Binary100010101101000101000
Octal21215050

Shades and tints

Shades of #8A6828

#8A6828
(138,104,40)
#7E5F25
(126,95,37)
#725622
(114,86,34)
#664D1F
(102,77,31)
#5A441C
(90,68,28)
#4E3B19
(78,59,25)
#423216
(66,50,22)
#362913
(54,41,19)
#2A2010
(42,32,16)
#1E170D
(30,23,13)
#120E0A
(18,14,10)
#000000
(0,0,0)

Tints of #8A6828

#8A6828
(138,104,40)
#94753B
(148,117,59)
#9E824E
(158,130,78)
#A88F61
(168,143,97)
#B29C74
(178,156,116)
#BCA987
(188,169,135)
#C6B69A
(198,182,154)
#D0C3AD
(208,195,173)
#DAD0C0
(218,208,192)
#E4DDD3
(228,221,211)
#EEEAE6
(238,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A6828 color. Also use rgb(138,104,40) instead hex code.

Text Font Color

.myTextColor { color: #8A6828; }

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

This text font color is #8A6828.


Background Color

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

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

This div background color is #8A6828.


Border color

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

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

This div border color is #8A6828.


Opacity

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

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

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

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

This text has shadow with #8A6828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6828 on black background.


Color preview on white background

This text has color #8A6828 on white background.



Black color preview on #8A6828 background

This text has black color on #8A6828 background.


White color preview on #8A6828 background

This text has white color on #8A6828 background.