COLOR #8A954F

HEX: #8A954F
RGB: (138,149,79)

Color info

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

RGB color model

#8A954F color RGB value is (138,149,79).

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

RGB channels and saturation

R 138 of 255 = 54%
G 149 of 255 = 58%
B 79 of 255 = 31%

138
149
79

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

Portions of RGB colors in percentages

R + G + B =
138 + 149 + 79 = 366 (100%)
R 138 of 366 ~ 37.7%
G 149 of 366 ~ 40.71%
B 79 of 366 ~ 21.58%

%37.7
%40.71
%21.58

CMYK color model

#8A954F color CMYK value is (7,0,47,42).

  • cyan value is 7.38%
  • magenta value is 0.00%
  • yellow value is 46.98%
  • key color value is 41.57%
CMYK:
(7,0,47,42)
C7M0Y47K42 
(7%,0%,47%,42%)
(0.07/0.00/0.47/0.42)	

CMYK percentages

%7.38
%0
%46.98
%41.57

Codes

Color #8A954F in popluar color models

8A954F
RGB13814979
HSL69°30.70%44.71%
HSB/HSV69°46.98%58.43%
CMYK7.38%0.00%46.98%
41.57%

Color #8A954F in popluar number systems.

HEX8A954F
Decimal13814979
Binary10001010100101011001111
Octal212225117

Shades and tints

Shades of #8A954F

#8A954F
(138,149,79)
#7E8848
(126,136,72)
#727B41
(114,123,65)
#666E3A
(102,110,58)
#5A6133
(90,97,51)
#4E542C
(78,84,44)
#424725
(66,71,37)
#363A1E
(54,58,30)
#2A2D17
(42,45,23)
#1E2010
(30,32,16)
#121309
(18,19,9)
#000000
(0,0,0)

Tints of #8A954F

#8A954F
(138,149,79)
#949E5F
(148,158,95)
#9EA76F
(158,167,111)
#A8B07F
(168,176,127)
#B2B98F
(178,185,143)
#BCC29F
(188,194,159)
#C6CBAF
(198,203,175)
#D0D4BF
(208,212,191)
#DADDCF
(218,221,207)
#E4E6DF
(228,230,223)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A954F; }

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

This text font color is #8A954F.


Background Color

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

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

This div background color is #8A954F.


Border color

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

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

This div border color is #8A954F.


Opacity

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

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

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

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

This text has shadow with #8A954F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A954F on black background.


Color preview on white background

This text has color #8A954F on white background.



Black color preview on #8A954F background

This text has black color on #8A954F background.


White color preview on #8A954F background

This text has white color on #8A954F background.