COLOR #8F6F6D

HEX: #8F6F6D
RGB: (143,111,109)

Color info

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

RGB color model

#8F6F6D color RGB value is (143,111,109).

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

RGB channels and saturation

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

143
111
109

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

Portions of RGB colors in percentages

R + G + B =
143 + 111 + 109 = 363 (100%)
R 143 of 363 ~ 39.39%
G 111 of 363 ~ 30.58%
B 109 of 363 ~ 30.03%

%39.39
%30.58
%30.03

CMYK color model

#8F6F6D color CMYK value is (0,22,24,44).

  • cyan value is 0.00%
  • magenta value is 22.38%
  • yellow value is 23.78%
  • key color value is 43.92%
CMYK:
(0,22,24,44)
C0M22Y24K44 
(0%,22%,24%,44%)
(0.00/0.22/0.24/0.44)	

CMYK percentages

%0
%22.38
%23.78
%43.92

Codes

Color #8F6F6D in popluar color models

8F6F6D
RGB143111109
HSL13.49%49.41%
HSB/HSV23.78%56.08%
CMYK0.00%22.38%23.78%
43.92%

Color #8F6F6D in popluar number systems.

HEX8F6F6D
Decimal143111109
Binary1000111111011111101101
Octal217157155

Shades and tints

Shades of #8F6F6D

#8F6F6D
(143,111,109)
#826564
(130,101,100)
#755B5B
(117,91,91)
#685152
(104,81,82)
#5B4749
(91,71,73)
#4E3D40
(78,61,64)
#413337
(65,51,55)
#34292E
(52,41,46)
#271F25
(39,31,37)
#1A151C
(26,21,28)
#0D0B13
(13,11,19)
#000000
(0,0,0)

Tints of #8F6F6D

#8F6F6D
(143,111,109)
#997C7A
(153,124,122)
#A38987
(163,137,135)
#AD9694
(173,150,148)
#B7A3A1
(183,163,161)
#C1B0AE
(193,176,174)
#CBBDBB
(203,189,187)
#D5CAC8
(213,202,200)
#DFD7D5
(223,215,213)
#E9E4E2
(233,228,226)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F6F6D; }

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

This text font color is #8F6F6D.


Background Color

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

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

This div background color is #8F6F6D.


Border color

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

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

This div border color is #8F6F6D.


Opacity

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

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

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

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

This text has shadow with #8F6F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6F6D on black background.


Color preview on white background

This text has color #8F6F6D on white background.



Black color preview on #8F6F6D background

This text has black color on #8F6F6D background.


White color preview on #8F6F6D background

This text has white color on #8F6F6D background.