COLOR #8C966A

HEX: #8C966A RGB: (140,150,106)

Color info

#8C966A contains red, green and blue colors in about the same proportion. Web safe color of #8C966A is #999966 (or #996).

RGB color model

#8C966A color RGB value is (140,150,106).

RGB: (140,150,106) (55%, 59%, 42%)

RGB channels and saturation

R 140 of 255 = 55%
G 150 of 255 = 59%
B 106 of 255 = 42%

140
150
106

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

Portions of RGB colors in percentages

R + G + B = 140 + 150 + 106 = 396 (100%)
R 140 of 396 ~ 35.35%
G 150 of 396 ~ 37.88%
B 106 of 396 ~ 26.77'%

%35.35
%37.88
%26.77

CMYK color model

#8C966A color CMYK value is (7,0,29,41).

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

CMYK: (7,0,29,41)
C7M0Y29K41 (7%, 0%, 29%, 41%)
(0.07 / 0.00 / 0.29 / 0.41)

CMYK percentages

%6.67
%0
%29.33
%41.18

Codes

Color #8C966A in popluar color models

8C 96 6A
RGB 140 150 106
HSL 74° 17.32% 50.20%
HSB/HSV 74° 29.33% 58.82%
CMYK 6.67% 0.00% 29.33%
41.18%

Color #8C966A in popluar number systems.

HEX 8C 96 6A
Decimal 140 150 106
Binary 10001100 10010110 1101010
Octal 214 226 152

Shades and tints

Shades of #8C966A

#8C966A
(140,150,106)
#808961
(128,137,97)
#747C58
(116,124,88)
#686F4F
(104,111,79)
#5C6246
(92,98,70)
#50553D
(80,85,61)
#444834
(68,72,52)
#383B2B
(56,59,43)
#2C2E22
(44,46,34)
#202119
(32,33,25)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #8C966A

#8C966A
(140,150,106)
#969F77
(150,159,119)
#A0A884
(160,168,132)
#AAB191
(170,177,145)
#B4BA9E
(180,186,158)
#BEC3AB
(190,195,171)
#C8CCB8
(200,204,184)
#D2D5C5
(210,213,197)
#DCDED2
(220,222,210)
#E6E7DF
(230,231,223)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C966A; }

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

This text font color is #8C966A.

Background Color

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

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

This div background color is #8C966A.

Border color

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

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

This div border color is #8C966A.

Opacity

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

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

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

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

This text has shadow with #8C966A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C966A.

Preview

Color preview on black background

This text has color #8C966A on black background.


Color preview on white background

This text has color #8C966A on white background.


Black color preview on #8C966A background

This text has black color on #8C966A background.


White color preview on #8C966A background

This text has white color on #8C966A background.


Related colors

Complementary color

Complementary color for #hex is #736995.


I love getcolorcode.com

Triadic colors

1 #6A8C96 and #966A8C with #8C966A are triadic colors.

2 #6A968C and #968C6A with #8C966A are triadic colors.