COLOR #8C996C

HEX: #8C996C
RGB: (140,153,108)

Color info

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

RGB color model

#8C996C color RGB value is (140,153,108).

  • red value is 140;
  • green value is 153;
  • blue value is 108.
RGB:
(140,153,108)
(55%,60%,42%)

RGB channels and saturation

R 140 of 255 = 55%
G 153 of 255 = 60%
B 108 of 255 = 42%

140
153
108

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

Portions of RGB colors in percentages

R + G + B =
140 + 153 + 108 = 401 (100%)
R 140 of 401 ~ 34.91%
G 153 of 401 ~ 38.15%
B 108 of 401 ~ 26.93%

%34.91
%38.15
%26.93

CMYK color model

#8C996C color CMYK value is (8,0,29,40).

  • cyan value is 8.50%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 40.00%
CMYK:
(8,0,29,40)
C8M0Y29K40 
(8%,0%,29%,40%)
(0.08/0.00/0.29/0.40)	

CMYK percentages

%8.5
%0
%29.41
%40

Codes

Color #8C996C in popluar color models

8C996C
RGB140153108
HSL77°18.07%51.18%
HSB/HSV77°29.41%60.00%
CMYK8.50%0.00%29.41%
40.00%

Color #8C996C in popluar number systems.

HEX8C996C
Decimal140153108
Binary10001100100110011101100
Octal214231154

Shades and tints

Shades of #8C996C

#8C996C
(140,153,108)
#808C63
(128,140,99)
#747F5A
(116,127,90)
#687251
(104,114,81)
#5C6548
(92,101,72)
#50583F
(80,88,63)
#444B36
(68,75,54)
#383E2D
(56,62,45)
#2C3124
(44,49,36)
#20241B
(32,36,27)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #8C996C

#8C996C
(140,153,108)
#96A279
(150,162,121)
#A0AB86
(160,171,134)
#AAB493
(170,180,147)
#B4BDA0
(180,189,160)
#BEC6AD
(190,198,173)
#C8CFBA
(200,207,186)
#D2D8C7
(210,216,199)
#DCE1D4
(220,225,212)
#E6EAE1
(230,234,225)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C996C color. Also use rgb(140,153,108) instead hex code.

Text Font Color

.myTextColor { color: #8C996C; }

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

This text font color is #8C996C.


Background Color

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

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

This div background color is #8C996C.


Border color

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

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

This div border color is #8C996C.


Opacity

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

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

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

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

This text has shadow with #8C996C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C996C on black background.


Color preview on white background

This text has color #8C996C on white background.



Black color preview on #8C996C background

This text has black color on #8C996C background.


White color preview on #8C996C background

This text has white color on #8C996C background.