COLOR #8F606D

HEX: #8F606D
RGB: (143,96,109)

Color info

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

RGB color model

#8F606D color RGB value is (143,96,109).

  • red value is 143;
  • green value is 96;
  • blue value is 109.
RGB:
(143,96,109)
(56%,38%,43%)

RGB channels and saturation

R 143 of 255 = 56%
G 96 of 255 = 38%
B 109 of 255 = 43%

143
96
109

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

Portions of RGB colors in percentages

R + G + B =
143 + 96 + 109 = 348 (100%)
R 143 of 348 ~ 41.09%
G 96 of 348 ~ 27.59%
B 109 of 348 ~ 31.32%

%41.09
%27.59
%31.32

CMYK color model

#8F606D color CMYK value is (0,33,24,44).

  • cyan value is 0.00%
  • magenta value is 32.87%
  • yellow value is 23.78%
  • key color value is 43.92%
CMYK:
(0,33,24,44)
C0M33Y24K44 
(0%,33%,24%,44%)
(0.00/0.33/0.24/0.44)	

CMYK percentages

%0
%32.87
%23.78
%43.92

Codes

Color #8F606D in popluar color models

8F606D
RGB14396109
HSL343°19.67%46.86%
HSB/HSV343°32.87%56.08%
CMYK0.00%32.87%23.78%
43.92%

Color #8F606D in popluar number systems.

HEX8F606D
Decimal14396109
Binary1000111111000001101101
Octal217140155

Shades and tints

Shades of #8F606D

#8F606D
(143,96,109)
#825864
(130,88,100)
#75505B
(117,80,91)
#684852
(104,72,82)
#5B4049
(91,64,73)
#4E3840
(78,56,64)
#413037
(65,48,55)
#34282E
(52,40,46)
#272025
(39,32,37)
#1A181C
(26,24,28)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #8F606D

#8F606D
(143,96,109)
#996E7A
(153,110,122)
#A37C87
(163,124,135)
#AD8A94
(173,138,148)
#B798A1
(183,152,161)
#C1A6AE
(193,166,174)
#CBB4BB
(203,180,187)
#D5C2C8
(213,194,200)
#DFD0D5
(223,208,213)
#E9DEE2
(233,222,226)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F606D color. Also use rgb(143,96,109) instead hex code.

Text Font Color

.myTextColor { color: #8F606D; }

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

This text font color is #8F606D.


Background Color

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

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

This div background color is #8F606D.


Border color

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

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

This div border color is #8F606D.


Opacity

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

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

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

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

This text has shadow with #8F606D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F606D on black background.


Color preview on white background

This text has color #8F606D on white background.



Black color preview on #8F606D background

This text has black color on #8F606D background.


White color preview on #8F606D background

This text has white color on #8F606D background.