COLOR #8FA470

HEX: #8FA470
RGB: (143,164,112)

Color info

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

RGB color model

#8FA470 color RGB value is (143,164,112).

  • red value is 143;
  • green value is 164;
  • blue value is 112.
RGB:
(143,164,112)
(56%,64%,44%)

RGB channels and saturation

R 143 of 255 = 56%
G 164 of 255 = 64%
B 112 of 255 = 44%

143
164
112

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

Portions of RGB colors in percentages

R + G + B =
143 + 164 + 112 = 419 (100%)
R 143 of 419 ~ 34.13%
G 164 of 419 ~ 39.14%
B 112 of 419 ~ 26.73%

%34.13
%39.14
%26.73

CMYK color model

#8FA470 color CMYK value is (13,0,32,36).

  • cyan value is 12.80%
  • magenta value is 0.00%
  • yellow value is 31.71%
  • key color value is 35.69%
CMYK:
(13,0,32,36)
C13M0Y32K36 
(13%,0%,32%,36%)
(0.13/0.00/0.32/0.36)	

CMYK percentages

%12.8
%0
%31.71
%35.69

Codes

Color #8FA470 in popluar color models

8FA470
RGB143164112
HSL84°22.22%54.12%
HSB/HSV84°31.71%64.31%
CMYK12.80%0.00%31.71%
35.69%

Color #8FA470 in popluar number systems.

HEX8FA470
Decimal143164112
Binary10001111101001001110000
Octal217244160

Shades and tints

Shades of #8FA470

#8FA470
(143,164,112)
#829666
(130,150,102)
#75885C
(117,136,92)
#687A52
(104,122,82)
#5B6C48
(91,108,72)
#4E5E3E
(78,94,62)
#415034
(65,80,52)
#34422A
(52,66,42)
#273420
(39,52,32)
#1A2616
(26,38,22)
#0D180C
(13,24,12)
#000000
(0,0,0)

Tints of #8FA470

#8FA470
(143,164,112)
#99AC7D
(153,172,125)
#A3B48A
(163,180,138)
#ADBC97
(173,188,151)
#B7C4A4
(183,196,164)
#C1CCB1
(193,204,177)
#CBD4BE
(203,212,190)
#D5DCCB
(213,220,203)
#DFE4D8
(223,228,216)
#E9ECE5
(233,236,229)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FA470 color. Also use rgb(143,164,112) instead hex code.

Text Font Color

.myTextColor { color: #8FA470; }

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

This text font color is #8FA470.


Background Color

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

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

This div background color is #8FA470.


Border color

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

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

This div border color is #8FA470.


Opacity

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

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

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

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

This text has shadow with #8FA470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA470 on black background.


Color preview on white background

This text has color #8FA470 on white background.



Black color preview on #8FA470 background

This text has black color on #8FA470 background.


White color preview on #8FA470 background

This text has white color on #8FA470 background.