COLOR #8F6961

HEX: #8F6961
RGB: (143,105,97)

Color info

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

RGB color model

#8F6961 color RGB value is (143,105,97).

  • red value is 143;
  • green value is 105;
  • blue value is 97.
RGB:
(143,105,97)
(56%,41%,38%)

RGB channels and saturation

R 143 of 255 = 56%
G 105 of 255 = 41%
B 97 of 255 = 38%

143
105
97

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

Portions of RGB colors in percentages

R + G + B =
143 + 105 + 97 = 345 (100%)
R 143 of 345 ~ 41.45%
G 105 of 345 ~ 30.43%
B 97 of 345 ~ 28.12%

%41.45
%30.43
%28.12

CMYK color model

#8F6961 color CMYK value is (0,27,32,44).

  • cyan value is 0.00%
  • magenta value is 26.57%
  • yellow value is 32.17%
  • key color value is 43.92%
CMYK:
(0,27,32,44)
C0M27Y32K44 
(0%,27%,32%,44%)
(0.00/0.27/0.32/0.44)	

CMYK percentages

%0
%26.57
%32.17
%43.92

Codes

Color #8F6961 in popluar color models

8F6961
RGB14310597
HSL10°19.17%47.06%
HSB/HSV10°32.17%56.08%
CMYK0.00%26.57%32.17%
43.92%

Color #8F6961 in popluar number systems.

HEX8F6961
Decimal14310597
Binary1000111111010011100001
Octal217151141

Shades and tints

Shades of #8F6961

#8F6961
(143,105,97)
#826059
(130,96,89)
#755751
(117,87,81)
#684E49
(104,78,73)
#5B4541
(91,69,65)
#4E3C39
(78,60,57)
#413331
(65,51,49)
#342A29
(52,42,41)
#272121
(39,33,33)
#1A1819
(26,24,25)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #8F6961

#8F6961
(143,105,97)
#99766F
(153,118,111)
#A3837D
(163,131,125)
#AD908B
(173,144,139)
#B79D99
(183,157,153)
#C1AAA7
(193,170,167)
#CBB7B5
(203,183,181)
#D5C4C3
(213,196,195)
#DFD1D1
(223,209,209)
#E9DEDF
(233,222,223)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F6961 color. Also use rgb(143,105,97) instead hex code.

Text Font Color

.myTextColor { color: #8F6961; }

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

This text font color is #8F6961.


Background Color

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

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

This div background color is #8F6961.


Border color

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

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

This div border color is #8F6961.


Opacity

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

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

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

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

This text has shadow with #8F6961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6961 on black background.


Color preview on white background

This text has color #8F6961 on white background.



Black color preview on #8F6961 background

This text has black color on #8F6961 background.


White color preview on #8F6961 background

This text has white color on #8F6961 background.