COLOR #8FB371

HEX: #8FB371
RGB: (143,179,113)

Color info

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

RGB color model

#8FB371 color RGB value is (143,179,113).

  • red value is 143;
  • green value is 179;
  • blue value is 113.
RGB:
(143,179,113)
(56%,70%,44%)

RGB channels and saturation

R 143 of 255 = 56%
G 179 of 255 = 70%
B 113 of 255 = 44%

143
179
113

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

Portions of RGB colors in percentages

R + G + B =
143 + 179 + 113 = 435 (100%)
R 143 of 435 ~ 32.87%
G 179 of 435 ~ 41.15%
B 113 of 435 ~ 25.98%

%32.87
%41.15
%25.98

CMYK color model

#8FB371 color CMYK value is (20,0,37,30).

  • cyan value is 20.11%
  • magenta value is 0.00%
  • yellow value is 36.87%
  • key color value is 29.80%
CMYK:
(20,0,37,30)
C20M0Y37K30 
(20%,0%,37%,30%)
(0.20/0.00/0.37/0.30)	

CMYK percentages

%20.11
%0
%36.87
%29.8

Codes

Color #8FB371 in popluar color models

8FB371
RGB143179113
HSL93°30.28%57.25%
HSB/HSV93°36.87%70.20%
CMYK20.11%0.00%36.87%
29.80%

Color #8FB371 in popluar number systems.

HEX8FB371
Decimal143179113
Binary10001111101100111110001
Octal217263161

Shades and tints

Shades of #8FB371

#8FB371
(143,179,113)
#82A367
(130,163,103)
#75935D
(117,147,93)
#688353
(104,131,83)
#5B7349
(91,115,73)
#4E633F
(78,99,63)
#415335
(65,83,53)
#34432B
(52,67,43)
#273321
(39,51,33)
#1A2317
(26,35,23)
#0D130D
(13,19,13)
#000000
(0,0,0)

Tints of #8FB371

#8FB371
(143,179,113)
#99B97D
(153,185,125)
#A3BF89
(163,191,137)
#ADC595
(173,197,149)
#B7CBA1
(183,203,161)
#C1D1AD
(193,209,173)
#CBD7B9
(203,215,185)
#D5DDC5
(213,221,197)
#DFE3D1
(223,227,209)
#E9E9DD
(233,233,221)
#F3EFE9
(243,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FB371 color. Also use rgb(143,179,113) instead hex code.

Text Font Color

.myTextColor { color: #8FB371; }

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

This text font color is #8FB371.


Background Color

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

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

This div background color is #8FB371.


Border color

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

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

This div border color is #8FB371.


Opacity

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

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

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

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

This text has shadow with #8FB371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FB371 on black background.


Color preview on white background

This text has color #8FB371 on white background.



Black color preview on #8FB371 background

This text has black color on #8FB371 background.


White color preview on #8FB371 background

This text has white color on #8FB371 background.