COLOR #8FAF59

HEX: #8FAF59
RGB: (143,175,89)

Color info

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

RGB color model

#8FAF59 color RGB value is (143,175,89).

  • red value is 143;
  • green value is 175;
  • blue value is 89.
RGB:
(143,175,89)
(56%,69%,35%)

RGB channels and saturation

R 143 of 255 = 56%
G 175 of 255 = 69%
B 89 of 255 = 35%

143
175
89

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

Portions of RGB colors in percentages

R + G + B =
143 + 175 + 89 = 407 (100%)
R 143 of 407 ~ 35.14%
G 175 of 407 ~ 43%
B 89 of 407 ~ 21.87%

%35.14
%43
%21.87

CMYK color model

#8FAF59 color CMYK value is (18,0,49,31).

  • cyan value is 18.29%
  • magenta value is 0.00%
  • yellow value is 49.14%
  • key color value is 31.37%
CMYK:
(18,0,49,31)
C18M0Y49K31 
(18%,0%,49%,31%)
(0.18/0.00/0.49/0.31)	

CMYK percentages

%18.29
%0
%49.14
%31.37

Codes

Color #8FAF59 in popluar color models

8FAF59
RGB14317589
HSL82°34.96%51.76%
HSB/HSV82°49.14%68.63%
CMYK18.29%0.00%49.14%
31.37%

Color #8FAF59 in popluar number systems.

HEX8FAF59
Decimal14317589
Binary10001111101011111011001
Octal217257131

Shades and tints

Shades of #8FAF59

#8FAF59
(143,175,89)
#82A051
(130,160,81)
#759149
(117,145,73)
#688241
(104,130,65)
#5B7339
(91,115,57)
#4E6431
(78,100,49)
#415529
(65,85,41)
#344621
(52,70,33)
#273719
(39,55,25)
#1A2811
(26,40,17)
#0D1909
(13,25,9)
#000000
(0,0,0)

Tints of #8FAF59

#8FAF59
(143,175,89)
#99B668
(153,182,104)
#A3BD77
(163,189,119)
#ADC486
(173,196,134)
#B7CB95
(183,203,149)
#C1D2A4
(193,210,164)
#CBD9B3
(203,217,179)
#D5E0C2
(213,224,194)
#DFE7D1
(223,231,209)
#E9EEE0
(233,238,224)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FAF59 color. Also use rgb(143,175,89) instead hex code.

Text Font Color

.myTextColor { color: #8FAF59; }

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

This text font color is #8FAF59.


Background Color

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

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

This div background color is #8FAF59.


Border color

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

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

This div border color is #8FAF59.


Opacity

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

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

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

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

This text has shadow with #8FAF59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FAF59 on black background.


Color preview on white background

This text has color #8FAF59 on white background.



Black color preview on #8FAF59 background

This text has black color on #8FAF59 background.


White color preview on #8FAF59 background

This text has white color on #8FAF59 background.