COLOR #8F8C4B

HEX: #8F8C4B RGB: (143,140,75)

Color info

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

RGB color model

#8F8C4B color RGB value is (143,140,75).

RGB: (143,140,75) (56%, 55%, 29%)

RGB channels and saturation

R 143 of 255 = 56%
G 140 of 255 = 55%
B 75 of 255 = 29%

143
140
75

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

Portions of RGB colors in percentages

R + G + B = 143 + 140 + 75 = 358 (100%)
R 143 of 358 ~ 39.94%
G 140 of 358 ~ 39.11%
B 75 of 358 ~ 20.95'%

%39.94
%39.11
%20.95

CMYK color model

#8F8C4B color CMYK value is (0,2,48,44).

  • cyan value is 0.00%
  • magenta value is 2.10%
  • yellow value is 47.55%
  • key color value is 43.92%

CMYK: (0,2,48,44)
C0M2Y48K44 (0%, 2%, 48%, 44%)
(0.00 / 0.02 / 0.48 / 0.44)

CMYK percentages

%0
%2.1
%47.55
%43.92

Codes

Color #8F8C4B in popluar color models

8F 8C 4B
RGB 143 140 75
HSL 57° 31.19% 42.75%
HSB/HSV 57° 47.55% 56.08%
CMYK 0.00% 2.10% 47.55%
43.92%

Color #8F8C4B in popluar number systems.

HEX 8F 8C 4B
Decimal 143 140 75
Binary 10001111 10001100 1001011
Octal 217 214 113

Shades and tints

Shades of #8F8C4B

#8F8C4B
(143,140,75)
#828045
(130,128,69)
#75743F
(117,116,63)
#686839
(104,104,57)
#5B5C33
(91,92,51)
#4E502D
(78,80,45)
#414427
(65,68,39)
#343821
(52,56,33)
#272C1B
(39,44,27)
#1A2015
(26,32,21)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #8F8C4B

#8F8C4B
(143,140,75)
#99965B
(153,150,91)
#A3A06B
(163,160,107)
#ADAA7B
(173,170,123)
#B7B48B
(183,180,139)
#C1BE9B
(193,190,155)
#CBC8AB
(203,200,171)
#D5D2BB
(213,210,187)
#DFDCCB
(223,220,203)
#E9E6DB
(233,230,219)
#F3F0EB
(243,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F8C4B color. Also use rgb(143,140,75) instead hex code.

Text Font Color

.myTextColor { color: #8F8C4B; }

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

This text font color is #8F8C4B.

Background Color

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

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

This div background color is #8F8C4B.

Border color

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

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

This div border color is #8F8C4B.

Opacity

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

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

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

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

This text has shadow with #8F8C4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F8C4B.

Preview

Color preview on black background

This text has color #8F8C4B on black background.


Color preview on white background

This text has color #8F8C4B on white background.


Black color preview on #8F8C4B background

This text has black color on #8F8C4B background.


White color preview on #8F8C4B background

This text has white color on #8F8C4B background.


Related colors

Complementary color

Complementary color for #hex is #7073B4.


I love getcolorcode.com

Triadic colors

1 #4B8F8C and #8C4B8F with #8F8C4B are triadic colors.

2 #4B8C8F and #8C8F4B with #8F8C4B are triadic colors.