COLOR #8FB473

HEX: #8FB473
RGB: (143,180,115)

Color info

#8FB473 contains mainly red and green colors. Web safe color of #8FB473 is #99CC66 (or #9C6).

RGB color model

#8FB473 color RGB value is (143,180,115).

  • red value is 143;
  • green value is 180;
  • blue value is 115.
RGB:
(143,180,115)
(56%,71%,45%)

RGB channels and saturation

R 143 of 255 = 56%
G 180 of 255 = 71%
B 115 of 255 = 45%

143
180
115

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

Portions of RGB colors in percentages

R + G + B =
143 + 180 + 115 = 438 (100%)
R 143 of 438 ~ 32.65%
G 180 of 438 ~ 41.1%
B 115 of 438 ~ 26.26%

%32.65
%41.1
%26.26

CMYK color model

#8FB473 color CMYK value is (21,0,36,29).

  • cyan value is 20.56%
  • magenta value is 0.00%
  • yellow value is 36.11%
  • key color value is 29.41%
CMYK:
(21,0,36,29)
C21M0Y36K29 
(21%,0%,36%,29%)
(0.21/0.00/0.36/0.29)	

CMYK percentages

%20.56
%0
%36.11
%29.41

Codes

Color #8FB473 in popluar color models

8FB473
RGB143180115
HSL94°30.23%57.84%
HSB/HSV94°36.11%70.59%
CMYK20.56%0.00%36.11%
29.41%

Color #8FB473 in popluar number systems.

HEX8FB473
Decimal143180115
Binary10001111101101001110011
Octal217264163

Shades and tints

Shades of #8FB473

#8FB473
(143,180,115)
#82A469
(130,164,105)
#75945F
(117,148,95)
#688455
(104,132,85)
#5B744B
(91,116,75)
#4E6441
(78,100,65)
#415437
(65,84,55)
#34442D
(52,68,45)
#273423
(39,52,35)
#1A2419
(26,36,25)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #8FB473

#8FB473
(143,180,115)
#99BA7F
(153,186,127)
#A3C08B
(163,192,139)
#ADC697
(173,198,151)
#B7CCA3
(183,204,163)
#C1D2AF
(193,210,175)
#CBD8BB
(203,216,187)
#D5DEC7
(213,222,199)
#DFE4D3
(223,228,211)
#E9EADF
(233,234,223)
#F3F0EB
(243,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FB473 color. Also use rgb(143,180,115) instead hex code.

Text Font Color

.myTextColor { color: #8FB473; }

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

This text font color is #8FB473.


Background Color

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

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

This div background color is #8FB473.


Border color

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

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

This div border color is #8FB473.


Opacity

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

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

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

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

This text has shadow with #8FB473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FB473 on black background.


Color preview on white background

This text has color #8FB473 on white background.



Black color preview on #8FB473 background

This text has black color on #8FB473 background.


White color preview on #8FB473 background

This text has white color on #8FB473 background.