COLOR #8FA427

HEX: #8FA427
RGB: (143,164,39)

Color info

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

RGB color model

#8FA427 color RGB value is (143,164,39).

  • red value is 143;
  • green value is 164;
  • blue value is 39.
RGB:
(143,164,39)
(56%,64%,15%)

RGB channels and saturation

R 143 of 255 = 56%
G 164 of 255 = 64%
B 39 of 255 = 15%

143
164
39

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

Portions of RGB colors in percentages

R + G + B =
143 + 164 + 39 = 346 (100%)
R 143 of 346 ~ 41.33%
G 164 of 346 ~ 47.4%
B 39 of 346 ~ 11.27%

%41.33
%47.4
%11.27

CMYK color model

#8FA427 color CMYK value is (13,0,76,36).

  • cyan value is 12.80%
  • magenta value is 0.00%
  • yellow value is 76.22%
  • key color value is 35.69%
CMYK:
(13,0,76,36)
C13M0Y76K36 
(13%,0%,76%,36%)
(0.13/0.00/0.76/0.36)	

CMYK percentages

%12.8
%0
%76.22
%35.69

Codes

Color #8FA427 in popluar color models

8FA427
RGB14316439
HSL70°61.58%39.80%
HSB/HSV70°76.22%64.31%
CMYK12.80%0.00%76.22%
35.69%

Color #8FA427 in popluar number systems.

HEX8FA427
Decimal14316439
Binary1000111110100100100111
Octal21724447

Shades and tints

Shades of #8FA427

#8FA427
(143,164,39)
#829624
(130,150,36)
#758821
(117,136,33)
#687A1E
(104,122,30)
#5B6C1B
(91,108,27)
#4E5E18
(78,94,24)
#415015
(65,80,21)
#344212
(52,66,18)
#27340F
(39,52,15)
#1A260C
(26,38,12)
#0D1809
(13,24,9)
#000000
(0,0,0)

Tints of #8FA427

#8FA427
(143,164,39)
#99AC3A
(153,172,58)
#A3B44D
(163,180,77)
#ADBC60
(173,188,96)
#B7C473
(183,196,115)
#C1CC86
(193,204,134)
#CBD499
(203,212,153)
#D5DCAC
(213,220,172)
#DFE4BF
(223,228,191)
#E9ECD2
(233,236,210)
#F3F4E5
(243,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FA427 color. Also use rgb(143,164,39) instead hex code.

Text Font Color

.myTextColor { color: #8FA427; }

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

This text font color is #8FA427.


Background Color

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

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

This div background color is #8FA427.


Border color

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

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

This div border color is #8FA427.


Opacity

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

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

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

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

This text has shadow with #8FA427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA427 on black background.


Color preview on white background

This text has color #8FA427 on white background.



Black color preview on #8FA427 background

This text has black color on #8FA427 background.


White color preview on #8FA427 background

This text has white color on #8FA427 background.