COLOR #8F6F6E

HEX: #8F6F6E
RGB: (143,111,110)

Color info

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

RGB color model

#8F6F6E color RGB value is (143,111,110).

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

RGB channels and saturation

R 143 of 255 = 56%
G 111 of 255 = 44%
B 110 of 255 = 43%

143
111
110

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

Portions of RGB colors in percentages

R + G + B =
143 + 111 + 110 = 364 (100%)
R 143 of 364 ~ 39.29%
G 111 of 364 ~ 30.49%
B 110 of 364 ~ 30.22%

%39.29
%30.49
%30.22

CMYK color model

#8F6F6E color CMYK value is (0,22,23,44).

  • cyan value is 0.00%
  • magenta value is 22.38%
  • yellow value is 23.08%
  • key color value is 43.92%
CMYK: (0,22,23,44) C0M22Y23K44 (0%,22%,23%,44%) (0.00/0.22/0.23/0.44)

CMYK percentages

%0
%22.38
%23.08
%43.92

Codes

Color #8F6F6E in popluar color models

8F6F6E
RGB143111110
HSL13.04%49.61%
HSB/HSV23.08%56.08%
CMYK0.00%22.38%23.08%
43.92%

Color #8F6F6E in popluar number systems.

HEX8F6F6E
Decimal143111110
Binary1000111111011111101110
Octal217157156

Shades and tints

Shades of #8F6F6E

#8F6F6E
(143,111,110)
#826564
(130,101,100)
#755B5A
(117,91,90)
#685150
(104,81,80)
#5B4746
(91,71,70)
#4E3D3C
(78,61,60)
#413332
(65,51,50)
#342928
(52,41,40)
#271F1E
(39,31,30)
#1A1514
(26,21,20)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #8F6F6E

#8F6F6E
(143,111,110)
#997C7B
(153,124,123)
#A38988
(163,137,136)
#AD9695
(173,150,149)
#B7A3A2
(183,163,162)
#C1B0AF
(193,176,175)
#CBBDBC
(203,189,188)
#D5CAC9
(213,202,201)
#DFD7D6
(223,215,214)
#E9E4E3
(233,228,227)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F6F6E; }

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

This text font color is #8F6F6E.


Background Color

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

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

This div background color is #8F6F6E.


Border color

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

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

This div border color is #8F6F6E.


Opacity

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

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

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

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

This text has shadow with #8F6F6E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8F6F6E on black background.


Color preview on white background

This text has color #8F6F6E on white background.



Black color preview on #8F6F6E background

This text has black color on #8F6F6E background.


White color preview on #8F6F6E background

This text has white color on #8F6F6E background.