COLOR #8A6A04

HEX: #8A6A04
RGB: (138,106,4)

Color info

#8A6A04 contains mainly red and green colors. Web safe color of #8A6A04 is #996600 (or #960).

RGB color model

#8A6A04 color RGB value is (138,106,4).

  • red value is 138;
  • green value is 106;
  • blue value is 4.
RGB:
(138,106,4)
(54%,42%,2%)

RGB channels and saturation

R 138 of 255 = 54%
G 106 of 255 = 42%
B 4 of 255 = 2%

138
106
4

R + G + B ~ 33%. #8A6A04 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 106 + 4 = 248 (100%)
R 138 of 248 ~ 55.65%
G 106 of 248 ~ 42.74%
B 4 of 248 ~ 1.61%

%55.65
%42.74

CMYK color model

#8A6A04 color CMYK value is (0,23,97,46).

  • cyan value is 0.00%
  • magenta value is 23.19%
  • yellow value is 97.10%
  • key color value is 45.88%
CMYK:
(0,23,97,46)
C0M23Y97K46 
(0%,23%,97%,46%)
(0.00/0.23/0.97/0.46)	

CMYK percentages

%0
%23.19
%97.1
%45.88

Codes

Color #8A6A04 in popluar color models

8A6A04
RGB1381064
HSL46°94.37%27.84%
HSB/HSV46°97.10%54.12%
CMYK0.00%23.19%97.10%
45.88%

Color #8A6A04 in popluar number systems.

HEX8A6A04
Decimal1381064
Binary100010101101010100
Octal2121524

Shades and tints

Shades of #8A6A04

#8A6A04
(138,106,4)
#7E6104
(126,97,4)
#725804
(114,88,4)
#664F04
(102,79,4)
#5A4604
(90,70,4)
#4E3D04
(78,61,4)
#423404
(66,52,4)
#362B04
(54,43,4)
#2A2204
(42,34,4)
#1E1904
(30,25,4)
#121004
(18,16,4)
#000000
(0,0,0)

Tints of #8A6A04

#8A6A04
(138,106,4)
#94771A
(148,119,26)
#9E8430
(158,132,48)
#A89146
(168,145,70)
#B29E5C
(178,158,92)
#BCAB72
(188,171,114)
#C6B888
(198,184,136)
#D0C59E
(208,197,158)
#DAD2B4
(218,210,180)
#E4DFCA
(228,223,202)
#EEECE0
(238,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A6A04 color. Also use rgb(138,106,4) instead hex code.

Text Font Color

.myTextColor { color: #8A6A04; }

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

This text font color is #8A6A04.


Background Color

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

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

This div background color is #8A6A04.


Border color

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

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

This div border color is #8A6A04.


Opacity

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

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

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

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

This text has shadow with #8A6A04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6A04 on black background.


Color preview on white background

This text has color #8A6A04 on white background.



Black color preview on #8A6A04 background

This text has black color on #8A6A04 background.


White color preview on #8A6A04 background

This text has white color on #8A6A04 background.