COLOR #8C9256

HEX: #8C9256
RGB: (140,146,86)

Color info

#8C9256 contains mainly red and green colors. Web safe color of #8C9256 is #999966 (or #996).

RGB color model

#8C9256 color RGB value is (140,146,86).

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

RGB channels and saturation

R 140 of 255 = 55%
G 146 of 255 = 57%
B 86 of 255 = 34%

140
146
86

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

Portions of RGB colors in percentages

R + G + B =
140 + 146 + 86 = 372 (100%)
R 140 of 372 ~ 37.63%
G 146 of 372 ~ 39.25%
B 86 of 372 ~ 23.12%

%37.63
%39.25
%23.12

CMYK color model

#8C9256 color CMYK value is (4,0,41,43).

  • cyan value is 4.11%
  • magenta value is 0.00%
  • yellow value is 41.10%
  • key color value is 42.75%
CMYK:
(4,0,41,43)
C4M0Y41K43 
(4%,0%,41%,43%)
(0.04/0.00/0.41/0.43)	

CMYK percentages

%4.11
%0
%41.1
%42.75

Codes

Color #8C9256 in popluar color models

8C9256
RGB14014686
HSL66°25.86%45.49%
HSB/HSV66°41.10%57.25%
CMYK4.11%0.00%41.10%
42.75%

Color #8C9256 in popluar number systems.

HEX8C9256
Decimal14014686
Binary10001100100100101010110
Octal214222126

Shades and tints

Shades of #8C9256

#8C9256
(140,146,86)
#80854F
(128,133,79)
#747848
(116,120,72)
#686B41
(104,107,65)
#5C5E3A
(92,94,58)
#505133
(80,81,51)
#44442C
(68,68,44)
#383725
(56,55,37)
#2C2A1E
(44,42,30)
#201D17
(32,29,23)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #8C9256

#8C9256
(140,146,86)
#969B65
(150,155,101)
#A0A474
(160,164,116)
#AAAD83
(170,173,131)
#B4B692
(180,182,146)
#BEBFA1
(190,191,161)
#C8C8B0
(200,200,176)
#D2D1BF
(210,209,191)
#DCDACE
(220,218,206)
#E6E3DD
(230,227,221)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9256; }

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

This text font color is #8C9256.


Background Color

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

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

This div background color is #8C9256.


Border color

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

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

This div border color is #8C9256.


Opacity

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

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

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

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

This text has shadow with #8C9256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9256 on black background.


Color preview on white background

This text has color #8C9256 on white background.



Black color preview on #8C9256 background

This text has black color on #8C9256 background.


White color preview on #8C9256 background

This text has white color on #8C9256 background.