COLOR #8A8626

HEX: #8A8626
RGB: (138,134,38)

Color info

#8A8626 contains mainly red and green colors. Web safe color of #8A8626 is #999933 (or #993).

RGB color model

#8A8626 color RGB value is (138,134,38).

  • red value is 138;
  • green value is 134;
  • blue value is 38.
RGB:
(138,134,38)
(54%,53%,15%)

RGB channels and saturation

R 138 of 255 = 54%
G 134 of 255 = 53%
B 38 of 255 = 15%

138
134
38

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

Portions of RGB colors in percentages

R + G + B =
138 + 134 + 38 = 310 (100%)
R 138 of 310 ~ 44.52%
G 134 of 310 ~ 43.23%
B 38 of 310 ~ 12.26%

%44.52
%43.23
%12.26

CMYK color model

#8A8626 color CMYK value is (0,3,72,46).

  • cyan value is 0.00%
  • magenta value is 2.90%
  • yellow value is 72.46%
  • key color value is 45.88%
CMYK:
(0,3,72,46)
C0M3Y72K46 
(0%,3%,72%,46%)
(0.00/0.03/0.72/0.46)	

CMYK percentages

%0
%2.9
%72.46
%45.88

Codes

Color #8A8626 in popluar color models

8A8626
RGB13813438
HSL58°56.82%34.51%
HSB/HSV58°72.46%54.12%
CMYK0.00%2.90%72.46%
45.88%

Color #8A8626 in popluar number systems.

HEX8A8626
Decimal13813438
Binary1000101010000110100110
Octal21220646

Shades and tints

Shades of #8A8626

#8A8626
(138,134,38)
#7E7A23
(126,122,35)
#726E20
(114,110,32)
#66621D
(102,98,29)
#5A561A
(90,86,26)
#4E4A17
(78,74,23)
#423E14
(66,62,20)
#363211
(54,50,17)
#2A260E
(42,38,14)
#1E1A0B
(30,26,11)
#120E08
(18,14,8)
#000000
(0,0,0)

Tints of #8A8626

#8A8626
(138,134,38)
#949139
(148,145,57)
#9E9C4C
(158,156,76)
#A8A75F
(168,167,95)
#B2B272
(178,178,114)
#BCBD85
(188,189,133)
#C6C898
(198,200,152)
#D0D3AB
(208,211,171)
#DADEBE
(218,222,190)
#E4E9D1
(228,233,209)
#EEF4E4
(238,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A8626 color. Also use rgb(138,134,38) instead hex code.

Text Font Color

.myTextColor { color: #8A8626; }

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

This text font color is #8A8626.


Background Color

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

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

This div background color is #8A8626.


Border color

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

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

This div border color is #8A8626.


Opacity

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

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

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

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

This text has shadow with #8A8626 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8626 on black background.


Color preview on white background

This text has color #8A8626 on white background.



Black color preview on #8A8626 background

This text has black color on #8A8626 background.


White color preview on #8A8626 background

This text has white color on #8A8626 background.