COLOR #8FA581

HEX: #8FA581 RGB: (143,165,129)

Color info

#8FA581 contains red, green and blue colors in about the same proportion. Web safe color of #8FA581 is #999999 (or #999).

RGB color model

#8FA581 color RGB value is (143,165,129).

RGB: (143,165,129) (56%, 65%, 51%)

RGB channels and saturation

R 143 of 255 = 56%
G 165 of 255 = 65%
B 129 of 255 = 51%

143
165
129

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

Portions of RGB colors in percentages

R + G + B = 143 + 165 + 129 = 437 (100%)
R 143 of 437 ~ 32.72%
G 165 of 437 ~ 37.76%
B 129 of 437 ~ 29.52'%

%32.72
%37.76
%29.52

CMYK color model

#8FA581 color CMYK value is (13,0,22,35).

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

CMYK: (13,0,22,35)
C13M0Y22K35 (13%, 0%, 22%, 35%)
(0.13 / 0.00 / 0.22 / 0.35)

CMYK percentages

%13.33
%0
%21.82
%35.29

Codes

Color #8FA581 in popluar color models

8F A5 81
RGB 143 165 129
HSL 97° 16.67% 57.65%
HSB/HSV 97° 21.82% 64.71%
CMYK 13.33% 0.00% 21.82%
35.29%

Color #8FA581 in popluar number systems.

HEX 8F A5 81
Decimal 143 165 129
Binary 10001111 10100101 10000001
Octal 217 245 201

Shades and tints

Shades of #8FA581

#8FA581
(143,165,129)
#829676
(130,150,118)
#75876B
(117,135,107)
#687860
(104,120,96)
#5B6955
(91,105,85)
#4E5A4A
(78,90,74)
#414B3F
(65,75,63)
#343C34
(52,60,52)
#272D29
(39,45,41)
#1A1E1E
(26,30,30)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #8FA581

#8FA581
(143,165,129)
#99AD8C
(153,173,140)
#A3B597
(163,181,151)
#ADBDA2
(173,189,162)
#B7C5AD
(183,197,173)
#C1CDB8
(193,205,184)
#CBD5C3
(203,213,195)
#D5DDCE
(213,221,206)
#DFE5D9
(223,229,217)
#E9EDE4
(233,237,228)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA581; }

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

This text font color is #8FA581.

Background Color

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

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

This div background color is #8FA581.

Border color

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

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

This div border color is #8FA581.

Opacity

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

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

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

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

This text has shadow with #8FA581 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FA581.

Preview

Color preview on black background

This text has color #8FA581 on black background.


Color preview on white background

This text has color #8FA581 on white background.


Black color preview on #8FA581 background

This text has black color on #8FA581 background.


White color preview on #8FA581 background

This text has white color on #8FA581 background.


Related colors

Complementary color

Complementary color for #hex is #705A7E.


I love getcolorcode.com

Triadic colors

1 #818FA5 and #A5818F with #8FA581 are triadic colors.

2 #81A58F and #A58F81 with #8FA581 are triadic colors.