COLOR #8F9179

HEX: #8F9179
RGB: (143,145,121)

Color info

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

RGB color model

#8F9179 color RGB value is (143,145,121).

  • red value is 143;
  • green value is 145;
  • blue value is 121.
RGB:
(143,145,121)
(56%,57%,47%)

RGB channels and saturation

R 143 of 255 = 56%
G 145 of 255 = 57%
B 121 of 255 = 47%

143
145
121

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

Portions of RGB colors in percentages

R + G + B =
143 + 145 + 121 = 409 (100%)
R 143 of 409 ~ 34.96%
G 145 of 409 ~ 35.45%
B 121 of 409 ~ 29.58%

%34.96
%35.45
%29.58

CMYK color model

#8F9179 color CMYK value is (1,0,17,43).

  • cyan value is 1.38%
  • magenta value is 0.00%
  • yellow value is 16.55%
  • key color value is 43.14%
CMYK:
(1,0,17,43)
C1M0Y17K43 
(1%,0%,17%,43%)
(0.01/0.00/0.17/0.43)	

CMYK percentages

%1.38
%0
%16.55
%43.14

Codes

Color #8F9179 in popluar color models

8F9179
RGB143145121
HSL65°9.84%52.16%
HSB/HSV65°16.55%56.86%
CMYK1.38%0.00%16.55%
43.14%

Color #8F9179 in popluar number systems.

HEX8F9179
Decimal143145121
Binary10001111100100011111001
Octal217221171

Shades and tints

Shades of #8F9179

#8F9179
(143,145,121)
#82846E
(130,132,110)
#757763
(117,119,99)
#686A58
(104,106,88)
#5B5D4D
(91,93,77)
#4E5042
(78,80,66)
#414337
(65,67,55)
#34362C
(52,54,44)
#272921
(39,41,33)
#1A1C16
(26,28,22)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #8F9179

#8F9179
(143,145,121)
#999B85
(153,155,133)
#A3A591
(163,165,145)
#ADAF9D
(173,175,157)
#B7B9A9
(183,185,169)
#C1C3B5
(193,195,181)
#CBCDC1
(203,205,193)
#D5D7CD
(213,215,205)
#DFE1D9
(223,225,217)
#E9EBE5
(233,235,229)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F9179 color. Also use rgb(143,145,121) instead hex code.

Text Font Color

.myTextColor { color: #8F9179; }

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

This text font color is #8F9179.


Background Color

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

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

This div background color is #8F9179.


Border color

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

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

This div border color is #8F9179.


Opacity

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

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

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

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

This text has shadow with #8F9179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9179 on black background.


Color preview on white background

This text has color #8F9179 on white background.



Black color preview on #8F9179 background

This text has black color on #8F9179 background.


White color preview on #8F9179 background

This text has white color on #8F9179 background.