COLOR #8C9272

HEX: #8C9272
RGB: (140,146,114)

Color info

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

RGB color model

#8C9272 color RGB value is (140,146,114).

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

RGB channels and saturation

R 140 of 255 = 55%
G 146 of 255 = 57%
B 114 of 255 = 45%

140
146
114

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

Portions of RGB colors in percentages

R + G + B =
140 + 146 + 114 = 400 (100%)
R 140 of 400 ~ 35%
G 146 of 400 ~ 36.5%
B 114 of 400 ~ 28.5%

%35
%36.5
%28.5

CMYK color model

#8C9272 color CMYK value is (4,0,22,43).

  • cyan value is 4.11%
  • magenta value is 0.00%
  • yellow value is 21.92%
  • key color value is 42.75%
CMYK:
(4,0,22,43)
C4M0Y22K43 
(4%,0%,22%,43%)
(0.04/0.00/0.22/0.43)	

CMYK percentages

%4.11
%0
%21.92
%42.75

Codes

Color #8C9272 in popluar color models

8C9272
RGB140146114
HSL71°12.80%50.98%
HSB/HSV71°21.92%57.25%
CMYK4.11%0.00%21.92%
42.75%

Color #8C9272 in popluar number systems.

HEX8C9272
Decimal140146114
Binary10001100100100101110010
Octal214222162

Shades and tints

Shades of #8C9272

#8C9272
(140,146,114)
#808568
(128,133,104)
#74785E
(116,120,94)
#686B54
(104,107,84)
#5C5E4A
(92,94,74)
#505140
(80,81,64)
#444436
(68,68,54)
#38372C
(56,55,44)
#2C2A22
(44,42,34)
#201D18
(32,29,24)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #8C9272

#8C9272
(140,146,114)
#969B7E
(150,155,126)
#A0A48A
(160,164,138)
#AAAD96
(170,173,150)
#B4B6A2
(180,182,162)
#BEBFAE
(190,191,174)
#C8C8BA
(200,200,186)
#D2D1C6
(210,209,198)
#DCDAD2
(220,218,210)
#E6E3DE
(230,227,222)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9272; }

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

This text font color is #8C9272.


Background Color

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

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

This div background color is #8C9272.


Border color

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

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

This div border color is #8C9272.


Opacity

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

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

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

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

This text has shadow with #8C9272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9272 on black background.


Color preview on white background

This text has color #8C9272 on white background.



Black color preview on #8C9272 background

This text has black color on #8C9272 background.


White color preview on #8C9272 background

This text has white color on #8C9272 background.