COLOR #8FA35C

HEX: #8FA35C
RGB: (143,163,92)

Color info

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

RGB color model

#8FA35C color RGB value is (143,163,92).

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

RGB channels and saturation

R 143 of 255 = 56%
G 163 of 255 = 64%
B 92 of 255 = 36%

143
163
92

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

Portions of RGB colors in percentages

R + G + B =
143 + 163 + 92 = 398 (100%)
R 143 of 398 ~ 35.93%
G 163 of 398 ~ 40.95%
B 92 of 398 ~ 23.12%

%35.93
%40.95
%23.12

CMYK color model

#8FA35C color CMYK value is (12,0,44,36).

  • cyan value is 12.27%
  • magenta value is 0.00%
  • yellow value is 43.56%
  • key color value is 36.08%
CMYK:
(12,0,44,36)
C12M0Y44K36 
(12%,0%,44%,36%)
(0.12/0.00/0.44/0.36)	

CMYK percentages

%12.27
%0
%43.56
%36.08

Codes

Color #8FA35C in popluar color models

8FA35C
RGB14316392
HSL77°27.84%50.00%
HSB/HSV77°43.56%63.92%
CMYK12.27%0.00%43.56%
36.08%

Color #8FA35C in popluar number systems.

HEX8FA35C
Decimal14316392
Binary10001111101000111011100
Octal217243134

Shades and tints

Shades of #8FA35C

#8FA35C
(143,163,92)
#829554
(130,149,84)
#75874C
(117,135,76)
#687944
(104,121,68)
#5B6B3C
(91,107,60)
#4E5D34
(78,93,52)
#414F2C
(65,79,44)
#344124
(52,65,36)
#27331C
(39,51,28)
#1A2514
(26,37,20)
#0D170C
(13,23,12)
#000000
(0,0,0)

Tints of #8FA35C

#8FA35C
(143,163,92)
#99AB6A
(153,171,106)
#A3B378
(163,179,120)
#ADBB86
(173,187,134)
#B7C394
(183,195,148)
#C1CBA2
(193,203,162)
#CBD3B0
(203,211,176)
#D5DBBE
(213,219,190)
#DFE3CC
(223,227,204)
#E9EBDA
(233,235,218)
#F3F3E8
(243,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA35C; }

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

This text font color is #8FA35C.


Background Color

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

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

This div background color is #8FA35C.


Border color

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

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

This div border color is #8FA35C.


Opacity

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

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

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

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

This text has shadow with #8FA35C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA35C on black background.


Color preview on white background

This text has color #8FA35C on white background.



Black color preview on #8FA35C background

This text has black color on #8FA35C background.


White color preview on #8FA35C background

This text has white color on #8FA35C background.