COLOR #8FA564

HEX: #8FA564
RGB: (143,165,100)

Color info

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

RGB color model

#8FA564 color RGB value is (143,165,100).

  • red value is 143;
  • green value is 165;
  • blue value is 100.
RGB:
(143,165,100)
(56%,65%,39%)

RGB channels and saturation

R 143 of 255 = 56%
G 165 of 255 = 65%
B 100 of 255 = 39%

143
165
100

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

Portions of RGB colors in percentages

R + G + B =
143 + 165 + 100 = 408 (100%)
R 143 of 408 ~ 35.05%
G 165 of 408 ~ 40.44%
B 100 of 408 ~ 24.51%

%35.05
%40.44
%24.51

CMYK color model

#8FA564 color CMYK value is (13,0,39,35).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 39.39%
  • key color value is 35.29%
CMYK:
(13,0,39,35)
C13M0Y39K35 
(13%,0%,39%,35%)
(0.13/0.00/0.39/0.35)	

CMYK percentages

%13.33
%0
%39.39
%35.29

Codes

Color #8FA564 in popluar color models

8FA564
RGB143165100
HSL80°26.53%51.96%
HSB/HSV80°39.39%64.71%
CMYK13.33%0.00%39.39%
35.29%

Color #8FA564 in popluar number systems.

HEX8FA564
Decimal143165100
Binary10001111101001011100100
Octal217245144

Shades and tints

Shades of #8FA564

#8FA564
(143,165,100)
#82965B
(130,150,91)
#758752
(117,135,82)
#687849
(104,120,73)
#5B6940
(91,105,64)
#4E5A37
(78,90,55)
#414B2E
(65,75,46)
#343C25
(52,60,37)
#272D1C
(39,45,28)
#1A1E13
(26,30,19)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #8FA564

#8FA564
(143,165,100)
#99AD72
(153,173,114)
#A3B580
(163,181,128)
#ADBD8E
(173,189,142)
#B7C59C
(183,197,156)
#C1CDAA
(193,205,170)
#CBD5B8
(203,213,184)
#D5DDC6
(213,221,198)
#DFE5D4
(223,229,212)
#E9EDE2
(233,237,226)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FA564 color. Also use rgb(143,165,100) instead hex code.

Text Font Color

.myTextColor { color: #8FA564; }

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

This text font color is #8FA564.


Background Color

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

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

This div background color is #8FA564.


Border color

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

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

This div border color is #8FA564.


Opacity

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

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

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

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

This text has shadow with #8FA564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA564 on black background.


Color preview on white background

This text has color #8FA564 on white background.



Black color preview on #8FA564 background

This text has black color on #8FA564 background.


White color preview on #8FA564 background

This text has white color on #8FA564 background.