COLOR #8FAD72

HEX: #8FAD72 RGB: (143,173,114)

Color info

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

RGB color model

#8FAD72 color RGB value is (143,173,114).

RGB: (143,173,114) (56%, 68%, 45%)

RGB channels and saturation

R 143 of 255 = 56%
G 173 of 255 = 68%
B 114 of 255 = 45%

143
173
114

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

Portions of RGB colors in percentages

R + G + B = 143 + 173 + 114 = 430 (100%)
R 143 of 430 ~ 33.26%
G 173 of 430 ~ 40.23%
B 114 of 430 ~ 26.51'%

%33.26
%40.23
%26.51

CMYK color model

#8FAD72 color CMYK value is (17,0,34,32).

  • cyan value is 17.34%
  • magenta value is 0.00%
  • yellow value is 34.10%
  • key color value is 32.16%

CMYK: (17,0,34,32)
C17M0Y34K32 (17%, 0%, 34%, 32%)
(0.17 / 0.00 / 0.34 / 0.32)

CMYK percentages

%17.34
%0
%34.1
%32.16

Codes

Color #8FAD72 in popluar color models

8F AD 72
RGB 143 173 114
HSL 91° 26.46% 56.27%
HSB/HSV 91° 34.10% 67.84%
CMYK 17.34% 0.00% 34.10%
32.16%

Color #8FAD72 in popluar number systems.

HEX 8F AD 72
Decimal 143 173 114
Binary 10001111 10101101 1110010
Octal 217 255 162

Shades and tints

Shades of #8FAD72

#8FAD72
(143,173,114)
#829E68
(130,158,104)
#758F5E
(117,143,94)
#688054
(104,128,84)
#5B714A
(91,113,74)
#4E6240
(78,98,64)
#415336
(65,83,54)
#34442C
(52,68,44)
#273522
(39,53,34)
#1A2618
(26,38,24)
#0D170E
(13,23,14)
#000000
(0,0,0)

Tints of #8FAD72

#8FAD72
(143,173,114)
#99B47E
(153,180,126)
#A3BB8A
(163,187,138)
#ADC296
(173,194,150)
#B7C9A2
(183,201,162)
#C1D0AE
(193,208,174)
#CBD7BA
(203,215,186)
#D5DEC6
(213,222,198)
#DFE5D2
(223,229,210)
#E9ECDE
(233,236,222)
#F3F3EA
(243,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FAD72 color. Also use rgb(143,173,114) instead hex code.

Text Font Color

.myTextColor { color: #8FAD72; }

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

This text font color is #8FAD72.

Background Color

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

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

This div background color is #8FAD72.

Border color

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

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

This div border color is #8FAD72.

Opacity

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

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

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

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

This text has shadow with #8FAD72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FAD72.

Preview

Color preview on black background

This text has color #8FAD72 on black background.


Color preview on white background

This text has color #8FAD72 on white background.


Black color preview on #8FAD72 background

This text has black color on #8FAD72 background.


White color preview on #8FAD72 background

This text has white color on #8FAD72 background.


Related colors

Complementary color

Complementary color for #hex is #70528D.


I love getcolorcode.com

Triadic colors

1 #728FAD and #AD728F with #8FAD72 are triadic colors.

2 #72AD8F and #AD8F72 with #8FAD72 are triadic colors.