COLOR #8FA476

HEX: #8FA476
RGB: (143,164,118)

Color info

#8FA476 contains red, green and blue colors in about the same proportion. Web safe color of #8FA476 is #999966 (or #996).

RGB color model

#8FA476 color RGB value is (143,164,118).

  • red value is 143;
  • green value is 164;
  • blue value is 118.
RGB:
(143,164,118)
(56%,64%,46%)

RGB channels and saturation

R 143 of 255 = 56%
G 164 of 255 = 64%
B 118 of 255 = 46%

143
164
118

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

Portions of RGB colors in percentages

R + G + B =
143 + 164 + 118 = 425 (100%)
R 143 of 425 ~ 33.65%
G 164 of 425 ~ 38.59%
B 118 of 425 ~ 27.76%

%33.65
%38.59
%27.76

CMYK color model

#8FA476 color CMYK value is (13,0,28,36).

  • cyan value is 12.80%
  • magenta value is 0.00%
  • yellow value is 28.05%
  • key color value is 35.69%
CMYK:
(13,0,28,36)
C13M0Y28K36 
(13%,0%,28%,36%)
(0.13/0.00/0.28/0.36)	

CMYK percentages

%12.8
%0
%28.05
%35.69

Codes

Color #8FA476 in popluar color models

8FA476
RGB143164118
HSL87°20.18%55.29%
HSB/HSV87°28.05%64.31%
CMYK12.80%0.00%28.05%
35.69%

Color #8FA476 in popluar number systems.

HEX8FA476
Decimal143164118
Binary10001111101001001110110
Octal217244166

Shades and tints

Shades of #8FA476

#8FA476
(143,164,118)
#82966C
(130,150,108)
#758862
(117,136,98)
#687A58
(104,122,88)
#5B6C4E
(91,108,78)
#4E5E44
(78,94,68)
#41503A
(65,80,58)
#344230
(52,66,48)
#273426
(39,52,38)
#1A261C
(26,38,28)
#0D1812
(13,24,18)
#000000
(0,0,0)

Tints of #8FA476

#8FA476
(143,164,118)
#99AC82
(153,172,130)
#A3B48E
(163,180,142)
#ADBC9A
(173,188,154)
#B7C4A6
(183,196,166)
#C1CCB2
(193,204,178)
#CBD4BE
(203,212,190)
#D5DCCA
(213,220,202)
#DFE4D6
(223,228,214)
#E9ECE2
(233,236,226)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FA476 color. Also use rgb(143,164,118) instead hex code.

Text Font Color

.myTextColor { color: #8FA476; }

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

This text font color is #8FA476.


Background Color

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

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

This div background color is #8FA476.


Border color

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

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

This div border color is #8FA476.


Opacity

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

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

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

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

This text has shadow with #8FA476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA476 on black background.


Color preview on white background

This text has color #8FA476 on white background.



Black color preview on #8FA476 background

This text has black color on #8FA476 background.


White color preview on #8FA476 background

This text has white color on #8FA476 background.