COLOR #8F7A6E

HEX: #8F7A6E
RGB: (143,122,110)

Color info

#8F7A6E contains red, green and blue colors in about the same proportion. Web safe color of #8F7A6E is #996666 (or #966).

RGB color model

#8F7A6E color RGB value is (143,122,110).

  • red value is 143;
  • green value is 122;
  • blue value is 110.
RGB:
(143,122,110)
(56%,48%,43%)

RGB channels and saturation

R 143 of 255 = 56%
G 122 of 255 = 48%
B 110 of 255 = 43%

143
122
110

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

Portions of RGB colors in percentages

R + G + B =
143 + 122 + 110 = 375 (100%)
R 143 of 375 ~ 38.13%
G 122 of 375 ~ 32.53%
B 110 of 375 ~ 29.33%

%38.13
%32.53
%29.33

CMYK color model

#8F7A6E color CMYK value is (0,15,23,44).

  • cyan value is 0.00%
  • magenta value is 14.69%
  • yellow value is 23.08%
  • key color value is 43.92%
CMYK:
(0,15,23,44)
C0M15Y23K44 
(0%,15%,23%,44%)
(0.00/0.15/0.23/0.44)	

CMYK percentages

%0
%14.69
%23.08
%43.92

Codes

Color #8F7A6E in popluar color models

8F7A6E
RGB143122110
HSL22°13.04%49.61%
HSB/HSV22°23.08%56.08%
CMYK0.00%14.69%23.08%
43.92%

Color #8F7A6E in popluar number systems.

HEX8F7A6E
Decimal143122110
Binary1000111111110101101110
Octal217172156

Shades and tints

Shades of #8F7A6E

#8F7A6E
(143,122,110)
#826F64
(130,111,100)
#75645A
(117,100,90)
#685950
(104,89,80)
#5B4E46
(91,78,70)
#4E433C
(78,67,60)
#413832
(65,56,50)
#342D28
(52,45,40)
#27221E
(39,34,30)
#1A1714
(26,23,20)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #8F7A6E

#8F7A6E
(143,122,110)
#99867B
(153,134,123)
#A39288
(163,146,136)
#AD9E95
(173,158,149)
#B7AAA2
(183,170,162)
#C1B6AF
(193,182,175)
#CBC2BC
(203,194,188)
#D5CEC9
(213,206,201)
#DFDAD6
(223,218,214)
#E9E6E3
(233,230,227)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F7A6E color. Also use rgb(143,122,110) instead hex code.

Text Font Color

.myTextColor { color: #8F7A6E; }

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

This text font color is #8F7A6E.


Background Color

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

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

This div background color is #8F7A6E.


Border color

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

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

This div border color is #8F7A6E.


Opacity

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

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

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

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

This text has shadow with #8F7A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F7A6E on black background.


Color preview on white background

This text has color #8F7A6E on white background.



Black color preview on #8F7A6E background

This text has black color on #8F7A6E background.


White color preview on #8F7A6E background

This text has white color on #8F7A6E background.