COLOR #8FA317

HEX: #8FA317
RGB: (143,163,23)

Color info

#8FA317 contains mainly red and green colors. Web safe color of #8FA317 is #999900 (or #990).

RGB color model

#8FA317 color RGB value is (143,163,23).

  • red value is 143;
  • green value is 163;
  • blue value is 23.
RGB:
(143,163,23)
(56%,64%,9%)

RGB channels and saturation

R 143 of 255 = 56%
G 163 of 255 = 64%
B 23 of 255 = 9%

143
163
23

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

Portions of RGB colors in percentages

R + G + B =
143 + 163 + 23 = 329 (100%)
R 143 of 329 ~ 43.47%
G 163 of 329 ~ 49.54%
B 23 of 329 ~ 6.99%

%43.47
%49.54

CMYK color model

#8FA317 color CMYK value is (12,0,86,36).

  • cyan value is 12.27%
  • magenta value is 0.00%
  • yellow value is 85.89%
  • key color value is 36.08%
CMYK:
(12,0,86,36)
C12M0Y86K36 
(12%,0%,86%,36%)
(0.12/0.00/0.86/0.36)	

CMYK percentages

%12.27
%0
%85.89
%36.08

Codes

Color #8FA317 in popluar color models

8FA317
RGB14316323
HSL69°75.27%36.47%
HSB/HSV69°85.89%63.92%
CMYK12.27%0.00%85.89%
36.08%

Color #8FA317 in popluar number systems.

HEX8FA317
Decimal14316323
Binary100011111010001110111
Octal21724327

Shades and tints

Shades of #8FA317

#8FA317
(143,163,23)
#829515
(130,149,21)
#758713
(117,135,19)
#687911
(104,121,17)
#5B6B0F
(91,107,15)
#4E5D0D
(78,93,13)
#414F0B
(65,79,11)
#344109
(52,65,9)
#273307
(39,51,7)
#1A2505
(26,37,5)
#0D1703
(13,23,3)
#000000
(0,0,0)

Tints of #8FA317

#8FA317
(143,163,23)
#99AB2C
(153,171,44)
#A3B341
(163,179,65)
#ADBB56
(173,187,86)
#B7C36B
(183,195,107)
#C1CB80
(193,203,128)
#CBD395
(203,211,149)
#D5DBAA
(213,219,170)
#DFE3BF
(223,227,191)
#E9EBD4
(233,235,212)
#F3F3E9
(243,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FA317 color. Also use rgb(143,163,23) instead hex code.

Text Font Color

.myTextColor { color: #8FA317; }

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

This text font color is #8FA317.


Background Color

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

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

This div background color is #8FA317.


Border color

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

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

This div border color is #8FA317.


Opacity

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

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

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

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

This text has shadow with #8FA317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA317 on black background.


Color preview on white background

This text has color #8FA317 on white background.



Black color preview on #8FA317 background

This text has black color on #8FA317 background.


White color preview on #8FA317 background

This text has white color on #8FA317 background.