COLOR #8FB381

HEX: #8FB381
RGB: (143,179,129)

Color info

#8FB381 contains red, green and blue colors in about the same proportion. Web safe color of #8FB381 is #999999 (or #999).

RGB color model

#8FB381 color RGB value is (143,179,129).

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

RGB channels and saturation

R 143 of 255 = 56%
G 179 of 255 = 70%
B 129 of 255 = 51%

143
179
129

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

Portions of RGB colors in percentages

R + G + B =
143 + 179 + 129 = 451 (100%)
R 143 of 451 ~ 31.71%
G 179 of 451 ~ 39.69%
B 129 of 451 ~ 28.6%

%31.71
%39.69
%28.6

CMYK color model

#8FB381 color CMYK value is (20,0,28,30).

  • cyan value is 20.11%
  • magenta value is 0.00%
  • yellow value is 27.93%
  • key color value is 29.80%
CMYK:
(20,0,28,30)
C20M0Y28K30 
(20%,0%,28%,30%)
(0.20/0.00/0.28/0.30)	

CMYK percentages

%20.11
%0
%27.93
%29.8

Codes

Color #8FB381 in popluar color models

8FB381
RGB143179129
HSL103°24.75%60.39%
HSB/HSV103°27.93%70.20%
CMYK20.11%0.00%27.93%
29.80%

Color #8FB381 in popluar number systems.

HEX8FB381
Decimal143179129
Binary100011111011001110000001
Octal217263201

Shades and tints

Shades of #8FB381

#8FB381
(143,179,129)
#82A376
(130,163,118)
#75936B
(117,147,107)
#688360
(104,131,96)
#5B7355
(91,115,85)
#4E634A
(78,99,74)
#41533F
(65,83,63)
#344334
(52,67,52)
#273329
(39,51,41)
#1A231E
(26,35,30)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #8FB381

#8FB381
(143,179,129)
#99B98C
(153,185,140)
#A3BF97
(163,191,151)
#ADC5A2
(173,197,162)
#B7CBAD
(183,203,173)
#C1D1B8
(193,209,184)
#CBD7C3
(203,215,195)
#D5DDCE
(213,221,206)
#DFE3D9
(223,227,217)
#E9E9E4
(233,233,228)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FB381; }

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

This text font color is #8FB381.


Background Color

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

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

This div background color is #8FB381.


Border color

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

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

This div border color is #8FB381.


Opacity

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

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

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

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

This text has shadow with #8FB381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FB381 on black background.


Color preview on white background

This text has color #8FB381 on white background.



Black color preview on #8FB381 background

This text has black color on #8FB381 background.


White color preview on #8FB381 background

This text has white color on #8FB381 background.