COLOR #8F7168

HEX: #8F7168
RGB: (143,113,104)

Color info

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

RGB color model

#8F7168 color RGB value is (143,113,104).

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

RGB channels and saturation

R 143 of 255 = 56%
G 113 of 255 = 44%
B 104 of 255 = 41%

143
113
104

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

Portions of RGB colors in percentages

R + G + B =
143 + 113 + 104 = 360 (100%)
R 143 of 360 ~ 39.72%
G 113 of 360 ~ 31.39%
B 104 of 360 ~ 28.89%

%39.72
%31.39
%28.89

CMYK color model

#8F7168 color CMYK value is (0,21,27,44).

  • cyan value is 0.00%
  • magenta value is 20.98%
  • yellow value is 27.27%
  • key color value is 43.92%
CMYK:
(0,21,27,44)
C0M21Y27K44 
(0%,21%,27%,44%)
(0.00/0.21/0.27/0.44)	

CMYK percentages

%0
%20.98
%27.27
%43.92

Codes

Color #8F7168 in popluar color models

8F7168
RGB143113104
HSL14°15.79%48.43%
HSB/HSV14°27.27%56.08%
CMYK0.00%20.98%27.27%
43.92%

Color #8F7168 in popluar number systems.

HEX8F7168
Decimal143113104
Binary1000111111100011101000
Octal217161150

Shades and tints

Shades of #8F7168

#8F7168
(143,113,104)
#82675F
(130,103,95)
#755D56
(117,93,86)
#68534D
(104,83,77)
#5B4944
(91,73,68)
#4E3F3B
(78,63,59)
#413532
(65,53,50)
#342B29
(52,43,41)
#272120
(39,33,32)
#1A1717
(26,23,23)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #8F7168

#8F7168
(143,113,104)
#997D75
(153,125,117)
#A38982
(163,137,130)
#AD958F
(173,149,143)
#B7A19C
(183,161,156)
#C1ADA9
(193,173,169)
#CBB9B6
(203,185,182)
#D5C5C3
(213,197,195)
#DFD1D0
(223,209,208)
#E9DDDD
(233,221,221)
#F3E9EA
(243,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F7168; }

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

This text font color is #8F7168.


Background Color

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

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

This div background color is #8F7168.


Border color

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

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

This div border color is #8F7168.


Opacity

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

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

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

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

This text has shadow with #8F7168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F7168 on black background.


Color preview on white background

This text has color #8F7168 on white background.



Black color preview on #8F7168 background

This text has black color on #8F7168 background.


White color preview on #8F7168 background

This text has white color on #8F7168 background.