COLOR #8C9279

HEX: #8C9279
RGB: (140,146,121)

Color info

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

RGB color model

#8C9279 color RGB value is (140,146,121).

  • red value is 140;
  • green value is 146;
  • blue value is 121.
RGB:
(140,146,121)
(55%,57%,47%)

RGB channels and saturation

R 140 of 255 = 55%
G 146 of 255 = 57%
B 121 of 255 = 47%

140
146
121

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

Portions of RGB colors in percentages

R + G + B =
140 + 146 + 121 = 407 (100%)
R 140 of 407 ~ 34.4%
G 146 of 407 ~ 35.87%
B 121 of 407 ~ 29.73%

%34.4
%35.87
%29.73

CMYK color model

#8C9279 color CMYK value is (4,0,17,43).

  • cyan value is 4.11%
  • magenta value is 0.00%
  • yellow value is 17.12%
  • key color value is 42.75%
CMYK:
(4,0,17,43)
C4M0Y17K43 
(4%,0%,17%,43%)
(0.04/0.00/0.17/0.43)	

CMYK percentages

%4.11
%0
%17.12
%42.75

Codes

Color #8C9279 in popluar color models

8C9279
RGB140146121
HSL74°10.29%52.35%
HSB/HSV74°17.12%57.25%
CMYK4.11%0.00%17.12%
42.75%

Color #8C9279 in popluar number systems.

HEX8C9279
Decimal140146121
Binary10001100100100101111001
Octal214222171

Shades and tints

Shades of #8C9279

#8C9279
(140,146,121)
#80856E
(128,133,110)
#747863
(116,120,99)
#686B58
(104,107,88)
#5C5E4D
(92,94,77)
#505142
(80,81,66)
#444437
(68,68,55)
#38372C
(56,55,44)
#2C2A21
(44,42,33)
#201D16
(32,29,22)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #8C9279

#8C9279
(140,146,121)
#969B85
(150,155,133)
#A0A491
(160,164,145)
#AAAD9D
(170,173,157)
#B4B6A9
(180,182,169)
#BEBFB5
(190,191,181)
#C8C8C1
(200,200,193)
#D2D1CD
(210,209,205)
#DCDAD9
(220,218,217)
#E6E3E5
(230,227,229)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C9279 color. Also use rgb(140,146,121) instead hex code.

Text Font Color

.myTextColor { color: #8C9279; }

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

This text font color is #8C9279.


Background Color

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

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

This div background color is #8C9279.


Border color

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

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

This div border color is #8C9279.


Opacity

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

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

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

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

This text has shadow with #8C9279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9279 on black background.


Color preview on white background

This text has color #8C9279 on white background.



Black color preview on #8C9279 background

This text has black color on #8C9279 background.


White color preview on #8C9279 background

This text has white color on #8C9279 background.