COLOR #8F6865

HEX: #8F6865
RGB: (143,104,101)

Color info

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

RGB color model

#8F6865 color RGB value is (143,104,101).

  • red value is 143;
  • green value is 104;
  • blue value is 101.
RGB:
(143,104,101)
(56%,41%,40%)

RGB channels and saturation

R 143 of 255 = 56%
G 104 of 255 = 41%
B 101 of 255 = 40%

143
104
101

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

Portions of RGB colors in percentages

R + G + B =
143 + 104 + 101 = 348 (100%)
R 143 of 348 ~ 41.09%
G 104 of 348 ~ 29.89%
B 101 of 348 ~ 29.02%

%41.09
%29.89
%29.02

CMYK color model

#8F6865 color CMYK value is (0,27,29,44).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 29.37%
  • key color value is 43.92%
CMYK:
(0,27,29,44)
C0M27Y29K44 
(0%,27%,29%,44%)
(0.00/0.27/0.29/0.44)	

CMYK percentages

%0
%27.27
%29.37
%43.92

Codes

Color #8F6865 in popluar color models

8F6865
RGB143104101
HSL17.21%47.84%
HSB/HSV29.37%56.08%
CMYK0.00%27.27%29.37%
43.92%

Color #8F6865 in popluar number systems.

HEX8F6865
Decimal143104101
Binary1000111111010001100101
Octal217150145

Shades and tints

Shades of #8F6865

#8F6865
(143,104,101)
#825F5C
(130,95,92)
#755653
(117,86,83)
#684D4A
(104,77,74)
#5B4441
(91,68,65)
#4E3B38
(78,59,56)
#41322F
(65,50,47)
#342926
(52,41,38)
#27201D
(39,32,29)
#1A1714
(26,23,20)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #8F6865

#8F6865
(143,104,101)
#997573
(153,117,115)
#A38281
(163,130,129)
#AD8F8F
(173,143,143)
#B79C9D
(183,156,157)
#C1A9AB
(193,169,171)
#CBB6B9
(203,182,185)
#D5C3C7
(213,195,199)
#DFD0D5
(223,208,213)
#E9DDE3
(233,221,227)
#F3EAF1
(243,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F6865 color. Also use rgb(143,104,101) instead hex code.

Text Font Color

.myTextColor { color: #8F6865; }

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

This text font color is #8F6865.


Background Color

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

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

This div background color is #8F6865.


Border color

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

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

This div border color is #8F6865.


Opacity

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

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

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

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

This text has shadow with #8F6865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6865 on black background.


Color preview on white background

This text has color #8F6865 on white background.



Black color preview on #8F6865 background

This text has black color on #8F6865 background.


White color preview on #8F6865 background

This text has white color on #8F6865 background.