COLOR #8FA386

HEX: #8FA386
RGB: (143,163,134)

Color info

#8FA386 contains red, green and blue colors in about the same proportion. Web safe color of #8FA386 is #999999 (or #999).

RGB color model

#8FA386 color RGB value is (143,163,134).

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

RGB channels and saturation

R 143 of 255 = 56%
G 163 of 255 = 64%
B 134 of 255 = 53%

143
163
134

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

Portions of RGB colors in percentages

R + G + B =
143 + 163 + 134 = 440 (100%)
R 143 of 440 ~ 32.5%
G 163 of 440 ~ 37.05%
B 134 of 440 ~ 30.45%

%32.5
%37.05
%30.45

CMYK color model

#8FA386 color CMYK value is (12,0,18,36).

  • cyan value is 12.27%
  • magenta value is 0.00%
  • yellow value is 17.79%
  • key color value is 36.08%
CMYK:
(12,0,18,36)
C12M0Y18K36 
(12%,0%,18%,36%)
(0.12/0.00/0.18/0.36)	

CMYK percentages

%12.27
%0
%17.79
%36.08

Codes

Color #8FA386 in popluar color models

8FA386
RGB143163134
HSL101°13.62%58.24%
HSB/HSV101°17.79%63.92%
CMYK12.27%0.00%17.79%
36.08%

Color #8FA386 in popluar number systems.

HEX8FA386
Decimal143163134
Binary100011111010001110000110
Octal217243206

Shades and tints

Shades of #8FA386

#8FA386
(143,163,134)
#82957A
(130,149,122)
#75876E
(117,135,110)
#687962
(104,121,98)
#5B6B56
(91,107,86)
#4E5D4A
(78,93,74)
#414F3E
(65,79,62)
#344132
(52,65,50)
#273326
(39,51,38)
#1A251A
(26,37,26)
#0D170E
(13,23,14)
#000000
(0,0,0)

Tints of #8FA386

#8FA386
(143,163,134)
#99AB91
(153,171,145)
#A3B39C
(163,179,156)
#ADBBA7
(173,187,167)
#B7C3B2
(183,195,178)
#C1CBBD
(193,203,189)
#CBD3C8
(203,211,200)
#D5DBD3
(213,219,211)
#DFE3DE
(223,227,222)
#E9EBE9
(233,235,233)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA386; }

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

This text font color is #8FA386.


Background Color

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

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

This div background color is #8FA386.


Border color

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

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

This div border color is #8FA386.


Opacity

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

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

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

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

This text has shadow with #8FA386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA386 on black background.


Color preview on white background

This text has color #8FA386 on white background.



Black color preview on #8FA386 background

This text has black color on #8FA386 background.


White color preview on #8FA386 background

This text has white color on #8FA386 background.