COLOR #8F746E

HEX: #8F746E
RGB: (143,116,110)

Color info

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

RGB color model

#8F746E color RGB value is (143,116,110).

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

RGB channels and saturation

R 143 of 255 = 56%
G 116 of 255 = 45%
B 110 of 255 = 43%

143
116
110

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

Portions of RGB colors in percentages

R + G + B =
143 + 116 + 110 = 369 (100%)
R 143 of 369 ~ 38.75%
G 116 of 369 ~ 31.44%
B 110 of 369 ~ 29.81%

%38.75
%31.44
%29.81

CMYK color model

#8F746E color CMYK value is (0,19,23,44).

  • cyan value is 0.00%
  • magenta value is 18.88%
  • yellow value is 23.08%
  • key color value is 43.92%
CMYK:
(0,19,23,44)
C0M19Y23K44 
(0%,19%,23%,44%)
(0.00/0.19/0.23/0.44)	

CMYK percentages

%0
%18.88
%23.08
%43.92

Codes

Color #8F746E in popluar color models

8F746E
RGB143116110
HSL11°13.04%49.61%
HSB/HSV11°23.08%56.08%
CMYK0.00%18.88%23.08%
43.92%

Color #8F746E in popluar number systems.

HEX8F746E
Decimal143116110
Binary1000111111101001101110
Octal217164156

Shades and tints

Shades of #8F746E

#8F746E
(143,116,110)
#826A64
(130,106,100)
#75605A
(117,96,90)
#685650
(104,86,80)
#5B4C46
(91,76,70)
#4E423C
(78,66,60)
#413832
(65,56,50)
#342E28
(52,46,40)
#27241E
(39,36,30)
#1A1A14
(26,26,20)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #8F746E

#8F746E
(143,116,110)
#99807B
(153,128,123)
#A38C88
(163,140,136)
#AD9895
(173,152,149)
#B7A4A2
(183,164,162)
#C1B0AF
(193,176,175)
#CBBCBC
(203,188,188)
#D5C8C9
(213,200,201)
#DFD4D6
(223,212,214)
#E9E0E3
(233,224,227)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F746E; }

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

This text font color is #8F746E.


Background Color

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

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

This div background color is #8F746E.


Border color

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

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

This div border color is #8F746E.


Opacity

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

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

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

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

This text has shadow with #8F746E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F746E on black background.


Color preview on white background

This text has color #8F746E on white background.



Black color preview on #8F746E background

This text has black color on #8F746E background.


White color preview on #8F746E background

This text has white color on #8F746E background.