COLOR #8C9872

HEX: #8C9872
RGB: (140,152,114)

Color info

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

RGB color model

#8C9872 color RGB value is (140,152,114).

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

RGB channels and saturation

R 140 of 255 = 55%
G 152 of 255 = 60%
B 114 of 255 = 45%

140
152
114

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

Portions of RGB colors in percentages

R + G + B =
140 + 152 + 114 = 406 (100%)
R 140 of 406 ~ 34.48%
G 152 of 406 ~ 37.44%
B 114 of 406 ~ 28.08%

%34.48
%37.44
%28.08

CMYK color model

#8C9872 color CMYK value is (8,0,25,40).

  • cyan value is 7.89%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 40.39%
CMYK:
(8,0,25,40)
C8M0Y25K40 
(8%,0%,25%,40%)
(0.08/0.00/0.25/0.40)	

CMYK percentages

%7.89
%0
%25
%40.39

Codes

Color #8C9872 in popluar color models

8C9872
RGB140152114
HSL79°15.57%52.16%
HSB/HSV79°25.00%59.61%
CMYK7.89%0.00%25.00%
40.39%

Color #8C9872 in popluar number systems.

HEX8C9872
Decimal140152114
Binary10001100100110001110010
Octal214230162

Shades and tints

Shades of #8C9872

#8C9872
(140,152,114)
#808B68
(128,139,104)
#747E5E
(116,126,94)
#687154
(104,113,84)
#5C644A
(92,100,74)
#505740
(80,87,64)
#444A36
(68,74,54)
#383D2C
(56,61,44)
#2C3022
(44,48,34)
#202318
(32,35,24)
#14160E
(20,22,14)
#000000
(0,0,0)

Tints of #8C9872

#8C9872
(140,152,114)
#96A17E
(150,161,126)
#A0AA8A
(160,170,138)
#AAB396
(170,179,150)
#B4BCA2
(180,188,162)
#BEC5AE
(190,197,174)
#C8CEBA
(200,206,186)
#D2D7C6
(210,215,198)
#DCE0D2
(220,224,210)
#E6E9DE
(230,233,222)
#F0F2EA
(240,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9872; }

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

This text font color is #8C9872.


Background Color

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

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

This div background color is #8C9872.


Border color

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

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

This div border color is #8C9872.


Opacity

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

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

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

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

This text has shadow with #8C9872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9872 on black background.


Color preview on white background

This text has color #8C9872 on white background.



Black color preview on #8C9872 background

This text has black color on #8C9872 background.


White color preview on #8C9872 background

This text has white color on #8C9872 background.