COLOR #8A8949

HEX: #8A8949
RGB: (138,137,73)

Color info

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

RGB color model

#8A8949 color RGB value is (138,137,73).

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

RGB channels and saturation

R 138 of 255 = 54%
G 137 of 255 = 54%
B 73 of 255 = 29%

138
137
73

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

Portions of RGB colors in percentages

R + G + B =
138 + 137 + 73 = 348 (100%)
R 138 of 348 ~ 39.66%
G 137 of 348 ~ 39.37%
B 73 of 348 ~ 20.98%

%39.66
%39.37
%20.98

CMYK color model

#8A8949 color CMYK value is (0,1,47,46).

  • cyan value is 0.00%
  • magenta value is 0.72%
  • yellow value is 47.10%
  • key color value is 45.88%
CMYK:
(0,1,47,46)
C0M1Y47K46 
(0%,1%,47%,46%)
(0.00/0.01/0.47/0.46)	

CMYK percentages

%0
%0.72
%47.1
%45.88

Codes

Color #8A8949 in popluar color models

8A8949
RGB13813773
HSL59°30.81%41.37%
HSB/HSV59°47.10%54.12%
CMYK0.00%0.72%47.10%
45.88%

Color #8A8949 in popluar number systems.

HEX8A8949
Decimal13813773
Binary10001010100010011001001
Octal212211111

Shades and tints

Shades of #8A8949

#8A8949
(138,137,73)
#7E7D43
(126,125,67)
#72713D
(114,113,61)
#666537
(102,101,55)
#5A5931
(90,89,49)
#4E4D2B
(78,77,43)
#424125
(66,65,37)
#36351F
(54,53,31)
#2A2919
(42,41,25)
#1E1D13
(30,29,19)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #8A8949

#8A8949
(138,137,73)
#949359
(148,147,89)
#9E9D69
(158,157,105)
#A8A779
(168,167,121)
#B2B189
(178,177,137)
#BCBB99
(188,187,153)
#C6C5A9
(198,197,169)
#D0CFB9
(208,207,185)
#DAD9C9
(218,217,201)
#E4E3D9
(228,227,217)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A8949; }

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

This text font color is #8A8949.


Background Color

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

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

This div background color is #8A8949.


Border color

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

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

This div border color is #8A8949.


Opacity

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

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

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

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

This text has shadow with #8A8949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8949 on black background.


Color preview on white background

This text has color #8A8949 on white background.



Black color preview on #8A8949 background

This text has black color on #8A8949 background.


White color preview on #8A8949 background

This text has white color on #8A8949 background.