COLOR #8F746A

HEX: #8F746A
RGB: (143,116,106)

Color info

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

RGB color model

#8F746A color RGB value is (143,116,106).

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

RGB channels and saturation

R 143 of 255 = 56%
G 116 of 255 = 45%
B 106 of 255 = 42%

143
116
106

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

Portions of RGB colors in percentages

R + G + B =
143 + 116 + 106 = 365 (100%)
R 143 of 365 ~ 39.18%
G 116 of 365 ~ 31.78%
B 106 of 365 ~ 29.04%

%39.18
%31.78
%29.04

CMYK color model

#8F746A color CMYK value is (0,19,26,44).

  • cyan value is 0.00%
  • magenta value is 18.88%
  • yellow value is 25.87%
  • key color value is 43.92%
CMYK:
(0,19,26,44)
C0M19Y26K44 
(0%,19%,26%,44%)
(0.00/0.19/0.26/0.44)	

CMYK percentages

%0
%18.88
%25.87
%43.92

Codes

Color #8F746A in popluar color models

8F746A
RGB143116106
HSL16°14.86%48.82%
HSB/HSV16°25.87%56.08%
CMYK0.00%18.88%25.87%
43.92%

Color #8F746A in popluar number systems.

HEX8F746A
Decimal143116106
Binary1000111111101001101010
Octal217164152

Shades and tints

Shades of #8F746A

#8F746A
(143,116,106)
#826A61
(130,106,97)
#756058
(117,96,88)
#68564F
(104,86,79)
#5B4C46
(91,76,70)
#4E423D
(78,66,61)
#413834
(65,56,52)
#342E2B
(52,46,43)
#272422
(39,36,34)
#1A1A19
(26,26,25)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #8F746A

#8F746A
(143,116,106)
#998077
(153,128,119)
#A38C84
(163,140,132)
#AD9891
(173,152,145)
#B7A49E
(183,164,158)
#C1B0AB
(193,176,171)
#CBBCB8
(203,188,184)
#D5C8C5
(213,200,197)
#DFD4D2
(223,212,210)
#E9E0DF
(233,224,223)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F746A; }

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

This text font color is #8F746A.


Background Color

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

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

This div background color is #8F746A.


Border color

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

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

This div border color is #8F746A.


Opacity

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

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

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

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

This text has shadow with #8F746A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F746A on black background.


Color preview on white background

This text has color #8F746A on white background.



Black color preview on #8F746A background

This text has black color on #8F746A background.


White color preview on #8F746A background

This text has white color on #8F746A background.