COLOR #8A994A

HEX: #8A994A
RGB: (138,153,74)

Color info

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

RGB color model

#8A994A color RGB value is (138,153,74).

  • red value is 138;
  • green value is 153;
  • blue value is 74.
RGB:
(138,153,74)
(54%,60%,29%)

RGB channels and saturation

R 138 of 255 = 54%
G 153 of 255 = 60%
B 74 of 255 = 29%

138
153
74

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

Portions of RGB colors in percentages

R + G + B =
138 + 153 + 74 = 365 (100%)
R 138 of 365 ~ 37.81%
G 153 of 365 ~ 41.92%
B 74 of 365 ~ 20.27%

%37.81
%41.92
%20.27

CMYK color model

#8A994A color CMYK value is (10,0,52,40).

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 51.63%
  • key color value is 40.00%
CMYK:
(10,0,52,40)
C10M0Y52K40 
(10%,0%,52%,40%)
(0.10/0.00/0.52/0.40)	

CMYK percentages

%9.8
%0
%51.63
%40

Codes

Color #8A994A in popluar color models

8A994A
RGB13815374
HSL71°34.80%44.51%
HSB/HSV71°51.63%60.00%
CMYK9.80%0.00%51.63%
40.00%

Color #8A994A in popluar number systems.

HEX8A994A
Decimal13815374
Binary10001010100110011001010
Octal212231112

Shades and tints

Shades of #8A994A

#8A994A
(138,153,74)
#7E8C44
(126,140,68)
#727F3E
(114,127,62)
#667238
(102,114,56)
#5A6532
(90,101,50)
#4E582C
(78,88,44)
#424B26
(66,75,38)
#363E20
(54,62,32)
#2A311A
(42,49,26)
#1E2414
(30,36,20)
#12170E
(18,23,14)
#000000
(0,0,0)

Tints of #8A994A

#8A994A
(138,153,74)
#94A25A
(148,162,90)
#9EAB6A
(158,171,106)
#A8B47A
(168,180,122)
#B2BD8A
(178,189,138)
#BCC69A
(188,198,154)
#C6CFAA
(198,207,170)
#D0D8BA
(208,216,186)
#DAE1CA
(218,225,202)
#E4EADA
(228,234,218)
#EEF3EA
(238,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A994A color. Also use rgb(138,153,74) instead hex code.

Text Font Color

.myTextColor { color: #8A994A; }

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

This text font color is #8A994A.


Background Color

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

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

This div background color is #8A994A.


Border color

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

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

This div border color is #8A994A.


Opacity

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

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

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

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

This text has shadow with #8A994A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A994A on black background.


Color preview on white background

This text has color #8A994A on white background.



Black color preview on #8A994A background

This text has black color on #8A994A background.


White color preview on #8A994A background

This text has white color on #8A994A background.