COLOR #8FAF72

HEX: #8FAF72
RGB: (143,175,114)

Color info

#8FAF72 contains mainly red and green colors. Web safe color of #8FAF72 is #999966 (or #996).

RGB color model

#8FAF72 color RGB value is (143,175,114).

  • red value is 143;
  • green value is 175;
  • blue value is 114.
RGB:
(143,175,114)
(56%,69%,45%)

RGB channels and saturation

R 143 of 255 = 56%
G 175 of 255 = 69%
B 114 of 255 = 45%

143
175
114

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

Portions of RGB colors in percentages

R + G + B =
143 + 175 + 114 = 432 (100%)
R 143 of 432 ~ 33.1%
G 175 of 432 ~ 40.51%
B 114 of 432 ~ 26.39%

%33.1
%40.51
%26.39

CMYK color model

#8FAF72 color CMYK value is (18,0,35,31).

  • cyan value is 18.29%
  • magenta value is 0.00%
  • yellow value is 34.86%
  • key color value is 31.37%
CMYK:
(18,0,35,31)
C18M0Y35K31 
(18%,0%,35%,31%)
(0.18/0.00/0.35/0.31)	

CMYK percentages

%18.29
%0
%34.86
%31.37

Codes

Color #8FAF72 in popluar color models

8FAF72
RGB143175114
HSL91°27.60%56.67%
HSB/HSV91°34.86%68.63%
CMYK18.29%0.00%34.86%
31.37%

Color #8FAF72 in popluar number systems.

HEX8FAF72
Decimal143175114
Binary10001111101011111110010
Octal217257162

Shades and tints

Shades of #8FAF72

#8FAF72
(143,175,114)
#82A068
(130,160,104)
#75915E
(117,145,94)
#688254
(104,130,84)
#5B734A
(91,115,74)
#4E6440
(78,100,64)
#415536
(65,85,54)
#34462C
(52,70,44)
#273722
(39,55,34)
#1A2818
(26,40,24)
#0D190E
(13,25,14)
#000000
(0,0,0)

Tints of #8FAF72

#8FAF72
(143,175,114)
#99B67E
(153,182,126)
#A3BD8A
(163,189,138)
#ADC496
(173,196,150)
#B7CBA2
(183,203,162)
#C1D2AE
(193,210,174)
#CBD9BA
(203,217,186)
#D5E0C6
(213,224,198)
#DFE7D2
(223,231,210)
#E9EEDE
(233,238,222)
#F3F5EA
(243,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FAF72 color. Also use rgb(143,175,114) instead hex code.

Text Font Color

.myTextColor { color: #8FAF72; }

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

This text font color is #8FAF72.


Background Color

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

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

This div background color is #8FAF72.


Border color

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

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

This div border color is #8FAF72.


Opacity

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

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

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

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

This text has shadow with #8FAF72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FAF72 on black background.


Color preview on white background

This text has color #8FAF72 on white background.



Black color preview on #8FAF72 background

This text has black color on #8FAF72 background.


White color preview on #8FAF72 background

This text has white color on #8FAF72 background.