COLOR #8FA577

HEX: #8FA577
RGB: (143,165,119)

Color info

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

RGB color model

#8FA577 color RGB value is (143,165,119).

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

RGB channels and saturation

R 143 of 255 = 56%
G 165 of 255 = 65%
B 119 of 255 = 47%

143
165
119

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

Portions of RGB colors in percentages

R + G + B =
143 + 165 + 119 = 427 (100%)
R 143 of 427 ~ 33.49%
G 165 of 427 ~ 38.64%
B 119 of 427 ~ 27.87%

%33.49
%38.64
%27.87

CMYK color model

#8FA577 color CMYK value is (13,0,28,35).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 27.88%
  • key color value is 35.29%
CMYK:
(13,0,28,35)
C13M0Y28K35 
(13%,0%,28%,35%)
(0.13/0.00/0.28/0.35)	

CMYK percentages

%13.33
%0
%27.88
%35.29

Codes

Color #8FA577 in popluar color models

8FA577
RGB143165119
HSL89°20.35%55.69%
HSB/HSV89°27.88%64.71%
CMYK13.33%0.00%27.88%
35.29%

Color #8FA577 in popluar number systems.

HEX8FA577
Decimal143165119
Binary10001111101001011110111
Octal217245167

Shades and tints

Shades of #8FA577

#8FA577
(143,165,119)
#82966D
(130,150,109)
#758763
(117,135,99)
#687859
(104,120,89)
#5B694F
(91,105,79)
#4E5A45
(78,90,69)
#414B3B
(65,75,59)
#343C31
(52,60,49)
#272D27
(39,45,39)
#1A1E1D
(26,30,29)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #8FA577

#8FA577
(143,165,119)
#99AD83
(153,173,131)
#A3B58F
(163,181,143)
#ADBD9B
(173,189,155)
#B7C5A7
(183,197,167)
#C1CDB3
(193,205,179)
#CBD5BF
(203,213,191)
#D5DDCB
(213,221,203)
#DFE5D7
(223,229,215)
#E9EDE3
(233,237,227)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA577; }

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

This text font color is #8FA577.


Background Color

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

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

This div background color is #8FA577.


Border color

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

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

This div border color is #8FA577.


Opacity

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

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

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

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

This text has shadow with #8FA577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA577 on black background.


Color preview on white background

This text has color #8FA577 on white background.



Black color preview on #8FA577 background

This text has black color on #8FA577 background.


White color preview on #8FA577 background

This text has white color on #8FA577 background.