COLOR #8FA56E

HEX: #8FA56E RGB: (143,165,110)

Color info

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

RGB color model

#8FA56E color RGB value is (143,165,110).

RGB: (143,165,110) (56%, 65%, 43%)

RGB channels and saturation

R 143 of 255 = 56%
G 165 of 255 = 65%
B 110 of 255 = 43%

143
165
110

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

Portions of RGB colors in percentages

R + G + B = 143 + 165 + 110 = 418 (100%)
R 143 of 418 ~ 34.21%
G 165 of 418 ~ 39.47%
B 110 of 418 ~ 26.32'%

%34.21
%39.47
%26.32

CMYK color model

#8FA56E color CMYK value is (13,0,33,35).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 35.29%

CMYK: (13,0,33,35)
C13M0Y33K35 (13%, 0%, 33%, 35%)
(0.13 / 0.00 / 0.33 / 0.35)

CMYK percentages

%13.33
%0
%33.33
%35.29

Codes

Color #8FA56E in popluar color models

8F A5 6E
RGB 143 165 110
HSL 84° 23.40% 53.92%
HSB/HSV 84° 33.33% 64.71%
CMYK 13.33% 0.00% 33.33%
35.29%

Color #8FA56E in popluar number systems.

HEX 8F A5 6E
Decimal 143 165 110
Binary 10001111 10100101 1101110
Octal 217 245 156

Shades and tints

Shades of #8FA56E

#8FA56E
(143,165,110)
#829664
(130,150,100)
#75875A
(117,135,90)
#687850
(104,120,80)
#5B6946
(91,105,70)
#4E5A3C
(78,90,60)
#414B32
(65,75,50)
#343C28
(52,60,40)
#272D1E
(39,45,30)
#1A1E14
(26,30,20)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #8FA56E

#8FA56E
(143,165,110)
#99AD7B
(153,173,123)
#A3B588
(163,181,136)
#ADBD95
(173,189,149)
#B7C5A2
(183,197,162)
#C1CDAF
(193,205,175)
#CBD5BC
(203,213,188)
#D5DDC9
(213,221,201)
#DFE5D6
(223,229,214)
#E9EDE3
(233,237,227)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FA56E color. Also use rgb(143,165,110) instead hex code.

Text Font Color

.myTextColor { color: #8FA56E; }

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

This text font color is #8FA56E.

Background Color

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

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

This div background color is #8FA56E.

Border color

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

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

This div border color is #8FA56E.

Opacity

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

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

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

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

This text has shadow with #8FA56E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FA56E.

Preview

Color preview on black background

This text has color #8FA56E on black background.


Color preview on white background

This text has color #8FA56E on white background.


Black color preview on #8FA56E background

This text has black color on #8FA56E background.


White color preview on #8FA56E background

This text has white color on #8FA56E background.


Related colors

Complementary color

Complementary color for #hex is #705A91.


I love getcolorcode.com

Triadic colors

1 #6E8FA5 and #A56E8F with #8FA56E are triadic colors.

2 #6EA58F and #A58F6E with #8FA56E are triadic colors.