COLOR #8C964F

HEX: #8C964F RGB: (140,150,79)

Color info

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

RGB color model

#8C964F color RGB value is (140,150,79).

RGB: (140,150,79) (55%, 59%, 31%)

RGB channels and saturation

R 140 of 255 = 55%
G 150 of 255 = 59%
B 79 of 255 = 31%

140
150
79

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

Portions of RGB colors in percentages

R + G + B = 140 + 150 + 79 = 369 (100%)
R 140 of 369 ~ 37.94%
G 150 of 369 ~ 40.65%
B 79 of 369 ~ 21.41'%

%37.94
%40.65
%21.41

CMYK color model

#8C964F color CMYK value is (7,0,47,41).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 47.33%
  • key color value is 41.18%

CMYK: (7,0,47,41)
C7M0Y47K41 (7%, 0%, 47%, 41%)
(0.07 / 0.00 / 0.47 / 0.41)

CMYK percentages

%6.67
%0
%47.33
%41.18

Codes

Color #8C964F in popluar color models

8C 96 4F
RGB 140 150 79
HSL 68° 31.00% 44.90%
HSB/HSV 68° 47.33% 58.82%
CMYK 6.67% 0.00% 47.33%
41.18%

Color #8C964F in popluar number systems.

HEX 8C 96 4F
Decimal 140 150 79
Binary 10001100 10010110 1001111
Octal 214 226 117

Shades and tints

Shades of #8C964F

#8C964F
(140,150,79)
#808948
(128,137,72)
#747C41
(116,124,65)
#686F3A
(104,111,58)
#5C6233
(92,98,51)
#50552C
(80,85,44)
#444825
(68,72,37)
#383B1E
(56,59,30)
#2C2E17
(44,46,23)
#202110
(32,33,16)
#141409
(20,20,9)
#000000
(0,0,0)

Tints of #8C964F

#8C964F
(140,150,79)
#969F5F
(150,159,95)
#A0A86F
(160,168,111)
#AAB17F
(170,177,127)
#B4BA8F
(180,186,143)
#BEC39F
(190,195,159)
#C8CCAF
(200,204,175)
#D2D5BF
(210,213,191)
#DCDECF
(220,222,207)
#E6E7DF
(230,231,223)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C964F color. Also use rgb(140,150,79) instead hex code.

Text Font Color

.myTextColor { color: #8C964F; }

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

This text font color is #8C964F.

Background Color

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

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

This div background color is #8C964F.

Border color

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

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

This div border color is #8C964F.

Opacity

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

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

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

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

This text has shadow with #8C964F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C964F.

Preview

Color preview on black background

This text has color #8C964F on black background.


Color preview on white background

This text has color #8C964F on white background.


Black color preview on #8C964F background

This text has black color on #8C964F background.


White color preview on #8C964F background

This text has white color on #8C964F background.


Related colors

Complementary color

Complementary color for #hex is #7369B0.


I love getcolorcode.com

Triadic colors

1 #4F8C96 and #964F8C with #8C964F are triadic colors.

2 #4F968C and #968C4F with #8C964F are triadic colors.