COLOR #8F9579

HEX: #8F9579 RGB: (143,149,121)

Color info

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

RGB color model

#8F9579 color RGB value is (143,149,121).

RGB: (143,149,121) (56%, 58%, 47%)

RGB channels and saturation

R 143 of 255 = 56%
G 149 of 255 = 58%
B 121 of 255 = 47%

143
149
121

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

Portions of RGB colors in percentages

R + G + B = 143 + 149 + 121 = 413 (100%)
R 143 of 413 ~ 34.62%
G 149 of 413 ~ 36.08%
B 121 of 413 ~ 29.3'%

%34.62
%36.08
%29.3

CMYK color model

#8F9579 color CMYK value is (4,0,19,42).

  • cyan value is 4.03%
  • magenta value is 0.00%
  • yellow value is 18.79%
  • key color value is 41.57%

CMYK: (4,0,19,42)
C4M0Y19K42 (4%, 0%, 19%, 42%)
(0.04 / 0.00 / 0.19 / 0.42)

CMYK percentages

%4.03
%0
%18.79
%41.57

Codes

Color #8F9579 in popluar color models

8F 95 79
RGB 143 149 121
HSL 73° 11.67% 52.94%
HSB/HSV 73° 18.79% 58.43%
CMYK 4.03% 0.00% 18.79%
41.57%

Color #8F9579 in popluar number systems.

HEX 8F 95 79
Decimal 143 149 121
Binary 10001111 10010101 1111001
Octal 217 225 171

Shades and tints

Shades of #8F9579

#8F9579
(143,149,121)
#82886E
(130,136,110)
#757B63
(117,123,99)
#686E58
(104,110,88)
#5B614D
(91,97,77)
#4E5442
(78,84,66)
#414737
(65,71,55)
#343A2C
(52,58,44)
#272D21
(39,45,33)
#1A2016
(26,32,22)
#0D130B
(13,19,11)
#000000
(0,0,0)

Tints of #8F9579

#8F9579
(143,149,121)
#999E85
(153,158,133)
#A3A791
(163,167,145)
#ADB09D
(173,176,157)
#B7B9A9
(183,185,169)
#C1C2B5
(193,194,181)
#CBCBC1
(203,203,193)
#D5D4CD
(213,212,205)
#DFDDD9
(223,221,217)
#E9E6E5
(233,230,229)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9579; }

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

This text font color is #8F9579.

Background Color

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

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

This div background color is #8F9579.

Border color

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

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

This div border color is #8F9579.

Opacity

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

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

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

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

This text has shadow with #8F9579 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F9579.

Preview

Color preview on black background

This text has color #8F9579 on black background.


Color preview on white background

This text has color #8F9579 on white background.


Black color preview on #8F9579 background

This text has black color on #8F9579 background.


White color preview on #8F9579 background

This text has white color on #8F9579 background.


Related colors

Complementary color

Complementary color for #hex is #706A86.


I love getcolorcode.com

Triadic colors

1 #798F95 and #95798F with #8F9579 are triadic colors.

2 #79958F and #958F79 with #8F9579 are triadic colors.