COLOR #8FAF49

HEX: #8FAF49
RGB: (143,175,73)

Color info

#8FAF49 contains mainly red and green colors. Web safe color of #8FAF49 is #999933 (or #993).

RGB color model

#8FAF49 color RGB value is (143,175,73).

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

RGB channels and saturation

R 143 of 255 = 56%
G 175 of 255 = 69%
B 73 of 255 = 29%

143
175
73

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

Portions of RGB colors in percentages

R + G + B =
143 + 175 + 73 = 391 (100%)
R 143 of 391 ~ 36.57%
G 175 of 391 ~ 44.76%
B 73 of 391 ~ 18.67%

%36.57
%44.76
%18.67

CMYK color model

#8FAF49 color CMYK value is (18,0,58,31).

  • cyan value is 18.29%
  • magenta value is 0.00%
  • yellow value is 58.29%
  • key color value is 31.37%
CMYK:
(18,0,58,31)
C18M0Y58K31 
(18%,0%,58%,31%)
(0.18/0.00/0.58/0.31)	

CMYK percentages

%18.29
%0
%58.29
%31.37

Codes

Color #8FAF49 in popluar color models

8FAF49
RGB14317573
HSL79°41.13%48.63%
HSB/HSV79°58.29%68.63%
CMYK18.29%0.00%58.29%
31.37%

Color #8FAF49 in popluar number systems.

HEX8FAF49
Decimal14317573
Binary10001111101011111001001
Octal217257111

Shades and tints

Shades of #8FAF49

#8FAF49
(143,175,73)
#82A043
(130,160,67)
#75913D
(117,145,61)
#688237
(104,130,55)
#5B7331
(91,115,49)
#4E642B
(78,100,43)
#415525
(65,85,37)
#34461F
(52,70,31)
#273719
(39,55,25)
#1A2813
(26,40,19)
#0D190D
(13,25,13)
#000000
(0,0,0)

Tints of #8FAF49

#8FAF49
(143,175,73)
#99B659
(153,182,89)
#A3BD69
(163,189,105)
#ADC479
(173,196,121)
#B7CB89
(183,203,137)
#C1D299
(193,210,153)
#CBD9A9
(203,217,169)
#D5E0B9
(213,224,185)
#DFE7C9
(223,231,201)
#E9EED9
(233,238,217)
#F3F5E9
(243,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FAF49; }

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

This text font color is #8FAF49.


Background Color

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

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

This div background color is #8FAF49.


Border color

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

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

This div border color is #8FAF49.


Opacity

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

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

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

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

This text has shadow with #8FAF49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FAF49 on black background.


Color preview on white background

This text has color #8FAF49 on white background.



Black color preview on #8FAF49 background

This text has black color on #8FAF49 background.


White color preview on #8FAF49 background

This text has white color on #8FAF49 background.