COLOR #8FB747

HEX: #8FB747 RGB: (143,183,71)

Color info

#8FB747 contains mainly red and green colors. Web safe color of #8FB747 is #99CC33 (or #9C3).

RGB color model

#8FB747 color RGB value is (143,183,71).

RGB: (143,183,71) (56%, 72%, 28%)

RGB channels and saturation

R 143 of 255 = 56%
G 183 of 255 = 72%
B 71 of 255 = 28%

143
183
71

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

Portions of RGB colors in percentages

R + G + B = 143 + 183 + 71 = 397 (100%)
R 143 of 397 ~ 36.02%
G 183 of 397 ~ 46.1%
B 71 of 397 ~ 17.88'%

%36.02
%46.1
%17.88

CMYK color model

#8FB747 color CMYK value is (22,0,61,28).

  • cyan value is 21.86%
  • magenta value is 0.00%
  • yellow value is 61.20%
  • key color value is 28.24%
CMYK: (22,0,61,28) C22M0Y61K28 (22%,0%,61%,28%) (0.22/0.00/0.61/0.28) 

CMYK percentages

%21.86
%0
%61.2
%28.24

Codes

Color #8FB747 in popluar color models

8F B7 47
RGB 143 183 71
HSL 81° 44.09% 49.80%
HSB/HSV 81° 61.20% 71.76%
CMYK 21.86% 0.00% 61.20%
28.24%

Color #8FB747 in popluar number systems.

HEX 8F B7 47
Decimal 143 183 71
Binary 10001111 10110111 1000111
Octal 217 267 107

Shades and tints

Shades of #8FB747

#8FB747
(143,183,71)
#82A741
(130,167,65)
#75973B
(117,151,59)
#688735
(104,135,53)
#5B772F
(91,119,47)
#4E6729
(78,103,41)
#415723
(65,87,35)
#34471D
(52,71,29)
#273717
(39,55,23)
#1A2711
(26,39,17)
#0D170B
(13,23,11)
#000000
(0,0,0)

Tints of #8FB747

#8FB747
(143,183,71)
#99BD57
(153,189,87)
#A3C367
(163,195,103)
#ADC977
(173,201,119)
#B7CF87
(183,207,135)
#C1D597
(193,213,151)
#CBDBA7
(203,219,167)
#D5E1B7
(213,225,183)
#DFE7C7
(223,231,199)
#E9EDD7
(233,237,215)
#F3F3E7
(243,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FB747 color. Also use rgb(143,183,71) instead hex code.

Text Font Color

.myTextColor { color: #8FB747; }

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

This text font color is #8FB747.

Background Color

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

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

This div background color is #8FB747.

Border color

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

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

This div border color is #8FB747.

Opacity

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

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

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

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

This text has shadow with #8FB747 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FB747.

Preview

Color preview on black background

This text has color #8FB747 on black background.


Color preview on white background

This text has color #8FB747 on white background.


Black color preview on #8FB747 background

This text has black color on #8FB747 background.


White color preview on #8FB747 background

This text has white color on #8FB747 background.


Related colors

Complementary color

Complementary color for #hex is #7048B8.


I love getcolorcode.com

Triadic colors

1 #478FB7 and #B7478F with #8FB747 are triadic colors.

2 #47B78F and #B78F47 with #8FB747 are triadic colors.