COLOR #8FA36B

HEX: #8FA36B
RGB: (143,163,107)

Color info

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

RGB color model

#8FA36B color RGB value is (143,163,107).

  • red value is 143;
  • green value is 163;
  • blue value is 107.
RGB:
(143,163,107)
(56%,64%,42%)

RGB channels and saturation

R 143 of 255 = 56%
G 163 of 255 = 64%
B 107 of 255 = 42%

143
163
107

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

Portions of RGB colors in percentages

R + G + B =
143 + 163 + 107 = 413 (100%)
R 143 of 413 ~ 34.62%
G 163 of 413 ~ 39.47%
B 107 of 413 ~ 25.91%

%34.62
%39.47
%25.91

CMYK color model

#8FA36B color CMYK value is (12,0,34,36).

  • cyan value is 12.27%
  • magenta value is 0.00%
  • yellow value is 34.36%
  • key color value is 36.08%
CMYK:
(12,0,34,36)
C12M0Y34K36 
(12%,0%,34%,36%)
(0.12/0.00/0.34/0.36)	

CMYK percentages

%12.27
%0
%34.36
%36.08

Codes

Color #8FA36B in popluar color models

8FA36B
RGB143163107
HSL81°23.33%52.94%
HSB/HSV81°34.36%63.92%
CMYK12.27%0.00%34.36%
36.08%

Color #8FA36B in popluar number systems.

HEX8FA36B
Decimal143163107
Binary10001111101000111101011
Octal217243153

Shades and tints

Shades of #8FA36B

#8FA36B
(143,163,107)
#829562
(130,149,98)
#758759
(117,135,89)
#687950
(104,121,80)
#5B6B47
(91,107,71)
#4E5D3E
(78,93,62)
#414F35
(65,79,53)
#34412C
(52,65,44)
#273323
(39,51,35)
#1A251A
(26,37,26)
#0D1711
(13,23,17)
#000000
(0,0,0)

Tints of #8FA36B

#8FA36B
(143,163,107)
#99AB78
(153,171,120)
#A3B385
(163,179,133)
#ADBB92
(173,187,146)
#B7C39F
(183,195,159)
#C1CBAC
(193,203,172)
#CBD3B9
(203,211,185)
#D5DBC6
(213,219,198)
#DFE3D3
(223,227,211)
#E9EBE0
(233,235,224)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FA36B color. Also use rgb(143,163,107) instead hex code.

Text Font Color

.myTextColor { color: #8FA36B; }

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

This text font color is #8FA36B.


Background Color

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

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

This div background color is #8FA36B.


Border color

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

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

This div border color is #8FA36B.


Opacity

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

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

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

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

This text has shadow with #8FA36B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA36B on black background.


Color preview on white background

This text has color #8FA36B on white background.



Black color preview on #8FA36B background

This text has black color on #8FA36B background.


White color preview on #8FA36B background

This text has white color on #8FA36B background.