COLOR #8A954D

HEX: #8A954D RGB: (138,149,77)

Color info

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

RGB color model

#8A954D color RGB value is (138,149,77).

RGB: (138,149,77) (54%, 58%, 30%)

RGB channels and saturation

R 138 of 255 = 54%
G 149 of 255 = 58%
B 77 of 255 = 30%

138
149
77

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

Portions of RGB colors in percentages

R + G + B = 138 + 149 + 77 = 364 (100%)
R 138 of 364 ~ 37.91%
G 149 of 364 ~ 40.93%
B 77 of 364 ~ 21.15'%

%37.91
%40.93
%21.15

CMYK color model

#8A954D color CMYK value is (7,0,48,42).

  • cyan value is 7.38%
  • magenta value is 0.00%
  • yellow value is 48.32%
  • key color value is 41.57%
CMYK: (7,0,48,42) C7M0Y48K42 (7%,0%,48%,42%) (0.07/0.00/0.48/0.42) 

CMYK percentages

%7.38
%0
%48.32
%41.57

Codes

Color #8A954D in popluar color models

8A 95 4D
RGB 138 149 77
HSL 69° 31.86% 44.31%
HSB/HSV 69° 48.32% 58.43%
CMYK 7.38% 0.00% 48.32%
41.57%

Color #8A954D in popluar number systems.

HEX 8A 95 4D
Decimal 138 149 77
Binary 10001010 10010101 1001101
Octal 212 225 115

Shades and tints

Shades of #8A954D

#8A954D
(138,149,77)
#7E8846
(126,136,70)
#727B3F
(114,123,63)
#666E38
(102,110,56)
#5A6131
(90,97,49)
#4E542A
(78,84,42)
#424723
(66,71,35)
#363A1C
(54,58,28)
#2A2D15
(42,45,21)
#1E200E
(30,32,14)
#121307
(18,19,7)
#000000
(0,0,0)

Tints of #8A954D

#8A954D
(138,149,77)
#949E5D
(148,158,93)
#9EA76D
(158,167,109)
#A8B07D
(168,176,125)
#B2B98D
(178,185,141)
#BCC29D
(188,194,157)
#C6CBAD
(198,203,173)
#D0D4BD
(208,212,189)
#DADDCD
(218,221,205)
#E4E6DD
(228,230,221)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A954D; }

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

This text font color is #8A954D.

Background Color

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

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

This div background color is #8A954D.

Border color

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

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

This div border color is #8A954D.

Opacity

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

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

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

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

This text has shadow with #8A954D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A954D.

Preview

Color preview on black background

This text has color #8A954D on black background.


Color preview on white background

This text has color #8A954D on white background.


Black color preview on #8A954D background

This text has black color on #8A954D background.


White color preview on #8A954D background

This text has white color on #8A954D background.


Related colors

Complementary color

Complementary color for #hex is #756AB2.


I love getcolorcode.com

Triadic colors

1 #4D8A95 and #954D8A with #8A954D are triadic colors.

2 #4D958A and #958A4D with #8A954D are triadic colors.