COLOR #8FA076

HEX: #8FA076
RGB: (143,160,118)

Color info

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

RGB color model

#8FA076 color RGB value is (143,160,118).

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

RGB channels and saturation

R 143 of 255 = 56%
G 160 of 255 = 63%
B 118 of 255 = 46%

143
160
118

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

Portions of RGB colors in percentages

R + G + B =
143 + 160 + 118 = 421 (100%)
R 143 of 421 ~ 33.97%
G 160 of 421 ~ 38%
B 118 of 421 ~ 28.03%

%33.97
%38
%28.03

CMYK color model

#8FA076 color CMYK value is (11,0,26,37).

  • cyan value is 10.63%
  • magenta value is 0.00%
  • yellow value is 26.25%
  • key color value is 37.25%
CMYK:
(11,0,26,37)
C11M0Y26K37 
(11%,0%,26%,37%)
(0.11/0.00/0.26/0.37)	

CMYK percentages

%10.63
%0
%26.25
%37.25

Codes

Color #8FA076 in popluar color models

8FA076
RGB143160118
HSL84°18.10%54.51%
HSB/HSV84°26.25%62.75%
CMYK10.63%0.00%26.25%
37.25%

Color #8FA076 in popluar number systems.

HEX8FA076
Decimal143160118
Binary10001111101000001110110
Octal217240166

Shades and tints

Shades of #8FA076

#8FA076
(143,160,118)
#82926C
(130,146,108)
#758462
(117,132,98)
#687658
(104,118,88)
#5B684E
(91,104,78)
#4E5A44
(78,90,68)
#414C3A
(65,76,58)
#343E30
(52,62,48)
#273026
(39,48,38)
#1A221C
(26,34,28)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #8FA076

#8FA076
(143,160,118)
#99A882
(153,168,130)
#A3B08E
(163,176,142)
#ADB89A
(173,184,154)
#B7C0A6
(183,192,166)
#C1C8B2
(193,200,178)
#CBD0BE
(203,208,190)
#D5D8CA
(213,216,202)
#DFE0D6
(223,224,214)
#E9E8E2
(233,232,226)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA076; }

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

This text font color is #8FA076.


Background Color

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

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

This div background color is #8FA076.


Border color

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

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

This div border color is #8FA076.


Opacity

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

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

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

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

This text has shadow with #8FA076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA076 on black background.


Color preview on white background

This text has color #8FA076 on white background.



Black color preview on #8FA076 background

This text has black color on #8FA076 background.


White color preview on #8FA076 background

This text has white color on #8FA076 background.