COLOR #8A974F

HEX: #8A974F
RGB: (138,151,79)

Color info

#8A974F contains mainly red and green colors. Web safe color of #8A974F is #999966 (or #996).

RGB color model

#8A974F color RGB value is (138,151,79).

  • red value is 138;
  • green value is 151;
  • blue value is 79.
RGB: (138,151,79) (54%,59%,31%)

RGB channels and saturation

R 138 of 255 = 54%
G 151 of 255 = 59%
B 79 of 255 = 31%

138
151
79

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

Portions of RGB colors in percentages

R + G + B =
138 + 151 + 79 = 368 (100%)
R 138 of 368 ~ 37.5%
G 151 of 368 ~ 41.03%
B 79 of 368 ~ 21.47%

%37.5
%41.03
%21.47

CMYK color model

#8A974F color CMYK value is (9,0,48,41).

  • cyan value is 8.61%
  • magenta value is 0.00%
  • yellow value is 47.68%
  • key color value is 40.78%
CMYK: (9,0,48,41) C9M0Y48K41 (9%,0%,48%,41%) (0.09/0.00/0.48/0.41)

CMYK percentages

%8.61
%0
%47.68
%40.78

Codes

Color #8A974F in popluar color models

8A974F
RGB13815179
HSL71°31.30%45.10%
HSB/HSV71°47.68%59.22%
CMYK8.61%0.00%47.68%
40.78%

Color #8A974F in popluar number systems.

HEX8A974F
Decimal13815179
Binary10001010100101111001111
Octal212227117

Shades and tints

Shades of #8A974F

#8A974F
(138,151,79)
#7E8A48
(126,138,72)
#727D41
(114,125,65)
#66703A
(102,112,58)
#5A6333
(90,99,51)
#4E562C
(78,86,44)
#424925
(66,73,37)
#363C1E
(54,60,30)
#2A2F17
(42,47,23)
#1E2210
(30,34,16)
#121509
(18,21,9)
#000000
(0,0,0)

Tints of #8A974F

#8A974F
(138,151,79)
#94A05F
(148,160,95)
#9EA96F
(158,169,111)
#A8B27F
(168,178,127)
#B2BB8F
(178,187,143)
#BCC49F
(188,196,159)
#C6CDAF
(198,205,175)
#D0D6BF
(208,214,191)
#DADFCF
(218,223,207)
#E4E8DF
(228,232,223)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A974F color. Also use rgb(138,151,79) instead hex code.

Text Font Color

.myTextColor { color: #8A974F; }

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

This text font color is #8A974F.


Background Color

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

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

This div background color is #8A974F.


Border color

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

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

This div border color is #8A974F.


Opacity

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

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

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

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

This text has shadow with #8A974F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8A974F on black background.


Color preview on white background

This text has color #8A974F on white background.



Black color preview on #8A974F background

This text has black color on #8A974F background.


White color preview on #8A974F background

This text has white color on #8A974F background.