COLOR #8FA373

HEX: #8FA373
RGB: (143,163,115)

Color info

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

RGB color model

#8FA373 color RGB value is (143,163,115).

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

RGB channels and saturation

R 143 of 255 = 56%
G 163 of 255 = 64%
B 115 of 255 = 45%

143
163
115

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

Portions of RGB colors in percentages

R + G + B =
143 + 163 + 115 = 421 (100%)
R 143 of 421 ~ 33.97%
G 163 of 421 ~ 38.72%
B 115 of 421 ~ 27.32%

%33.97
%38.72
%27.32

CMYK color model

#8FA373 color CMYK value is (12,0,29,36).

  • cyan value is 12.27%
  • magenta value is 0.00%
  • yellow value is 29.45%
  • key color value is 36.08%
CMYK:
(12,0,29,36)
C12M0Y29K36 
(12%,0%,29%,36%)
(0.12/0.00/0.29/0.36)	

CMYK percentages

%12.27
%0
%29.45
%36.08

Codes

Color #8FA373 in popluar color models

8FA373
RGB143163115
HSL85°20.69%54.51%
HSB/HSV85°29.45%63.92%
CMYK12.27%0.00%29.45%
36.08%

Color #8FA373 in popluar number systems.

HEX8FA373
Decimal143163115
Binary10001111101000111110011
Octal217243163

Shades and tints

Shades of #8FA373

#8FA373
(143,163,115)
#829569
(130,149,105)
#75875F
(117,135,95)
#687955
(104,121,85)
#5B6B4B
(91,107,75)
#4E5D41
(78,93,65)
#414F37
(65,79,55)
#34412D
(52,65,45)
#273323
(39,51,35)
#1A2519
(26,37,25)
#0D170F
(13,23,15)
#000000
(0,0,0)

Tints of #8FA373

#8FA373
(143,163,115)
#99AB7F
(153,171,127)
#A3B38B
(163,179,139)
#ADBB97
(173,187,151)
#B7C3A3
(183,195,163)
#C1CBAF
(193,203,175)
#CBD3BB
(203,211,187)
#D5DBC7
(213,219,199)
#DFE3D3
(223,227,211)
#E9EBDF
(233,235,223)
#F3F3EB
(243,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA373; }

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

This text font color is #8FA373.


Background Color

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

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

This div background color is #8FA373.


Border color

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

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

This div border color is #8FA373.


Opacity

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

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

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

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

This text has shadow with #8FA373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA373 on black background.


Color preview on white background

This text has color #8FA373 on white background.



Black color preview on #8FA373 background

This text has black color on #8FA373 background.


White color preview on #8FA373 background

This text has white color on #8FA373 background.