COLOR #8F8149

HEX: #8F8149
RGB: (143,129,73)

Color info

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

RGB color model

#8F8149 color RGB value is (143,129,73).

  • red value is 143;
  • green value is 129;
  • blue value is 73.
RGB:
(143,129,73)
(56%,51%,29%)

RGB channels and saturation

R 143 of 255 = 56%
G 129 of 255 = 51%
B 73 of 255 = 29%

143
129
73

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

Portions of RGB colors in percentages

R + G + B =
143 + 129 + 73 = 345 (100%)
R 143 of 345 ~ 41.45%
G 129 of 345 ~ 37.39%
B 73 of 345 ~ 21.16%

%41.45
%37.39
%21.16

CMYK color model

#8F8149 color CMYK value is (0,10,49,44).

  • cyan value is 0.00%
  • magenta value is 9.79%
  • yellow value is 48.95%
  • key color value is 43.92%
CMYK:
(0,10,49,44)
C0M10Y49K44 
(0%,10%,49%,44%)
(0.00/0.10/0.49/0.44)	

CMYK percentages

%0
%9.79
%48.95
%43.92

Codes

Color #8F8149 in popluar color models

8F8149
RGB14312973
HSL48°32.41%42.35%
HSB/HSV48°48.95%56.08%
CMYK0.00%9.79%48.95%
43.92%

Color #8F8149 in popluar number systems.

HEX8F8149
Decimal14312973
Binary10001111100000011001001
Octal217201111

Shades and tints

Shades of #8F8149

#8F8149
(143,129,73)
#827643
(130,118,67)
#756B3D
(117,107,61)
#686037
(104,96,55)
#5B5531
(91,85,49)
#4E4A2B
(78,74,43)
#413F25
(65,63,37)
#34341F
(52,52,31)
#272919
(39,41,25)
#1A1E13
(26,30,19)
#0D130D
(13,19,13)
#000000
(0,0,0)

Tints of #8F8149

#8F8149
(143,129,73)
#998C59
(153,140,89)
#A39769
(163,151,105)
#ADA279
(173,162,121)
#B7AD89
(183,173,137)
#C1B899
(193,184,153)
#CBC3A9
(203,195,169)
#D5CEB9
(213,206,185)
#DFD9C9
(223,217,201)
#E9E4D9
(233,228,217)
#F3EFE9
(243,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F8149; }

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

This text font color is #8F8149.


Background Color

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

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

This div background color is #8F8149.


Border color

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

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

This div border color is #8F8149.


Opacity

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

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

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

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

This text has shadow with #8F8149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F8149 on black background.


Color preview on white background

This text has color #8F8149 on white background.



Black color preview on #8F8149 background

This text has black color on #8F8149 background.


White color preview on #8F8149 background

This text has white color on #8F8149 background.