COLOR #8F9263

HEX: #8F9263
RGB: (143,146,99)

Color info

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

RGB color model

#8F9263 color RGB value is (143,146,99).

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

RGB channels and saturation

R 143 of 255 = 56%
G 146 of 255 = 57%
B 99 of 255 = 39%

143
146
99

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

Portions of RGB colors in percentages

R + G + B =
143 + 146 + 99 = 388 (100%)
R 143 of 388 ~ 36.86%
G 146 of 388 ~ 37.63%
B 99 of 388 ~ 25.52%

%36.86
%37.63
%25.52

CMYK color model

#8F9263 color CMYK value is (2,0,32,43).

  • cyan value is 2.05%
  • magenta value is 0.00%
  • yellow value is 32.19%
  • key color value is 42.75%
CMYK:
(2,0,32,43)
C2M0Y32K43 
(2%,0%,32%,43%)
(0.02/0.00/0.32/0.43)	

CMYK percentages

%2.05
%0
%32.19
%42.75

Codes

Color #8F9263 in popluar color models

8F9263
RGB14314699
HSL64°19.18%48.04%
HSB/HSV64°32.19%57.25%
CMYK2.05%0.00%32.19%
42.75%

Color #8F9263 in popluar number systems.

HEX8F9263
Decimal14314699
Binary10001111100100101100011
Octal217222143

Shades and tints

Shades of #8F9263

#8F9263
(143,146,99)
#82855A
(130,133,90)
#757851
(117,120,81)
#686B48
(104,107,72)
#5B5E3F
(91,94,63)
#4E5136
(78,81,54)
#41442D
(65,68,45)
#343724
(52,55,36)
#272A1B
(39,42,27)
#1A1D12
(26,29,18)
#0D1009
(13,16,9)
#000000
(0,0,0)

Tints of #8F9263

#8F9263
(143,146,99)
#999B71
(153,155,113)
#A3A47F
(163,164,127)
#ADAD8D
(173,173,141)
#B7B69B
(183,182,155)
#C1BFA9
(193,191,169)
#CBC8B7
(203,200,183)
#D5D1C5
(213,209,197)
#DFDAD3
(223,218,211)
#E9E3E1
(233,227,225)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9263; }

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

This text font color is #8F9263.


Background Color

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

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

This div background color is #8F9263.


Border color

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

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

This div border color is #8F9263.


Opacity

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

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

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

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

This text has shadow with #8F9263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9263 on black background.


Color preview on white background

This text has color #8F9263 on white background.



Black color preview on #8F9263 background

This text has black color on #8F9263 background.


White color preview on #8F9263 background

This text has white color on #8F9263 background.