COLOR #8FA771

HEX: #8FA771
RGB: (143,167,113)

Color info

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

RGB color model

#8FA771 color RGB value is (143,167,113).

  • red value is 143;
  • green value is 167;
  • blue value is 113.
RGB:
(143,167,113)
(56%,65%,44%)

RGB channels and saturation

R 143 of 255 = 56%
G 167 of 255 = 65%
B 113 of 255 = 44%

143
167
113

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

Portions of RGB colors in percentages

R + G + B =
143 + 167 + 113 = 423 (100%)
R 143 of 423 ~ 33.81%
G 167 of 423 ~ 39.48%
B 113 of 423 ~ 26.71%

%33.81
%39.48
%26.71

CMYK color model

#8FA771 color CMYK value is (14,0,32,35).

  • cyan value is 14.37%
  • magenta value is 0.00%
  • yellow value is 32.34%
  • key color value is 34.51%
CMYK:
(14,0,32,35)
C14M0Y32K35 
(14%,0%,32%,35%)
(0.14/0.00/0.32/0.35)	

CMYK percentages

%14.37
%0
%32.34
%34.51

Codes

Color #8FA771 in popluar color models

8FA771
RGB143167113
HSL87°23.48%54.90%
HSB/HSV87°32.34%65.49%
CMYK14.37%0.00%32.34%
34.51%

Color #8FA771 in popluar number systems.

HEX8FA771
Decimal143167113
Binary10001111101001111110001
Octal217247161

Shades and tints

Shades of #8FA771

#8FA771
(143,167,113)
#829867
(130,152,103)
#75895D
(117,137,93)
#687A53
(104,122,83)
#5B6B49
(91,107,73)
#4E5C3F
(78,92,63)
#414D35
(65,77,53)
#343E2B
(52,62,43)
#272F21
(39,47,33)
#1A2017
(26,32,23)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #8FA771

#8FA771
(143,167,113)
#99AF7D
(153,175,125)
#A3B789
(163,183,137)
#ADBF95
(173,191,149)
#B7C7A1
(183,199,161)
#C1CFAD
(193,207,173)
#CBD7B9
(203,215,185)
#D5DFC5
(213,223,197)
#DFE7D1
(223,231,209)
#E9EFDD
(233,239,221)
#F3F7E9
(243,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FA771 color. Also use rgb(143,167,113) instead hex code.

Text Font Color

.myTextColor { color: #8FA771; }

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

This text font color is #8FA771.


Background Color

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

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

This div background color is #8FA771.


Border color

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

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

This div border color is #8FA771.


Opacity

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

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

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

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

This text has shadow with #8FA771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA771 on black background.


Color preview on white background

This text has color #8FA771 on white background.



Black color preview on #8FA771 background

This text has black color on #8FA771 background.


White color preview on #8FA771 background

This text has white color on #8FA771 background.