COLOR #8C9263

HEX: #8C9263
RGB: (140,146,99)

Color info

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

RGB color model

#8C9263 color RGB value is (140,146,99).

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

RGB channels and saturation

R 140 of 255 = 55%
G 146 of 255 = 57%
B 99 of 255 = 39%

140
146
99

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

Portions of RGB colors in percentages

R + G + B =
140 + 146 + 99 = 385 (100%)
R 140 of 385 ~ 36.36%
G 146 of 385 ~ 37.92%
B 99 of 385 ~ 25.71%

%36.36
%37.92
%25.71

CMYK color model

#8C9263 color CMYK value is (4,0,32,43).

  • cyan value is 4.11%
  • magenta value is 0.00%
  • yellow value is 32.19%
  • key color value is 42.75%
CMYK:
(4,0,32,43)
C4M0Y32K43 
(4%,0%,32%,43%)
(0.04/0.00/0.32/0.43)	

CMYK percentages

%4.11
%0
%32.19
%42.75

Codes

Color #8C9263 in popluar color models

8C9263
RGB14014699
HSL68°19.18%48.04%
HSB/HSV68°32.19%57.25%
CMYK4.11%0.00%32.19%
42.75%

Color #8C9263 in popluar number systems.

HEX8C9263
Decimal14014699
Binary10001100100100101100011
Octal214222143

Shades and tints

Shades of #8C9263

#8C9263
(140,146,99)
#80855A
(128,133,90)
#747851
(116,120,81)
#686B48
(104,107,72)
#5C5E3F
(92,94,63)
#505136
(80,81,54)
#44442D
(68,68,45)
#383724
(56,55,36)
#2C2A1B
(44,42,27)
#201D12
(32,29,18)
#141009
(20,16,9)
#000000
(0,0,0)

Tints of #8C9263

#8C9263
(140,146,99)
#969B71
(150,155,113)
#A0A47F
(160,164,127)
#AAAD8D
(170,173,141)
#B4B69B
(180,182,155)
#BEBFA9
(190,191,169)
#C8C8B7
(200,200,183)
#D2D1C5
(210,209,197)
#DCDAD3
(220,218,211)
#E6E3E1
(230,227,225)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9263; }

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

This text font color is #8C9263.


Background Color

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

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

This div background color is #8C9263.


Border color

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

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

This div border color is #8C9263.


Opacity

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

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

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

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

This text has shadow with #8C9263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9263 on black background.


Color preview on white background

This text has color #8C9263 on white background.



Black color preview on #8C9263 background

This text has black color on #8C9263 background.


White color preview on #8C9263 background

This text has white color on #8C9263 background.