COLOR #8FA379

HEX: #8FA379
RGB: (143,163,121)

Color info

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

RGB color model

#8FA379 color RGB value is (143,163,121).

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

RGB channels and saturation

R 143 of 255 = 56%
G 163 of 255 = 64%
B 121 of 255 = 47%

143
163
121

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

Portions of RGB colors in percentages

R + G + B =
143 + 163 + 121 = 427 (100%)
R 143 of 427 ~ 33.49%
G 163 of 427 ~ 38.17%
B 121 of 427 ~ 28.34%

%33.49
%38.17
%28.34

CMYK color model

#8FA379 color CMYK value is (12,0,26,36).

  • cyan value is 12.27%
  • magenta value is 0.00%
  • yellow value is 25.77%
  • key color value is 36.08%
CMYK:
(12,0,26,36)
C12M0Y26K36 
(12%,0%,26%,36%)
(0.12/0.00/0.26/0.36)	

CMYK percentages

%12.27
%0
%25.77
%36.08

Codes

Color #8FA379 in popluar color models

8FA379
RGB143163121
HSL89°18.58%55.69%
HSB/HSV89°25.77%63.92%
CMYK12.27%0.00%25.77%
36.08%

Color #8FA379 in popluar number systems.

HEX8FA379
Decimal143163121
Binary10001111101000111111001
Octal217243171

Shades and tints

Shades of #8FA379

#8FA379
(143,163,121)
#82956E
(130,149,110)
#758763
(117,135,99)
#687958
(104,121,88)
#5B6B4D
(91,107,77)
#4E5D42
(78,93,66)
#414F37
(65,79,55)
#34412C
(52,65,44)
#273321
(39,51,33)
#1A2516
(26,37,22)
#0D170B
(13,23,11)
#000000
(0,0,0)

Tints of #8FA379

#8FA379
(143,163,121)
#99AB85
(153,171,133)
#A3B391
(163,179,145)
#ADBB9D
(173,187,157)
#B7C3A9
(183,195,169)
#C1CBB5
(193,203,181)
#CBD3C1
(203,211,193)
#D5DBCD
(213,219,205)
#DFE3D9
(223,227,217)
#E9EBE5
(233,235,229)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA379; }

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

This text font color is #8FA379.


Background Color

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

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

This div background color is #8FA379.


Border color

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

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

This div border color is #8FA379.


Opacity

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

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

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

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

This text has shadow with #8FA379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA379 on black background.


Color preview on white background

This text has color #8FA379 on white background.



Black color preview on #8FA379 background

This text has black color on #8FA379 background.


White color preview on #8FA379 background

This text has white color on #8FA379 background.