COLOR #8FAB48

HEX: #8FAB48 RGB: (143,171,72)

Color info

#8FAB48 contains mainly red and green colors. Web safe color of #8FAB48 is #999933 (or #993).

RGB color model

#8FAB48 color RGB value is (143,171,72).

RGB: (143,171,72) (56%, 67%, 28%)

RGB channels and saturation

R 143 of 255 = 56%
G 171 of 255 = 67%
B 72 of 255 = 28%

143
171
72

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

Portions of RGB colors in percentages

R + G + B = 143 + 171 + 72 = 386 (100%)
R 143 of 386 ~ 37.05%
G 171 of 386 ~ 44.3%
B 72 of 386 ~ 18.65'%

%37.05
%44.3
%18.65

CMYK color model

#8FAB48 color CMYK value is (16,0,58,33).

  • cyan value is 16.37%
  • magenta value is 0.00%
  • yellow value is 57.89%
  • key color value is 32.94%
CMYK: (16,0,58,33) C16M0Y58K33 (16%,0%,58%,33%) (0.16/0.00/0.58/0.33) 

CMYK percentages

%16.37
%0
%57.89
%32.94

Codes

Color #8FAB48 in popluar color models

8F AB 48
RGB 143 171 72
HSL 77° 40.74% 47.65%
HSB/HSV 77° 57.89% 67.06%
CMYK 16.37% 0.00% 57.89%
32.94%

Color #8FAB48 in popluar number systems.

HEX 8F AB 48
Decimal 143 171 72
Binary 10001111 10101011 1001000
Octal 217 253 110

Shades and tints

Shades of #8FAB48

#8FAB48
(143,171,72)
#829C42
(130,156,66)
#758D3C
(117,141,60)
#687E36
(104,126,54)
#5B6F30
(91,111,48)
#4E602A
(78,96,42)
#415124
(65,81,36)
#34421E
(52,66,30)
#273318
(39,51,24)
#1A2412
(26,36,18)
#0D150C
(13,21,12)
#000000
(0,0,0)

Tints of #8FAB48

#8FAB48
(143,171,72)
#99B258
(153,178,88)
#A3B968
(163,185,104)
#ADC078
(173,192,120)
#B7C788
(183,199,136)
#C1CE98
(193,206,152)
#CBD5A8
(203,213,168)
#D5DCB8
(213,220,184)
#DFE3C8
(223,227,200)
#E9EAD8
(233,234,216)
#F3F1E8
(243,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FAB48 color. Also use rgb(143,171,72) instead hex code.

Text Font Color

.myTextColor { color: #8FAB48; }

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

This text font color is #8FAB48.

Background Color

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

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

This div background color is #8FAB48.

Border color

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

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

This div border color is #8FAB48.

Opacity

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

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

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

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

This text has shadow with #8FAB48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FAB48.

Preview

Color preview on black background

This text has color #8FAB48 on black background.


Color preview on white background

This text has color #8FAB48 on white background.


Black color preview on #8FAB48 background

This text has black color on #8FAB48 background.


White color preview on #8FAB48 background

This text has white color on #8FAB48 background.


Related colors

Complementary color

Complementary color for #hex is #7054B7.


I love getcolorcode.com

Triadic colors

1 #488FAB and #AB488F with #8FAB48 are triadic colors.

2 #48AB8F and #AB8F48 with #8FAB48 are triadic colors.